@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --brand-purple: #7E07D4;
  --brand-white: #FFFFFF;
  --brand-navy: #001141;
  --brand-lavender: #9A79C3;
  --brand-deep-purple: #4C2B8B;
  --ink: #001141;
  --ink-soft: #18265a;
  --muted: #5e687b;
  --paper: #ffffff;
  --surface: #f7f5fa;
  --line: #e2ddea;
  --accent: #7E07D4;
  --accent-dark: #4C2B8B;
  --accent-soft: #f0e7f8;
  --max-width: 1180px;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(0, 17, 65, .12);
  --sans: 'DM Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --display: 'Manrope', var(--sans);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.section { padding: 110px 0; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid transparent; transition: border-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(0,17,65,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover, .text-link:hover, .card-link:hover { color: var(--brand-purple); }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--brand-purple); color: #fff; }
.nav-cta:hover { background: var(--brand-deep-purple); }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 9px 13px; font: inherit; font-weight: 700; color: var(--ink); }
.hero { position: relative; overflow: hidden; padding: 112px 0 96px; background: linear-gradient(135deg, #fff 0%, #fff 62%, #f3ecf9 100%); }
.hero::before { content: ''; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(126,7,212,.18); border-radius: 50%; right: -220px; top: -260px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: 80px; position: relative; }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 15px; color: var(--brand-deep-purple); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: #c8afe6; }
h1, h2, h3 { font-family: var(--display); line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 6vw, 5.25rem); font-weight: 800; }
h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 3.65rem); font-weight: 800; }
h3 { margin: 0 0 10px; font-size: 1.3rem; }
.hero-text { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 1.12rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brand-purple); color: #fff; }
.button-primary:hover { background: var(--brand-deep-purple); }
.button-secondary { border: 1px solid var(--line); background: #fff; color: var(--ink); }
.button-secondary:hover { border-color: var(--brand-lavender); color: var(--brand-deep-purple); }
.button-light { background: #fff; color: var(--brand-navy); margin-top: 28px; }
.button-light:hover { background: #f5f0fa; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; color: var(--muted); font-size: .84rem; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-purple); }
.hero-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
.visual-window { width: min(100%, 500px); border: 1px solid #d5cbe0; border-radius: 20px; background: #fff; box-shadow: var(--shadow); overflow: hidden; transform: rotate(1deg); position: relative; z-index: 2; }
.window-bar { min-height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 18px; background: #f3eff7; border-bottom: 1px solid var(--line); }
.window-bar > span { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-lavender); }
.window-bar b { margin-left: auto; color: #69728a; font: 600 .68rem var(--sans); letter-spacing: .03em; }
.visual-content { padding: 28px; }
.visual-status { display: flex; align-items: center; gap: 10px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.visual-status small { margin-left: auto; padding: 5px 9px; border-radius: 999px; background: #eee5f8; color: var(--brand-deep-purple); font-weight: 700; font-size: .7rem; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--brand-purple); box-shadow: 0 0 0 5px rgba(126,7,212,.12); }
.visual-check { display: flex; align-items: center; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.visual-check:last-child { border-bottom: 0; padding-bottom: 4px; }
.visual-check > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--brand-deep-purple); font-weight: 800; }
.visual-check strong, .visual-check small { display: block; }
.visual-check small { margin-top: 2px; color: var(--muted); font-size: .78rem; }
.visual-accent { position: absolute; width: 250px; height: 250px; right: -35px; bottom: 5px; border-radius: 50%; background: var(--brand-purple); opacity: .16; }
.problem-section { background: var(--brand-navy); color: #fff; }
.problem-grid { grid-template-columns: .9fr 1.1fr; align-items: start; }
.problem-section h2 { max-width: 560px; }
.problem-copy { max-width: 620px; color: #c5cce0; font-size: 1.08rem; }
.problem-copy p:first-child { margin-top: 0; }
.problem-copy p:last-child { margin-bottom: 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading-wide { max-width: 850px; }
.section-heading > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--brand-lavender); box-shadow: 0 15px 35px rgba(0,17,65,.09); }
.card-number { display: block; margin-bottom: 72px; color: var(--brand-deep-purple); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.card-link { margin-top: auto; padding-top: 24px; color: var(--ink); font-size: .88rem; font-weight: 800; text-decoration: none; }
.section-dark { background: var(--brand-navy); color: #fff; }
.support-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.support-intro { max-width: 600px; }
.support-intro > p:not(.eyebrow) { margin: 24px 0 0; color: #c5cce0; font-size: 1.04rem; }
.support-preview { border: 1px solid #273566; border-radius: var(--radius); background: #07184a; overflow: hidden; }
.support-row { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 24px; border-bottom: 1px solid #1d2d5c; color: #e4e8f2; }
.support-row strong { color: #c5a5e2; font-size: .82rem; }
.support-row-link { border-bottom: 0; justify-content: flex-start; }
.support-row-link a { color: #fff; text-decoration: none; font-weight: 700; }
.about-grid { grid-template-columns: 1fr 1fr; align-items: start; }
.about-copy { max-width: 630px; color: var(--muted); font-size: 1.02rem; }
.about-copy p:first-child { margin-top: 0; }
.process-section { background: var(--surface); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-step { padding: 30px 24px 0 0; border-right: 1px solid var(--line); margin-right: 24px; }
.process-step:last-child { border-right: 0; margin-right: 0; }
.process-step > span { display: block; margin-bottom: 55px; color: var(--brand-deep-purple); font-weight: 800; font-size: .78rem; letter-spacing: .08em; }
.process-step p { margin: 0; color: var(--muted); font-size: .92rem; }
.contact-section { padding-top: 80px; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 65px; border-radius: 24px; background: linear-gradient(135deg, #f0e7f8, #f7f4fa); border: 1px solid #e1d4eb; }
.contact-card h2 { max-width: 750px; }
.contact-card p:last-child { margin-bottom: 0; color: var(--muted); }
.site-footer { padding: 34px 0; background: #000c2c; color: #aeb8d1; font-size: .82rem; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-wrap p { margin: 0; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; }
.footer-brand img { width: 42px; height: 42px; object-fit: contain; }
:focus-visible { outline: 3px solid rgba(126,7,212,.45); outline-offset: 3px; }
@media (max-width: 1050px) { .hero-grid { grid-template-columns: 1fr; gap: 55px; } .hero-copy { max-width: 800px; } .hero-visual { justify-content: start; min-height: 400px; } .card-grid { grid-template-columns: repeat(2, 1fr); } .service-card { min-height: 290px; } }
@media (max-width: 800px) { .section { padding: 85px 0; } .problem-grid, .support-layout, .about-grid { grid-template-columns: 1fr; gap: 40px; } .process-grid { grid-template-columns: repeat(2, 1fr); } .process-step:nth-child(2) { border-right: 0; margin-right: 0; } .process-step:nth-child(n+3) { border-top: 1px solid var(--line); padding-top: 28px; } .contact-card { align-items: flex-start; flex-direction: column; padding: 48px 32px; } }
@media (max-width: 700px) { .container { width: min(calc(100% - 28px), var(--max-width)); } .nav-wrap { min-height: 68px; } .brand img { width: 54px; height: 54px; } .nav-toggle { display: block; } .site-nav { position: absolute; top: calc(100% + 1px); left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); } .site-nav.is-open { display: flex; } .site-nav a { padding: 13px 14px; } .nav-cta { text-align: center; margin-top: 5px; } .hero { padding: 75px 0 70px; } h1 { font-size: clamp(2.55rem, 13vw, 4rem); } h2 { font-size: clamp(2rem, 10vw, 3rem); } .hero-text { font-size: 1rem; } .hero-visual { min-height: 335px; } .visual-window { transform: none; } .visual-content { padding: 22px; } .window-bar b { display: none; } .card-grid, .process-grid { grid-template-columns: 1fr; } .service-card { min-height: 260px; } .process-step { border-right: 0; border-bottom: 1px solid var(--line); margin-right: 0; padding: 28px 0; } .process-step:nth-child(n+3) { border-top: 0; } .process-step:last-child { border-bottom: 0; } .footer-wrap { align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
