 *,
 *::before,
 *::after {
     box-sizing: border-box
 }

 :root {
     --bg: #050814;
     --bg-elevated: #0b101b;
     --bg-elevated-soft: #0c1322;
     --border-subtle: #1b2436;
     --border-strong: #222b3e;
     --text-main: #e3e9f7;
     --text-muted: #9aa4c2;
     --accent: #6cc3e0;
     --accent-soft: rgba(108, 195, 224, 0.12);
     --accent-strong: #51b5d9;
     --danger: #ff7676;
     --radius-lg: 16px;
     --radius-xl: 20px;
     --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.55);
     --shadow-subtle: 0 10px 30px rgba(0, 0, 0, 0.35);
     --nav-height: 72px
 }

 html,
 body {
     margin: 0;
     padding: 0;
     height: 100%
 }

 body {
     font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     background: radial-gradient(circle at top, #101729 0, #050814 48%, #02030a 100%);
     color: var(--text-main);
     -webkit-font-smoothing: antialiased
 }

 .page {
     min-height: 100vh;
     display: flex;
     flex-direction: column
 }

 .container {
     width: 100%;
     max-width: 1120px;
     margin: 0 auto;
     padding: 0 20px
 }

 .site-header {
     position: sticky;
     top: 0;
     z-index: 40;
     backdrop-filter: blur(16px);
     background: linear-gradient(to bottom, rgba(5, 8, 20, 0.95), rgba(5, 8, 20, 0.78), transparent);
     border-bottom: 1px solid rgba(108, 195, 224, 0.15)
 }

 .nav {
     display: flex;
     align-items: center;
     justify-content: space-between;
     height: var(--nav-height);
     gap: 16px
 }

 .nav-brand {
     display: flex;
     align-items: center;
     gap: 10px
 }

 .brand-mark {
     width: 32px;
     height: 32px;
     border-radius: 10px;
     background: radial-gradient(circle at 20% -10%, #a4e4f6, #6cc3e0 35%, #2d5674 100%);
     color: #04101a;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 700;
     font-size: 15px;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.55)
 }

 .brand-text {
     display: flex;
     flex-direction: column;
     font-size: 14px;
     line-height: 1.25;
     color: var(--text-muted)
 }

 .brand-text strong {
     font-size: 20px;
     letter-spacing: 0.02em;
     text-transform: uppercase;
     color: var(--accent-strong);
     font-weight: 700;
     margin-bottom: 2px
 }

 .nav-links {
     display: flex;
     align-items: center;
     gap: 18px;
     font-size: 13px
 }

 .nav-links a {
     color: var(--text-muted);
     text-decoration: none;
     position: relative;
     padding: 4px 0;
     transition: color 0.16s ease
 }

 .nav-links a::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: -3px;
     width: 0;
     height: 2px;
     border-radius: 999px;
     background: linear-gradient(90deg, var(--accent), #9adcf1);
     transition: width 0.18s ease-out
 }

 .nav-links a:hover {
     color: var(--text-main)
 }

 .nav-links a:hover::after {
     width: 100%
 }

 .nav-cta {
     padding: 7px 14px;
     border-radius: 999px;
     border: 1px solid rgba(108, 195, 224, 0.7);
     background: radial-gradient(circle at top left, rgba(108, 195, 224, 0.16), transparent 55%);
     color: var(--accent-strong);
     font-weight: 500;
     box-shadow: 0 10px 30px rgba(34, 171, 214, 0.28)
 }

 .hero {
     padding: 64px 0 52px;
     position: relative;
     overflow: hidden;
     border-bottom: 1px solid rgba(108, 195, 224, 0.1)
 }

 .hero::after {
     content: "";
     position: absolute;
     inset: 0;
     background: radial-gradient(circle at 10% -10%, rgba(108, 195, 224, 0.25), transparent 60%);
     opacity: 0.9;
     pointer-events: none
 }

 .hero-inner {
     position: relative;
     z-index: 1;
     max-width: 680px
 }

 .hero-title {
     font-size: clamp(34px, 5vw, 40px);
     margin: 0 0 14px;
     letter-spacing: 0.03em;
     text-transform: uppercase;
     color: #f4f8ff;
     text-shadow: 0 4px 12px rgba(0, 0, 0, 0.8)
 }

 .hero-subtitle {
     font-size: 16px;
     line-height: 1.6;
     color: var(--text-muted);
     margin: 0 0 24px;
     text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8)
 }

 .hero-actions {
     display: flex;
     flex-wrap: wrap;
     gap: 12px
 }

 .hero-bg-main {
     background: linear-gradient(to right, rgba(5, 8, 20, 0.95), rgba(5, 8, 20, 0.85)), radial-gradient(circle at top right, rgba(28, 57, 94, 0.6), transparent 60%), url("hero-main.jpg") top right / cover no-repeat, radial-gradient(circle at top, #101728 0, #050814 55%)
 }

 .hero-bg-boardroom {
     background: linear-gradient(130deg, rgba(6, 10, 30, 0.9), rgba(5, 8, 20, 0.96)), url("hero-boardroom.jpg") center right / cover no-repeat
 }

 .hero-bg-table {
     background: linear-gradient(135deg, rgba(6, 10, 30, 0.92), rgba(5, 8, 20, 0.98)), url("hero-table.jpg") center right / cover no-repeat
 }

 .hero-bg-handshake {
     background: linear-gradient(135deg, rgba(6, 10, 30, 0.9), rgba(5, 8, 20, 0.97)), url("hero-handshake.jpg") center right / cover no-repeat
 }

 .hero-bg-consult {
     background: linear-gradient(135deg, rgba(6, 10, 30, 0.9), rgba(5, 8, 20, 0.97)), url("hero-consult.jpg") center right / cover no-repeat
 }

 .section {
     padding: 48px 0
 }

 .section-alt {
     padding: 48px 0;
     background: radial-gradient(circle at top, rgba(13, 22, 48, 0.9), #050814 72%);
     border-top: 1px solid rgba(108, 195, 224, 0.1);
     border-bottom: 1px solid rgba(108, 195, 224, 0.06)
 }

 .section-header {
     margin-bottom: 24px
 }

 .section-title {
     margin: 0 0 6px;
     font-size: 22px;
     letter-spacing: 0.03em;
     text-transform: uppercase;
     color: #f4f8ff
 }

 .section-intro {
     margin: 0;
     color: var(--text-muted);
     font-size: 14px;
     max-width: 720px
 }

 .btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 6px;
     padding: 8px 18px;
     border-radius: 999px;
     border: 1px solid transparent;
     font-size: 14px;
     text-decoration: none;
     cursor: pointer;
     white-space: nowrap;
     transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.08s ease, box-shadow 0.18s ease
 }

 .btn-primary {
     background: linear-gradient(135deg, var(--accent-strong), #9adcf1);
     color: #04111a;
     box-shadow: 0 12px 30px rgba(21, 132, 172, 0.55)
 }

 .btn-primary:hover {
     transform: translateY(-1px);
     box-shadow: 0 16px 40px rgba(21, 132, 172, 0.7)
 }

 .btn-outline {
     background: transparent;
     border-color: rgba(108, 195, 224, 0.7);
     color: var(--accent);
     box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45)
 }

 .btn-outline:hover {
     background: rgba(108, 195, 224, 0.08)
 }

 .btn-subtle {
     background: rgba(10, 15, 30, 0.9);
     border-color: rgba(108, 195, 224, 0.2);
     color: var(--text-main)
 }

 .btn-subtle:hover {
     border-color: rgba(108, 195, 224, 0.5)
 }

 .card-grid {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 18px
 }

 .card {
     position: relative;
     padding: 18px 18px 16px;
     border-radius: var(--radius-lg);
     background: radial-gradient(circle at top left, rgba(33, 58, 98, 0.4), #0b101b 52%, #090d17 100%);
     border: 1px solid rgba(108, 195, 224, 0.2);
     box-shadow: var(--shadow-subtle);
     overflow: hidden
 }

 .card::before {
     content: "";
     position: absolute;
     inset: 0;
     opacity: 0;
     background: radial-gradient(circle at top, rgba(108, 195, 224, 0.18), transparent 65%);
     transition: opacity 0.16s ease;
     pointer-events: none
 }

 .card:hover::before {
     opacity: 1
 }

 .card-title {
     margin: 0 0 8px;
     font-size: 16px;
     color: #f4f8ff
 }

 .card-text {
     margin: 0 0 12px;
     font-size: 14px;
     color: var(--text-muted)
 }

 .card-link {
     position: relative;
     font-size: 13px;
     color: var(--accent-strong);
     text-decoration: none
 }

 .card-link::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: -2px;
     width: 0;
     height: 1px;
     background: linear-gradient(90deg, var(--accent-strong), transparent);
     transition: width 0.18s ease
 }

 .card-link:hover::after {
     width: 100%
 }

 .approach-grid {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 18px
 }

 .approach-item {
     padding: 18px 18px 16px;
     border-radius: var(--radius-lg);
     background: linear-gradient(135deg, rgba(7, 11, 25, 0.9), rgba(12, 18, 36, 0.96));
     border: 1px solid rgba(108, 195, 224, 0.16)
 }

 .approach-title {
     margin: 0 0 8px;
     font-size: 15px
 }

 .approach-text {
     margin: 0;
     font-size: 14px;
     color: var(--text-muted)
 }

 .steps-grid {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 18px;
     margin-top: 10px
 }

 .step-card {
     border-radius: var(--radius-lg);
     padding: 16px 16px 14px;
     background: radial-gradient(circle at top left, rgba(108, 195, 224, 0.12), #0b101b);
     border: 1px solid rgba(108, 195, 224, 0.2)
 }

 .step-number {
     font-size: 11px;
     letter-spacing: 0.12em;
     text-transform: uppercase;
     color: var(--accent);
     margin-bottom: 6px
 }

 .step-title {
     margin: 0 0 8px;
     font-size: 15px;
     color: #f4f8ff
 }

 .step-text {
     margin: 0;
     font-size: 13px;
     color: var(--text-muted)
 }

 .pricing-grid {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 20px;
     align-items: stretch
 }

 .plan {
     position: relative;
     padding: 20px 18px 16px;
     border-radius: var(--radius-xl);
     background: linear-gradient(150deg, #0b101b, #070b18);
     border: 1px solid rgba(108, 195, 224, 0.25);
     box-shadow: var(--shadow-soft);
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     gap: 16px
 }

 .plan.featured {
     background: radial-gradient(circle at top left, rgba(108, 195, 224, 0.25), #050814);
     border-color: rgba(108, 195, 224, 0.55)
 }

 .badge-popular {
     position: absolute;
     top: 12px;
     right: 14px;
     padding: 4px 9px;
     border-radius: 999px;
     background: rgba(108, 195, 224, 0.16);
     border: 1px solid rgba(108, 195, 224, 0.8);
     color: var(--accent-strong);
     font-size: 11px;
     letter-spacing: 0.12em;
     text-transform: uppercase
 }

 .plan-label {
     font-size: 11px;
     letter-spacing: 0.15em;
     text-transform: uppercase;
     color: var(--accent);
     margin-bottom: 6px
 }

 .plan-name {
     margin: 0 0 6px;
     font-size: 18px;
     color: #f4f8ff
 }

 .plan-tagline {
     margin: 0 0 10px;
     font-size: 14px;
     color: var(--text-muted)
 }

 .plan-price-row {
     display: flex;
     align-items: baseline;
     gap: 8px;
     margin-bottom: 6px
 }

 .plan-price {
     font-size: 18px;
     font-weight: 600;
     color: #f4f8ff
 }

 .plan-period {
     font-size: 12px;
     color: var(--text-muted)
 }

 .plan-note {
     margin: 0 0 10px;
     font-size: 13px;
     color: var(--text-muted)
 }

 .plan-actions {
     display: flex;
     flex-wrap: wrap;
     gap: 10px
 }

 .feature-list {
     list-style: none;
     padding: 0;
     margin: 0
 }

 .feature {
     display: flex;
     align-items: flex-start;
     gap: 6px;
     font-size: 13px;
     color: var(--text-muted);
     margin-bottom: 6px
 }

 .feature-icon {
     width: 16px;
     height: 16px;
     border-radius: 999px;
     border: 1px solid rgba(108, 195, 224, 0.7);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 11px;
     color: var(--accent-strong);
     margin-top: 2px
 }

 .callout {
     display: flex;
     align-items: flex-start;
     gap: 14px;
     padding: 18px 18px 16px;
     border-radius: var(--radius-xl);
     background: radial-gradient(circle at left, rgba(108, 195, 224, 0.15), #050814);
     border: 1px solid rgba(108, 195, 224, 0.35);
     box-shadow: var(--shadow-soft)
 }

 .callout-icon {
     width: 24px;
     height: 24px;
     border-radius: 999px;
     background: rgba(108, 195, 224, 0.18);
     border: 1px solid rgba(108, 195, 224, 0.7);
     color: var(--accent-strong);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 14px;
     flex-shrink: 0
 }

 .timeline {
     border-radius: var(--radius-xl);
     border: 1px solid rgba(108, 195, 224, 0.25);
     padding: 16px 16px 12px;
     background: radial-gradient(circle at left, rgba(108, 195, 224, 0.12), #050814)
 }

 .timeline-item {
     display: flex;
     gap: 14px;
     padding: 10px 0;
     border-bottom: 1px dashed rgba(108, 195, 224, 0.18);
     font-size: 13px;
     color: var(--text-muted)
 }

 .timeline-item:last-child {
     border-bottom: none
 }

 .timeline-label {
     font-size: 12px;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     color: var(--accent);
     flex-basis: 120px;
     flex-shrink: 0
 }

 .resources-grid {
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     gap: 18px
 }

 .resource-card {
     border-radius: var(--radius-lg);
     padding: 16px 16px 14px;
     border: 1px solid rgba(108, 195, 224, 0.22);
     background: linear-gradient(145deg, #0b101b, #050814);
     box-shadow: var(--shadow-subtle)
 }

 .resource-title {
     margin: 0 0 8px;
     font-size: 15px;
     color: #f4f8ff
 }

 .resource-text {
     margin: 0 0 10px;
     font-size: 13px;
     color: var(--text-muted)
 }

 .form-grid {
     display: grid;
     grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
     gap: 20px
 }

 .form-card {
     padding: 18px 18px 16px;
     border-radius: var(--radius-xl);
     background: radial-gradient(circle at top left, rgba(108, 195, 224, 0.16), #050814);
     border: 1px solid rgba(108, 195, 224, 0.4);
     box-shadow: var(--shadow-soft)
 }

 .field {
     margin-bottom: 12px
 }

 .field label {
     display: block;
     font-size: 13px;
     margin-bottom: 4px;
     color: var(--text-main)
 }

 input[type="text"],
 input[type="email"],
 input[type="tel"],
 select,
 textarea {
     width: 100%;
     padding: 7px 9px;
     border-radius: 8px;
     border: 1px solid rgba(108, 195, 224, 0.35);
     background: rgba(4, 8, 22, 0.85);
     color: var(--text-main);
     font-size: 13px;
     outline: none;
     transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease
 }

 input:focus,
 select:focus,
 textarea:focus {
     border-color: var(--accent-strong);
     box-shadow: 0 0 0 1px rgba(108, 195, 224, 0.6);
     background: rgba(4, 8, 22, 0.98)
 }

 textarea {
     min-height: 110px;
     resize: vertical
 }

 .form-row {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 12px
 }

 .list {
     padding-left: 16px;
     margin: 0 0 8px;
     color: var(--text-muted);
     font-size: 13px
 }

 .split {
     display: grid;
     grid-template-columns: minmax(0, 3fr) minmax(0, 2.2fr);
     gap: 22px;
     align-items: flex-start
 }

 .split-main {
     font-size: 14px;
     color: var(--text-muted)
 }

 .split-main h3,
 .split-main h4 {
     color: #f4f8ff
 }

 .split-main h3 {
     font-size: 18px;
     margin-top: 0
 }

 .split-main h4 {
     font-size: 14px;
     margin-bottom: 6px
 }

 .split-aside-panel {
     border-radius: var(--radius-xl);
     overflow: hidden;
     border: 1px solid rgba(108, 195, 224, 0.28);
     background: #030510;
     box-shadow: var(--shadow-soft)
 }

 .split-aside-panel img {
     display: block;
     width: 100%;
     height: auto
 }

 .site-footer {
     margin-top: auto;
     padding: 16px 20px 24px;
     text-align: center;
     font-size: 11px;
     color: var(--text-muted);
     border-top: 1px solid rgba(108, 195, 224, 0.16);
     background: radial-gradient(circle at top, rgba(7, 13, 36, 0.9), #03040b)
 }

 @media (max-width:900px) {
     .nav-links {
         gap: 10px;
         font-size: 12px
     }

     .hero {
         padding: 48px 0 36px
     }

     .hero-inner {
         max-width: 100%
     }

     .card-grid,
     .approach-grid,
     .steps-grid,
     .pricing-grid,
     .resources-grid {
         grid-template-columns: repeat(2, minmax(0, 1fr))
     }

     .form-grid,
     .split {
         grid-template-columns: minmax(0, 1fr)
     }
 }

 @media (max-width:640px) {
     .nav {
         flex-direction: column;
         align-items: flex-start;
         padding: 10px 0 8px;
         height: auto
     }

     .nav-links {
         flex-wrap: wrap;
         justify-content: flex-start
     }

     .hero {
         background-position: center top;
         background-size: cover
     }

     .hero-title {
         font-size: 28px
     }

     .card-grid,
     .approach-grid,
     .steps-grid,
     .pricing-grid,
     .resources-grid {
         grid-template-columns: minmax(0, 1fr)
     }

     .timeline {
         padding: 12px
     }

     .timeline-item {
         flex-direction: column
     }

     .timeline-label {
         flex-basis: auto
     }

     .form-row {
         grid-template-columns: minmax(0, 1fr)
     }

     .callout {
         flex-direction: column
     }
 }