:root {
  --navy: #071c3c;
  --navy-2: #0b2a58;
  --blue: #0756d8;
  --blue-light: #2d7df2;
  --sky: #eaf3ff;
  --ice: #f5f8fc;
  --white: #fff;
  --text: #12233f;
  --muted: #5f7089;
  --line: #dce5f0;
  --green: #26b482;
  --shadow: 0 24px 70px rgba(16, 52, 101, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, picture { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,255,255,.88); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: box-shadow .25s, border-color .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(7, 28, 60, .07); }
.nav-bar { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Space Grotesk", sans-serif; font-size: 1.45rem; font-weight: 700; color: var(--navy); letter-spacing: -.04em; }
.brand strong { color: var(--blue); }
.brand-mark { position: relative; display: block; width: 38px; height: 38px; border-radius: 11px; background: var(--blue); transform: rotate(-6deg); box-shadow: 0 10px 24px rgba(7, 86, 216, .24); }
.brand-mark i { position: absolute; width: 7px; height: 7px; border-radius: 2px; background: #fff; }
.brand-mark i:nth-child(1) { left: 9px; top: 9px; height: 20px; }
.brand-mark i:nth-child(2) { left: 20px; top: 9px; width: 9px; }
.brand-mark i:nth-child(3) { left: 20px; top: 20px; width: 9px; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links a { color: #42536c; font-size: .9rem; font-weight: 700; transition: color .2s; }
.nav-links a:hover { color: var(--blue); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); transition: .25s; }

.btn { display: inline-flex; min-height: 54px; padding: 0 25px; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 9px; font-weight: 800; font-size: .92rem; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-light)); box-shadow: 0 14px 30px rgba(7, 86, 216, .24); }
.btn-primary:hover { box-shadow: 0 18px 36px rgba(7, 86, 216, .34); }
.btn-secondary { color: var(--navy); background: #fff; border-color: var(--line); }
.btn-outline { width: 100%; color: var(--blue); border-color: #b7cdf0; background: transparent; }
.btn-white { width: 100%; background: #fff; color: var(--blue); }
.btn-small { min-height: 44px; padding: 0 18px; font-size: .85rem; }

.hero { position: relative; min-height: 760px; padding: 165px 0 92px; overflow: hidden; background: linear-gradient(114deg, #fff 0%, #fff 50%, #f1f7ff 100%); }
.hero::before { content: ""; position: absolute; right: 5%; top: 116px; width: 430px; height: 430px; border: 1px solid rgba(7,86,216,.08); border-radius: 50%; box-shadow: 0 0 0 55px rgba(7,86,216,.025), 0 0 0 110px rgba(7,86,216,.02); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; z-index: 1; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { left: -180px; top: 190px; width: 330px; height: 330px; background: rgba(45,125,242,.07); }
.hero-glow-two { right: 38%; bottom: -100px; width: 260px; height: 260px; background: rgba(38,180,130,.07); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 23px; color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 800; }
.eyebrow span { width: 29px; height: 2px; background: var(--blue); }
.hero h1 { margin: 0; max-width: 680px; color: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: clamp(3.15rem, 5.2vw, 5.15rem); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 27px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 31px; }
.proof-avatars { display: flex; }
.proof-avatars span { width: 35px; height: 35px; display: grid; place-items: center; margin-left: -7px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--navy); font-size: .58rem; font-weight: 800; }
.proof-avatars span:first-child { margin-left: 0; background: var(--blue); }
.proof-avatars span:last-child { background: var(--green); }
.hero-proof p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.hero-proof strong { color: var(--navy); font-size: .78rem; }
.hero-visual { position: relative; padding: 25px 0 35px; }
.browser-card { position: relative; }
.browser-card img { width: 100%; filter: drop-shadow(0 28px 35px rgba(7, 28, 60, .2)); }
.floating-card { position: absolute; display: flex; align-items: center; background: rgba(255,255,255,.96); box-shadow: 0 18px 40px rgba(7,28,60,.18); z-index: 2; }
.floating-seo { left: -36px; bottom: 3px; gap: 11px; padding: 14px 18px; border-radius: 12px; }
.floating-seo .float-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 9px; color: var(--green); background: #e4f8f0; font-weight: 800; }
.floating-seo strong, .floating-seo small { display: block; }
.floating-seo strong { color: var(--navy); font-size: .78rem; }
.floating-seo small { margin-top: 2px; color: var(--muted); font-size: .62rem; }
.floating-mobile { right: -21px; top: 2px; padding: 14px 17px; border-radius: 12px; flex-direction: column; align-items: flex-start; border-top: 3px solid var(--blue); }
.floating-mobile strong { color: var(--blue); font-family: "Space Grotesk"; font-size: 1.25rem; }
.floating-mobile span { color: var(--muted); font-size: .64rem; }

.value-strip { color: #fff; background: var(--navy); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.value-grid > div { position: relative; display: grid; grid-template-columns: 42px 1fr; padding: 31px 38px; border-right: 1px solid rgba(255,255,255,.1); }
.value-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.value-grid span { grid-row: 1 / 3; color: #66a1ff; font-family: "Space Grotesk"; font-size: .75rem; }
.value-grid strong { font-size: .88rem; }
.value-grid small { margin-top: 4px; color: #9fb0c9; font-size: .68rem; }

.section { padding: 110px 0; }
.section-label { display: inline-block; margin-bottom: 16px; color: var(--blue); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; font-weight: 800; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 51px; }
.section-heading h2, .section-head-centered h2, .showcase-copy h2, .faq-intro h2, .contact-copy h2 { margin: 0; color: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: clamp(2.25rem, 4vw, 3.55rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .section-head-centered p, .showcase-copy > p, .faq-intro > p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.75; }
.services { background: var(--ice); }
.services-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 340px; padding: 31px 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #b8cef0; box-shadow: 0 20px 45px rgba(16,52,101,.1); }
.service-featured { color: #fff; border-color: var(--blue); background: linear-gradient(150deg, #0756d8, #0c3f9d); }
.service-icon { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 55px; border-radius: 12px; color: var(--blue); background: var(--sky); }
.service-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-featured .service-icon { color: #fff; background: rgba(255,255,255,.15); }
.card-number { position: absolute; top: 31px; right: 28px; color: #a8b7ca; font-size: .65rem; font-weight: 800; }
.service-featured .card-number { color: #a9cbff; }
.service-card h3 { margin: 0 0 13px; color: var(--navy); font-family: "Space Grotesk"; font-size: 1.22rem; line-height: 1.2; }
.service-featured h3 { color: #fff; }
.service-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.7; }
.service-featured p { color: #c5d9fa; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 20px 0 0; list-style: none; }
.service-card li { padding: 6px 8px; border-radius: 4px; color: #dbe9ff; background: rgba(255,255,255,.1); font-size: .62rem; }
.service-card > a { position: absolute; left: 28px; bottom: 28px; color: var(--blue); font-size: .78rem; font-weight: 800; }
.service-card > a span { margin-left: 7px; }

.showcase { color: #fff; background: var(--navy); overflow: hidden; }
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.showcase-art { position: relative; }
.art-frame { position: relative; padding: 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.06); transform: rotate(-2deg); }
.art-frame::before { content: ""; position: absolute; inset: -70px; border-radius: 50%; background: rgba(7,86,216,.3); filter: blur(80px); z-index: -1; }
.art-frame img { border-radius: 13px; }
.art-badge { position: absolute; right: -25px; bottom: -24px; padding: 16px 22px; border-radius: 12px; color: var(--navy); background: #fff; box-shadow: var(--shadow); }
.art-badge strong, .art-badge span { display: block; }
.art-badge strong { color: var(--blue); font-family: "Space Grotesk"; font-size: 1rem; }
.art-badge span { margin-top: 3px; color: var(--muted); font-size: .62rem; }
.section-label-light { color: #70a8ff; }
.showcase-copy h2, .contact-copy h2 { color: #fff; }
.showcase-copy > p { margin-top: 23px; color: #aebdd1; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 20px; margin-top: 35px; }
.check-grid > div { display: grid; grid-template-columns: 26px 1fr; }
.check-grid span { grid-row: 1 / 3; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: .6rem; }
.check-grid strong { font-size: .78rem; }
.check-grid small { margin-top: 4px; color: #8fa3be; font-size: .65rem; }

.pricing { background: #fff; scroll-margin-top: -70px; }
.section-head-centered { max-width: 700px; margin: 0 auto 53px; text-align: center; }
.section-head-centered p { margin-top: 16px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: center; }
.price-card { position: relative; padding: 38px 34px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 10px 40px rgba(16,52,101,.06); }
.price-featured { padding-top: 49px; padding-bottom: 49px; color: #fff; border: 0; background: linear-gradient(145deg, var(--navy), var(--navy-2)); box-shadow: 0 28px 60px rgba(7,28,60,.24); }
.popular { position: absolute; top: 0; right: 32px; padding: 7px 13px; border-radius: 0 0 7px 7px; color: #fff; background: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: .55rem; font-weight: 800; }
.plan-type { color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: .61rem; font-weight: 800; }
.price-featured .plan-type { color: #70a8ff; }
.price-card h3 { margin: 9px 0 23px; color: var(--navy); font-family: "Space Grotesk"; font-size: 1.35rem; }
.price-featured h3 { color: #fff; }
.price { margin: 0; color: var(--navy); font-family: "Space Grotesk"; font-size: 2.05rem; font-weight: 700; letter-spacing: -.04em; }
.price-featured .price { color: #fff; }
.price small { display: block; margin-bottom: 2px; color: var(--muted); font: 600 .65rem "Manrope"; letter-spacing: 0; }
.price i { color: var(--muted); font: 600 .6rem "Manrope"; letter-spacing: 0; }
.plan-desc { min-height: 57px; margin: 15px 0 22px; color: var(--muted); font-size: .75rem; line-height: 1.65; }
.price-featured .plan-desc { color: #aebdd1; }
.price-card ul { padding: 21px 0; margin: 0 0 24px; border-top: 1px solid var(--line); list-style: none; }
.price-featured ul { border-color: rgba(255,255,255,.12); }
.price-card li { position: relative; margin: 12px 0; padding-left: 25px; color: #465973; font-size: .76rem; }
.price-featured li { color: #d4deec; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.pricing-note { margin: 25px 0 0; color: #586a83; text-align: center; font-size: .78rem; line-height: 1.6; }

.process { background: var(--ice); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.process-grid::before { content: ""; position: absolute; left: 2%; right: 2%; top: 52px; height: 1px; background: #cbd9e9; }
.process-grid article { position: relative; }
.process-grid article > span { display: block; color: var(--blue); font-family: "Space Grotesk"; font-size: .7rem; font-weight: 700; }
.process-dot { position: relative; width: 13px; height: 13px; margin: 25px 0 25px; border: 3px solid var(--ice); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); z-index: 1; }
.process-grid h3 { margin: 0 0 10px; color: var(--navy); font-family: "Space Grotesk"; font-size: 1rem; }
.process-grid p { max-width: 220px; margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-intro > p { margin-top: 19px; }
.faq-intro > a { display: inline-block; margin-top: 24px; color: var(--blue); font-size: .8rem; font-weight: 800; }
.faq-intro > a span { margin-left: 8px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; color: var(--navy); cursor: pointer; font-size: .9rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 25px; width: 25px; height: 25px; border-radius: 50%; background: var(--sky); }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; left: 7px; right: 7px; top: 12px; height: 1px; background: var(--blue); }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s; }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 670px; margin: -6px 45px 23px 0; color: var(--muted); font-size: .79rem; line-height: 1.7; }

.contact-section { padding-top: 30px; }
.contact-shell { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; padding: 69px; overflow: hidden; border-radius: 24px; background: var(--navy); }
.contact-shell::before { content: ""; position: absolute; width: 340px; height: 340px; left: -150px; bottom: -210px; border: 55px solid rgba(45,125,242,.15); border-radius: 50%; }
.contact-copy { position: relative; padding-top: 22px; z-index: 1; }
.contact-copy h2 { font-size: clamp(2.1rem, 3.7vw, 3.25rem); }
.contact-copy p { margin: 23px 0; color: #aebdd1; font-size: .86rem; line-height: 1.75; }
.contact-copy > a { color: #70a8ff; font-size: .85rem; font-weight: 800; }
.contact-form { position: relative; display: grid; gap: 15px; padding: 29px; border-radius: 14px; background: #fff; z-index: 1; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; color: var(--navy); font-size: .68rem; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); border-radius: 7px; outline: 0; padding: 12px 13px; color: var(--text); background: #fbfcfe; font-size: .75rem; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,86,216,.1); }
.contact-form textarea { resize: vertical; }
.form-trap { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.contact-form .btn { width: 100%; margin-top: 3px; }
.form-status { min-height: 16px; margin: -3px 0 0; color: var(--blue); text-align: center; font-size: .68rem; font-weight: 700; }

.site-footer { padding: 0 0 25px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.brand-footer { font-size: 1.25rem; }
.brand-footer .brand-mark { width: 32px; height: 32px; }
.brand-footer .brand-mark i:nth-child(1) { left: 8px; top: 7px; height: 18px; }
.brand-footer .brand-mark i:nth-child(2) { left: 18px; top: 7px; width: 7px; }
.brand-footer .brand-mark i:nth-child(3) { left: 18px; top: 18px; width: 7px; }
.footer-top p { margin: 0; color: var(--muted); font-size: .72rem; }
.footer-up { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: #586a83; font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1020px) {
  .hero-grid { gap: 35px; }
  .hero h1 { font-size: clamp(3rem, 6vw, 4.2rem); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 310px; }
  .showcase-grid { gap: 55px; }
  .contact-shell { gap: 45px; padding: 50px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 30px, 680px); }
  .nav-bar { height: 72px; }
  .nav-toggle { display: block; margin-left: auto; z-index: 2; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { position: fixed; inset: 72px 15px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 14px; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-cta { display: none; }
  .hero { min-height: auto; padding: 125px 0 75px; }
  .hero-grid, .showcase-grid, .faq-grid, .contact-shell { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { width: min(100%, 560px); margin: 25px auto 0; }
  .floating-seo { left: -5px; }
  .floating-mobile { right: -4px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid > div, .value-grid > div:first-child { border: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 80px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .showcase-grid { gap: 70px; }
  .showcase-art { width: min(90%, 560px); margin: auto; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 510px; margin: auto; }
  .price-featured { order: -1; }
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 45px; }
  .process-grid::before { display: none; }
  .faq-grid { gap: 40px; }
  .contact-shell { gap: 35px; padding: 42px 30px; }
}

@media (max-width: 520px) {
  .brand { font-size: 1.25rem; }
  .hero { padding-top: 110px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { margin-top: 15px; }
  .floating-card { display: none; }
  .services-grid, .check-grid, .process-grid, .form-row { grid-template-columns: 1fr; }
  .service-card { min-height: 295px; }
  .art-badge { right: -8px; }
  .contact-shell { width: calc(100% - 20px); padding: 38px 20px; }
  .contact-form { padding: 22px 17px; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-top p { grid-column: 1 / -1; grid-row: 2; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
