:root {
  --navy: #101a24;
  --navy-2: #182632;
  --ivory: #f4f0e8;
  --surface: #ebe6dc;
  --teal: #2d6a73;
  --lime: #d6f36b;
  --ink: #17212a;
  --muted: #68747a;
  --line: rgba(16, 26, 36, .14);
  --white: #fffdf8;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
  --shadow: 0 18px 50px rgba(16, 26, 36, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; font: inherit; cursor: pointer; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 10px 14px; background: var(--lime); color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.eyebrow { margin: 0 0 18px; color: var(--teal); font: 700 12px/1 var(--body); letter-spacing: .06em; }
h1, h2, h3, strong, .brand, .btn { font-family: var(--display); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 670px; margin-bottom: 26px; font-size: clamp(48px, 6vw, 82px); letter-spacing: -.075em; line-height: .98; }
h2 { margin-bottom: 20px; font-size: clamp(36px, 4.2vw, 58px); letter-spacing: -.06em; line-height: 1.02; }
h3 { margin-bottom: 10px; font-size: 22px; letter-spacing: -.035em; line-height: 1.1; }
.section { padding: 132px 0; }
.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; color: var(--ivory); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 90px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { display: grid; width: 29px; height: 29px; place-items: center; border: 2px solid currentColor; border-radius: 9px; color: var(--lime); font-size: 17px; font-weight: 700; }
.site-nav { display: flex; gap: 27px; margin-left: auto; margin-right: 38px; color: rgba(244,240,232,.72); font-size: 14px; }
.site-nav a, .footer-links a { transition: color .2s ease; }
.site-nav a:hover, .footer-links a:hover { color: var(--lime); }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 600; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--lime); color: var(--navy); }
.btn-primary:hover { background: #e3ff8f; }
.btn-ghost { border-color: rgba(16,26,36,.26); color: var(--ink); }
.btn-ghost:hover { background: var(--navy); color: var(--ivory); }
.btn-dark { background: var(--navy); color: var(--ivory); }
.btn-dark:hover { background: var(--navy-2); }
.nav-toggle, .mobile-nav { display: none; }
.hero { position: relative; overflow: hidden; padding: 176px 0 30px; background: var(--navy); color: var(--ivory); }
.hero::before { position: absolute; right: -8%; bottom: -20%; width: 65vw; height: 70vw; border: 1px solid rgba(214,243,107,.15); border-radius: 50%; content: ""; }
.hero::after { position: absolute; right: 12%; top: 18%; width: 340px; height: 340px; background: rgba(45,106,115,.25); filter: blur(70px); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-eyebrow { color: var(--lime); }
.hero-sub { max-width: 560px; color: rgba(244,240,232,.7); font-size: 17px; }
.hero-actions { display: flex; gap: 12px; margin: 34px 0 23px; }
.hero .btn-ghost { border-color: rgba(244,240,232,.28); color: var(--ivory); }
.hero .btn-ghost:hover { background: var(--ivory); color: var(--navy); }
.hero-note { display: flex; align-items: center; gap: 8px; margin: 0; color: rgba(244,240,232,.54); font-size: 12px; }
.status-dot, .pulse { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(214,243,107,.12); }
.system-stage { position: relative; min-height: 520px; }
.stage-label { position: absolute; top: 6px; right: 0; color: rgba(244,240,232,.43); font: 11px var(--body); letter-spacing: .05em; }
.window { border: 1px solid rgba(244,240,232,.16); background: rgba(24,38,50,.89); box-shadow: var(--shadow); }
.window-main { position: absolute; top: 70px; left: 7%; width: 83%; min-height: 350px; border-radius: 15px; transform: rotate(-3deg); }
.window-bar { display: flex; align-items: center; gap: 5px; height: 35px; padding: 0 15px; border-bottom: 1px solid rgba(244,240,232,.1); color: rgba(244,240,232,.4); font-size: 9px; }
.window-bar span { width: 5px; height: 5px; border-radius: 50%; background: rgba(244,240,232,.38); }
.window-bar b { margin-left: 10px; font-weight: 400; }
.window-content { padding: 32px; }
.window-heading { display: flex; align-items: flex-start; justify-content: space-between; }
.window-heading small, .metric-row small, .floating-card small, .visual-copy small, .erp-main small, .sales-content small, .sales-stat small { display: block; color: rgba(244,240,232,.45); font-size: 10px; }
.window-heading strong { display: block; margin-top: 6px; color: var(--ivory); font-size: 25px; }
.window-heading i { color: var(--lime); font-size: 22px; font-style: normal; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
.metric-row > div { padding: 16px; border: 1px solid rgba(244,240,232,.1); border-radius: 8px; }
.metric-row strong { display: block; margin: 4px 0; color: var(--ivory); font-size: 25px; }
.metric-row em { color: var(--lime); font-size: 10px; font-style: normal; }
.mini-chart, .erp-bars, .sales-chart { display: flex; align-items: flex-end; gap: 8px; }
.mini-chart { height: 88px; margin-top: 30px; }
.mini-chart span, .erp-bars i, .sales-chart span { display: block; flex: 1; min-height: 4px; border-radius: 4px 4px 1px 1px; background: var(--teal); }
.mini-chart span:nth-child(4), .mini-chart span:nth-child(6), .sales-chart span:nth-child(6), .sales-chart span:last-child { background: var(--lime); }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid rgba(244,240,232,.17); border-radius: 10px; background: var(--navy-2); box-shadow: 0 10px 28px rgba(0,0,0,.2); }
.card-erp { top: 142px; right: -4%; }.card-site { bottom: 101px; left: -1%; }
.card-icon { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 7px; background: var(--teal); color: var(--ivory); font-size: 14px; }.card-icon.lime { background: var(--lime); color: var(--navy); }
.floating-card strong { display: block; color: var(--ivory); font-size: 12px; }.pulse { margin-left: 5px; }
.stage-line { position: absolute; z-index: 0; height: 1px; background: rgba(214,243,107,.4); transform-origin: left; }.line-one { top: 179px; right: 2%; width: 95px; transform: rotate(21deg); }.line-two { bottom: 142px; left: 19%; width: 100px; transform: rotate(-25deg); }
.stage-caption { position: absolute; right: 6%; bottom: 25px; display: flex; gap: 17px; color: rgba(244,240,232,.39); font-size: 10px; }.stage-caption span::before { display: inline-block; width: 5px; height: 5px; margin: 0 6px 1px 0; border-radius: 50%; background: var(--teal); content: ""; }.stage-caption span:last-child::before { background: var(--lime); }
.trust-strip { position: relative; z-index: 1; display: flex; align-items: center; gap: 22px; margin-top: 68px; padding-top: 22px; border-top: 1px solid rgba(244,240,232,.13); color: rgba(244,240,232,.43); font-size: 11px; }.trust-strip strong { color: rgba(244,240,232,.66); font-size: 12px; font-weight: 500; }.trust-rule { flex: 1; }
.services-section { background: var(--surface); }.section-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 62px; }.section-intro h2 { max-width: 530px; }.section-intro > p:last-child { max-width: 360px; margin: 38px 0 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.service-card { position: relative; min-height: 390px; padding: 30px; border-top: 2px solid var(--navy); background: rgba(255,253,248,.4); }.service-card.featured { background: var(--navy); color: var(--ivory); }.service-number { position: absolute; top: 30px; right: 30px; color: var(--muted); font-size: 11px; }.featured .service-number { color: rgba(244,240,232,.4); }.service-icon { display: grid; width: 43px; height: 43px; margin-bottom: 49px; place-items: center; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); font-size: 20px; }.featured .service-icon { border-color: var(--lime); color: var(--lime); }.service-card p { max-width: 290px; color: var(--muted); font-size: 14px; }.featured p { color: rgba(244,240,232,.63); }.service-card ul { margin: 27px 0 28px; padding: 0; color: var(--muted); font-size: 12px; list-style: none; }.featured ul { color: rgba(244,240,232,.6); }.service-card li { margin: 8px 0; }.service-card li::before { margin-right: 8px; color: var(--teal); content: "—"; }.featured li::before { color: var(--lime); }.service-card a { font: 600 13px var(--display); }.service-card a span { margin-left: 5px; color: var(--teal); }.featured a { color: var(--lime); }
.portfolio-section { background: var(--ivory); }.section-heading-row { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; margin-bottom: 44px; }.section-heading-row p:last-child { margin: 0 0 7px; color: var(--muted); font-size: 14px; }.section-heading-row p strong { color: var(--ink); }.filters { display: flex; gap: 8px; margin-bottom: 27px; }.filter { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: 12px; }.filter:hover, .filter.active { border-color: var(--navy); background: var(--navy); color: var(--ivory); }.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.project-card { overflow: hidden; background: var(--surface); display: flex; flex-direction: column; border-radius: 12px; transition: transform .25s ease, box-shadow .25s ease; }.project-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(16,26,36,.08); }.project-large { grid-row: auto; }.project-wide { grid-column: auto; }.project-card.is-hidden { display: none; }.project-visual, .erp-gallery { position: relative; height: 270px; min-height: 270px; overflow: hidden; background: #f7f9fb; }.erp-gallery-image, .project-shot { display: block; width: 100%; height: 270px; object-fit: cover; object-position: top center; transition: opacity .25s ease; }.project-shot-contain { object-fit: contain !important; object-position: center !important; background: #0b131a; padding: 12px; }.erp-gallery-dots { position: absolute; right: 15px; bottom: 15px; z-index: 2; display: flex; gap: 5px; padding: 6px 8px; border-radius: 20px; background: rgba(16,26,36,.72); }.erp-gallery-dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(244,240,232,.5); cursor: pointer; transition: transform .15s ease, background .15s ease; }.erp-gallery-dots span:hover { transform: scale(1.3); background: rgba(244,240,232,.9); }.erp-gallery-dots span.active { background: var(--lime); }.project-large .project-visual, .project-large .project-shot { min-height: 270px; height: 270px; }.project-wide .project-visual { min-height: 270px; height: 270px; }.visual-interior { background: #c7b8a1; color: #2f302c; }.visual-nav { position: absolute; top: 21px; left: 25px; right: 25px; display: flex; justify-content: space-between; font-size: 10px; }.visual-nav b { font: 600 16px var(--display); }.visual-nav span { opacity: .62; }.visual-copy { position: absolute; top: 145px; left: 10%; }.visual-copy small { color: #626057; font-size: 12px; }.visual-copy strong { display: block; margin: 14px 0 23px; font: 500 clamp(34px, 4vw, 55px)/.94 var(--display); letter-spacing: -.08em; }.visual-copy i { font-family: Georgia, serif; font-weight: 400; }.visual-copy button { padding: 9px 14px; border: 1px solid rgba(47,48,44,.4); border-radius: 30px; background: transparent; color: inherit; font-size: 11px; }.visual-sun { position: absolute; right: 6%; bottom: -23%; width: 58%; aspect-ratio: 1; border-radius: 50%; background: #df9f76; }.visual-tag { position: absolute; right: 25px; bottom: 199px; font-size: 9px; letter-spacing: .07em; }.visual-clinic { padding: 22px; background: #d8e5de; color: #253c37; }.clinic-top { display: flex; justify-content: space-between; font: 600 14px var(--display); }.clinic-top b span { color: #7a9b83; }.clinic-welcome { margin-top: 38px; }.clinic-welcome small, .doctor-row small { display: block; color: #71857d; font-size: 9px; }.clinic-welcome strong { display: block; margin-top: 8px; font: 600 25px/1.02 var(--display); letter-spacing: -.06em; }.doctor-row { display: flex; align-items: center; gap: 8px; margin-top: 27px; padding: 10px; border-radius: 99px; background: rgba(255,253,248,.57); }.avatar { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: #8eb2a0; color: #f5f1e9; font-size: 8px; }.doctor-row b { display: block; font-size: 10px; }.doctor-row .arrow { margin-left: auto; font-size: 15px; }.booking-btn { margin-top: 12px; padding: 11px; border-radius: 7px; background: #253c37; color: #e6f1eb; text-align: center; font-size: 10px; }.visual-erp { display: flex; background: #202f3b; color: #eef1e9; }.erp-sidebar { display: flex; width: 42px; flex-direction: column; align-items: center; gap: 21px; padding-top: 20px; border-right: 1px solid rgba(255,255,255,.1); color: rgba(238,241,233,.45); font-size: 11px; }.erp-sidebar b { color: var(--lime); font: 700 18px var(--display); }.erp-sidebar .selected { color: var(--lime); }.erp-main { flex: 1; padding: 25px; }.erp-main > strong { display: block; margin: 5px 0 21px; font-size: 17px; }.erp-metrics { display: flex; gap: 8px; }.erp-metrics > div { flex: 1; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 5px; }.erp-metrics small { font-size: 8px; }.erp-metrics b { display: block; margin: 4px 0; font-size: 15px; }.erp-metrics em { color: var(--lime); font-size: 8px; font-style: normal; }.erp-metrics .warning { color: #f2c66d; }.erp-bars { height: 59px; margin-top: 24px; }.erp-bars i { background: #527d82; }.erp-bars i:nth-child(4), .erp-bars i:last-child { background: var(--lime); }.visual-sales { padding: 22px 24px; background: #d6f36b; color: var(--navy); height: 270px; display: flex; flex-direction: column; justify-content: space-between; }.sales-head { display: flex; align-items: center; justify-content: space-between; font-size: 12px; }.sales-head b { font: 600 16px var(--display); }.sales-head span { font-size: 9px; }.sales-content { display: grid; grid-template-columns: 1fr .65fr; gap: 20px; margin-top: 15px; }.sales-content small { color: rgba(16,26,36,.55); font-size: 9px; }.sales-content strong { display: block; margin-top: 4px; font-size: 20px; letter-spacing: -.05em; }.sales-chart { height: 75px; margin-top: 12px; }.sales-chart span { background: rgba(16,26,36,.27); }.sales-chart span:nth-child(6), .sales-chart span:last-child { background: var(--navy); }.sales-stat { padding: 10px 0 0 16px; border-left: 1px solid rgba(16,26,36,.2); }.sales-stat b { display: block; margin: 2px 0 8px; font: 600 32px var(--display); letter-spacing: -.07em; }.sales-stat > span { display: block; height: 5px; border-radius: 10px; background: rgba(16,26,36,.16); }.sales-stat > span i { display: block; width: 78%; height: 100%; border-radius: inherit; background: var(--navy); }.sales-stat em { display: block; margin-top: 8px; color: rgba(16,26,36,.58); font-size: 9px; font-style: normal; }.project-info { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; }.project-type { display: block; margin-bottom: 5px; color: var(--teal); font-size: 10px; }.project-info h3 { margin: 0; font-size: 20px; }.project-open { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 18px; transition: background .2s, color .2s; }.project-card:hover .project-open { background: var(--navy); color: var(--lime); }
.testimonials-section { background: var(--surface); }.testimonial-slider-container { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--ivory); padding: 44px 48px 36px; box-shadow: 0 10px 30px rgba(16,26,36,.04); }.slider-track { display: flex; transition: transform .45s cubic-bezier(.25, 1, .5, 1); }.testimonial-slide { min-width: 100%; box-sizing: border-box; opacity: .3; transition: opacity .45s ease; }.testimonial-slide.active { opacity: 1; }.slide-stars { color: var(--teal); font-size: 18px; letter-spacing: 2px; margin-bottom: 16px; }.slide-quote { font: 500 clamp(17px, 2.2vw, 23px)/1.45 var(--display); color: var(--ink); margin: 0 0 24px; letter-spacing: -.03em; max-width: 860px; }.slide-author { display: flex; align-items: center; gap: 14px; }.author-avatar { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--lime); font: 700 14px var(--display); }.slide-author strong { display: block; font-size: 15px; color: var(--ink); }.slide-author small { display: block; color: var(--muted); font-size: 12px; }.slider-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }.slider-btn { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 20px; cursor: pointer; transition: all .2s ease; }.slider-btn:hover { background: var(--navy); color: var(--lime); border-color: var(--navy); }.slider-dots { display: flex; gap: 8px; }.slider-dots .dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(16,26,36,.2); cursor: pointer; transition: all .25s ease; }.slider-dots .dot.active { width: 28px; border-radius: 10px; background: var(--navy); }
.process-section { background: var(--navy); color: var(--ivory); }.process-section .eyebrow { color: var(--lime); }.process-section .section-heading-row p:last-child { color: rgba(244,240,232,.58); }.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(244,240,232,.19); }.process-grid article { min-height: 220px; padding: 23px 25px 20px 0; border-right: 1px solid rgba(244,240,232,.19); }.process-grid article:not(:first-child) { padding-left: 25px; }.process-grid article:last-child { border-right: 0; }.process-grid span { color: var(--lime); font: 12px var(--display); }.process-grid h3 { margin-top: 57px; color: var(--ivory); font-size: 24px; }.process-grid p { max-width: 210px; color: rgba(244,240,232,.55); font-size: 13px; }
.faq-section { background: var(--surface); }.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.faq-list details { padding: 21px 0; border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding-right: 35px; cursor: pointer; font: 600 17px var(--display); list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { position: absolute; right: 0; content: "+"; color: var(--teal); font-size: 22px; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 600px; margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.contact-section { padding: 100px 0; background: var(--lime); color: var(--navy); }.contact-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }.contact-inner .eyebrow { color: var(--teal); }.contact-inner h2 { max-width: 650px; }.contact-inner p:not(.eyebrow) { max-width: 550px; color: rgba(16,26,36,.65); }.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 14px; width: 100%; }.contact-actions .btn { width: 100%; }.email-link { font: 600 16px var(--display); text-align: center; display: block; margin-top: 4px; }.testimonial-card { padding: 20px 22px; background: rgba(16,26,36,.06); border: 1px solid rgba(16,26,36,.14); border-radius: 14px; margin-bottom: 6px; }.testimonial-stars { color: var(--navy); font-size: 13px; font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; }.testimonial-stars span { color: rgba(16,26,36,.7); font-size: 11px; font-weight: 600; background: rgba(16,26,36,.08); padding: 3px 9px; border-radius: 999px; }.testimonial-text { margin: 0 0 14px; color: var(--navy); font-size: 13px; line-height: 1.55; font-style: italic; transition: opacity .2s ease; }.testimonial-user { display: flex; align-items: center; gap: 10px; }.testimonial-avatar { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--lime); font: 700 12px var(--display); }.testimonial-user strong { display: block; font-size: 12px; color: var(--navy); }.testimonial-user small { display: block; color: rgba(16,26,36,.65); font-size: 10px; }.testimonial-dots { display: flex; gap: 5px; margin-top: 14px; justify-content: flex-end; }.testimonial-dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(16,26,36,.22); cursor: pointer; transition: all .2s ease; }.testimonial-dots span.active { width: 16px; border-radius: 6px; background: var(--navy); }
.site-footer { padding: 64px 0 36px; background: var(--navy); color: var(--ivory); }.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }.footer-brand-col .brand { color: var(--ivory); }.footer-brand-col .brand-mark { color: var(--lime); }.footer-desc { margin: 16px 0 18px; color: rgba(244,240,232,.55); font-size: 13px; line-height: 1.6; max-width: 320px; }.footer-status { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: rgba(214,243,107,.08); border: 1px solid rgba(214,243,107,.2); color: var(--lime); font-size: 12px; }.footer-col h4 { margin: 0 0 16px; font: 600 14px var(--display); color: var(--ivory); letter-spacing: -.02em; }.footer-col ul { list-style: none; padding: 0; margin: 0; }.footer-col li { margin-bottom: 10px; }.footer-col a, .footer-contact-info a { color: rgba(244,240,232,.55); font-size: 13px; transition: color .2s ease; }.footer-col a:hover, .footer-contact-info a:hover { color: var(--lime); }.footer-contact-info { margin: 0 0 16px; font-size: 13px; line-height: 1.8; color: rgba(244,240,232,.55); }.footer-socials { display: flex; gap: 8px; flex-wrap: wrap; }.footer-socials a { padding: 5px 12px; border: 1px solid rgba(244,240,232,.18); border-radius: 999px; color: rgba(244,240,232,.7); font-size: 11px; transition: all .2s ease; }.footer-socials a:hover { background: var(--lime); border-color: var(--lime); color: var(--navy); }.footer-socials a.disabled-link { opacity: .4; cursor: default; }.footer-socials a.disabled-link:hover { background: transparent; border-color: rgba(244,240,232,.18); color: rgba(244,240,232,.4); }.footer-bottom { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding-top: 30px; margin-top: 20px; border-top: 1px solid rgba(244,240,232,.12); color: rgba(244,240,232,.4); font-size: 12px; }.footer-bottom strong { color: rgba(244,240,232,.85); font-weight: 500; }.back-to-top { color: rgba(244,240,232,.6); font-size: 12px; transition: color .2s ease; }.back-to-top:hover { color: var(--lime); }
.project-modal { width: min(680px, calc(100% - 32px)); padding: 48px; border: 0; background: var(--ivory); color: var(--ink); box-shadow: var(--shadow); }.project-modal::backdrop { background: rgba(16,26,36,.76); }.modal-close { position: absolute; top: 16px; right: 18px; width: 35px; height: 35px; border-radius: 50%; background: transparent; font-size: 28px; line-height: 1; }.modal-kicker { color: var(--teal); font-size: 11px; }.modal-title { margin: 8px 0 16px; font: 600 42px/1 var(--display); letter-spacing: -.06em; }.modal-copy { color: var(--muted); }.modal-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 28px; }.modal-columns h4 { margin: 0 0 7px; font: 600 13px var(--display); }.modal-columns p { margin: 0; color: var(--muted); font-size: 13px; }.modal-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 24px; }.modal-gallery img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top center; border: 1px solid var(--line); border-radius: 7px; }.modal-gallery img:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 8; }.modal-foot { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--teal); font-size: 12px; } margin-top: 14px; padding: 10px 16px; border: 1px solid var(--navy); border-radius: 999px; color: var(--navy); font: 600 12px var(--display); }.modal-project-link:hover { background: var(--navy); color: var(--lime); }.modal-note { margin: 10px 0 0; color: var(--muted); font-size: 11px; }
.reveal { animation: rise .75s both; }.reveal:nth-child(2) { animation-delay: .12s; }@keyframes rise { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 850px) { .container { width: min(100% - 34px, 680px); }.site-nav, .header-cta { display: none; }.nav-toggle { display: block; padding: 9px 12px; border: 1px solid rgba(244,240,232,.3); border-radius: 6px; background: transparent; color: var(--ivory); font-size: 12px; }.mobile-nav { position: absolute; top: 76px; right: 17px; left: 17px; padding: 8px; border: 1px solid rgba(244,240,232,.17); background: var(--navy-2); box-shadow: var(--shadow); }.mobile-nav[hidden] { display: none; }.mobile-nav a { display: block; padding: 13px; color: var(--ivory); font-size: 14px; }.hero { padding-top: 135px; }.hero-grid, .section-intro, .section-heading-row, .contact-inner, .faq-layout { grid-template-columns: 1fr; gap: 35px; }.hero-grid { gap: 40px; }.system-stage { min-height: 450px; }.window-main { left: 4%; width: 90%; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: unset; }.service-icon { margin-bottom: 30px; }.portfolio-grid { grid-template-columns: 1fr; }.project-large, .project-wide { grid-column: auto; grid-row: auto; }.project-large .project-visual, .project-wide .project-visual { min-height: 380px; }.project-wide .project-visual { min-height: 300px; }.process-grid { grid-template-columns: repeat(2, 1fr); }.process-grid article, .process-grid article:not(:first-child) { padding: 23px 18px; border-bottom: 1px solid rgba(244,240,232,.19); }.process-grid article:nth-child(2) { border-right: 0; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }.footer-brand-col { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 14px; align-items: flex-start; } }
@media (max-width: 520px) { h1 { font-size: 48px; }.section { padding: 88px 0; }.hero-actions { flex-direction: column; align-items: stretch; }.hero-actions .btn { width: 100%; }.hero { padding-bottom: 22px; }.system-stage { min-height: 370px; transform: scale(.94); transform-origin: top center; margin-bottom: -35px; }.window-main { top: 50px; min-height: 280px; }.window-content { padding: 21px; }.window-heading strong { font-size: 20px; }.metric-row { margin-top: 20px; }.mini-chart { margin-top: 20px; }.card-erp { right: -2%; top: 105px; }.card-site { bottom: 62px; }.trust-strip { flex-wrap: wrap; gap: 11px 16px; margin-top: 35px; }.trust-rule { display: none; }.section-intro > p:last-child { margin-top: 0; }.section-heading-row { gap: 8px; }.filters { flex-wrap: wrap; }.project-large .project-visual { min-height: 400px; }.visual-copy { top: 125px; }.sales-content { grid-template-columns: 1fr; gap: 15px; margin-top: 35px; }.sales-stat { border-top: 1px solid rgba(16,26,36,.2); border-left: 0; }.modal-columns { grid-template-columns: 1fr; }.project-modal { padding: 38px 25px 28px; }.modal-title { font-size: 36px; }.footer-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal, .btn, .project-open { animation: none; transition: none; } }
