:root {
  --ink: #0c1b31;
  --muted: #657084;
  --blue: #145fa7;
  --blue-dark: #0a3667;
  --orange: #f28c45;
  --cream: #fff9f2;
  --pale: #eef6fc;
  --white: #fff;
  --line: #dce5ed;
  --shadow: 0 24px 70px rgba(15, 43, 74, .14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -100px; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 1000; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.contact-strip { background: var(--blue-dark); color: #dcecff; font-size: 13px; }
.contact-strip__inner { min-height: 38px; display: flex; justify-content: flex-end; align-items: center; gap: 24px; }
.contact-strip__inner > span { margin-right: auto; opacity: .8; }
.contact-strip a { color: #fff; font-weight: 600; }
.contact-strip a:hover { color: #ffbd86; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(12,27,49,.08); backdrop-filter: blur(16px); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 44px; }
.brand img { width: 204px; height: auto; }
nav { display: flex; gap: 30px; margin-left: auto; }
nav a { color: #334158; font-weight: 600; font-size: 14px; }
nav a:hover { color: var(--blue); }

.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 54px; padding: 0 24px; border-radius: 10px; background: var(--orange); color: #122033; font-weight: 800; box-shadow: 0 10px 25px rgba(242,140,69,.22); cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #ff9c57; box-shadow: 0 14px 30px rgba(242,140,69,.3); }
.button--small { min-height: 44px; padding: 0 18px; font-size: 14px; }
.button--ghost { background: #fff; border: 1px solid var(--line); color: var(--ink); box-shadow: none; }
.button--ghost:hover { background: var(--pale); box-shadow: none; }
.call-dot { color: #20aa68; font-size: 12px; }

.hero { min-height: 720px; padding: 82px 0 0; background: radial-gradient(circle at 85% 18%, #d9ecfb 0, rgba(217,236,251,0) 27%), linear-gradient(135deg, #f8fbff 0%, #fff 54%, #fff7ef 100%); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(20,95,167,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(20,95,167,.15) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to right, transparent 20%, #000 100%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .5; }
.hero-orb--one { width: 250px; height: 250px; border: 55px solid rgba(242,140,69,.18); right: -80px; top: 120px; }
.hero-orb--two { width: 90px; height: 90px; background: rgba(31,132,202,.14); left: 5%; bottom: 80px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; }
.eyebrow, .kicker { color: var(--blue); text-transform: uppercase; font-weight: 800; letter-spacing: .12em; font-size: 12px; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 24px; height: 2px; background: var(--orange); }
h1, h2, h3 { font-family: Manrope, "DM Sans", sans-serif; line-height: 1.13; margin-top: 0; }
h1 { font-size: clamp(46px, 5.5vw, 74px); letter-spacing: -.055em; margin: 22px 0 24px; max-width: 700px; }
h1 em { color: var(--blue); font-style: normal; position: relative; white-space: nowrap; }
h1 em::after { content: ""; position: absolute; height: 8px; background: var(--orange); opacity: .75; border-radius: 8px; bottom: 1px; left: 2px; right: 2px; transform: rotate(-1deg); z-index: -1; }
.hero-lead { color: var(--muted); font-size: 18px; max-width: 610px; margin: 0 0 32px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--line); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: 14px; }
.trust-row span { color: var(--muted); font-size: 12px; }

.hero-visual { min-height: 500px; position: relative; display: grid; place-items: center; perspective: 1000px; }
.browser-card { width: 100%; background: #fff; border: 8px solid #fff; border-radius: 24px; box-shadow: 0 40px 90px rgba(14,53,88,.22); transform: rotateY(-5deg) rotateX(2deg); overflow: hidden; }
.browser-bar { height: 42px; background: #edf3f7; display: flex; align-items: center; padding: 0 14px; gap: 6px; color: #778596; font-size: 10px; }
.browser-bar i { width: 8px; height: 8px; background: #c8d3dc; border-radius: 50%; }
.browser-bar span { margin: auto; padding: 4px 38px; border-radius: 10px; background: #fff; }
.browser-content { min-height: 350px; padding: 46px 42px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 15px; background: linear-gradient(145deg, #0c2340, #145fa7); color: #fff; }
.browser-copy small { color: #ffac6d; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.browser-copy h2 { margin: 13px 0; font-size: 30px; letter-spacing: -.04em; }
.browser-copy p { color: #cee2f3; font-size: 12px; line-height: 1.5; }
.mock-button { margin-top: 9px; display: inline-block; border-radius: 6px; padding: 8px 13px; color: var(--ink); background: var(--orange); font-size: 10px; font-weight: 800; }
.browser-art { position: relative; height: 220px; }
.shape { position: absolute; border-radius: 28px; box-shadow: 0 20px 30px rgba(0,0,0,.15); }
.shape--a { width: 120px; height: 160px; top: 20px; right: 2px; background: linear-gradient(150deg, #fff, #9dcced); transform: rotate(10deg); }
.shape--b { width: 100px; height: 110px; left: 0; bottom: 4px; background: linear-gradient(140deg, #fcb77d, #ec6d58); transform: rotate(-13deg); }
.shape--c { width: 70px; height: 70px; top: 14px; left: 5px; background: #4fb58c; border-radius: 50%; }
.mini-card { position: absolute; z-index: 2; display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 10px; width: 180px; padding: 13px; background: #fff; border: 1px solid #e3ebf1; border-radius: 14px; box-shadow: var(--shadow); }
.mini-card b { grid-row: span 2; display: grid; place-items: center; width: 43px; height: 43px; background: var(--pale); color: var(--blue); border-radius: 10px; font-size: 12px; }
.mini-card span { color: var(--muted); font-size: 10px; line-height: 1.3; }
.mini-card--top { right: -20px; top: 8px; }
.mini-card--bottom { left: -28px; bottom: 18px; }
.partner-line { position: relative; margin-top: 72px; min-height: 86px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #7d8999; font-size: 12px; letter-spacing: .07em; }
.partner-line span { font-style: italic; text-transform: none; letter-spacing: 0; }
.partner-line b { color: #48566b; font-size: 11px; }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.section-heading h2, .value-copy h2, .faq-intro h2 { font-size: clamp(34px, 4vw, 52px); letter-spacing: -.045em; margin: 10px 0 0; }
.section-heading p, .value-copy > p, .faq-intro > p { color: var(--muted); margin: 0; }
.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 325px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .25s, transform .25s; }
.service-card:hover { background: var(--pale); transform: translateY(-4px); z-index: 1; }
.service-card--featured { background: var(--blue); color: #fff; }
.service-card--featured:hover { background: #0e5596; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; background: var(--pale); color: var(--blue); border-radius: 10px; font-weight: 800; }
.service-card--featured .service-icon { background: rgba(255,255,255,.14); color: #fff; }
.service-number { position: absolute; top: 32px; right: 32px; color: #a9b2bd; font-size: 12px; font-weight: 700; }
.service-card h3 { margin: 29px 0 13px; font-size: 21px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card--featured p { color: #cde1f3; }
.service-card a { position: absolute; bottom: 28px; left: 32px; right: 32px; color: var(--blue); font-size: 13px; font-weight: 800; display: flex; justify-content: space-between; }
.service-card--featured a { color: #ffb277; }

.value-section { background: var(--cream); overflow: hidden; }
.value-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.value-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.value-visual::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: #ffe3c9; }
.device { position: absolute; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.device--desktop { width: 490px; border: 8px solid #fff; border-radius: 20px; transform: rotate(-3deg); }
.device--desktop img { width: 100%; height: 310px; object-fit: cover; }
.device-bar { display: flex; gap: 5px; align-items: center; height: 32px; padding-left: 10px; background: #edf2f5; }
.device-bar span { width: 7px; height: 7px; border-radius: 50%; background: #b9c5ce; }
.device--phone { width: 130px; height: 270px; right: 0; bottom: 12px; z-index: 2; border: 7px solid #0d2036; border-radius: 26px; background: #f1f7fb; }
.phone-notch { width: 55px; height: 13px; border-radius: 0 0 9px 9px; background: #0d2036; margin: 0 auto; }
.phone-screen { padding: 33px 12px; }
.phone-screen i { display: block; width: 40px; height: 40px; margin: 0 auto 16px; border-radius: 50%; background: var(--orange); }
.phone-screen b, .phone-screen span { display: block; height: 7px; border-radius: 10px; margin: 9px auto; background: #c4d9ea; }
.phone-screen b { width: 80%; height: 10px; background: var(--blue); }
.phone-screen span:last-child { margin-top: 26px; width: 65%; height: 26px; background: var(--blue); }
.performance-chip { position: absolute; z-index: 3; left: -12px; bottom: 30px; padding: 15px 20px; border-radius: 13px; background: #fff; box-shadow: var(--shadow); }
.performance-chip strong, .performance-chip span { display: block; }
.performance-chip strong { color: #24a86a; }
.performance-chip span { color: var(--muted); font-size: 11px; }
.value-copy h2 { margin-bottom: 24px; }
.check-list { list-style: none; padding: 0; margin: 32px 0; }
.check-list li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; margin: 21px 0; }
.check-list li > span { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: #dff5e9; color: #168451; font-weight: 800; }
.check-list b, .check-list small { display: block; }
.check-list small { color: var(--muted); margin-top: 2px; }
.text-link { color: var(--blue); font-weight: 800; border-bottom: 2px solid #bfd8eb; padding-bottom: 5px; }

.work { background: #071a2f; color: #fff; }
.section-heading--light p { color: #a9bed2; }
.section-heading--light .kicker { color: #ffab6c; }
.button--light { background: transparent; color: #fff; border: 1px solid #46607a; box-shadow: none; }
.button--light:hover { background: #fff; color: var(--ink); }
.work-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 22px; align-items: stretch; }
.work-card { min-height: 420px; position: relative; overflow: hidden; border-radius: 16px; background: #16304a; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; filter: saturate(.88); }
.work-card:hover img { transform: scale(1.045); }
.work-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(3,13,25,.92)); }
.work-card span { position: absolute; z-index: 1; left: 28px; bottom: 24px; }
.work-card b, .work-card small { display: block; }
.work-card b { font-family: Manrope, sans-serif; font-size: 19px; }
.work-card small { color: #c5d4e1; }

.process { background: #fff; }
.process-grid { counter-reset: step; list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-grid li { padding: 34px 28px 12px 0; position: relative; }
.process-grid li:not(:last-child)::after { content: "→"; position: absolute; right: 28px; top: 31px; color: #a7b4bf; }
.process-grid span { color: var(--orange); font-size: 13px; font-weight: 800; }
.process-grid h3 { margin: 28px 0 12px; font-size: 21px; }
.process-grid p { color: var(--muted); font-size: 14px; }

.faq { background: var(--pale); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-intro p { margin: 24px 0 31px; }
.accordion { background: #fff; border-radius: var(--radius); padding: 8px 30px; box-shadow: 0 15px 55px rgba(20,67,108,.08); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion details:last-child { border: 0; }
.accordion summary { list-style: none; cursor: pointer; padding: 24px 0; font-family: Manrope, sans-serif; font-weight: 700; display: flex; justify-content: space-between; gap: 20px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--blue); font-size: 22px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { color: var(--muted); margin: -8px 38px 24px 0; font-size: 14px; }

.contact-section { background: linear-gradient(125deg, #0a3768, #145fa7); color: #fff; padding: 104px 0; position: relative; overflow: hidden; }
.contact-section::after { content: ""; position: absolute; width: 420px; height: 420px; border: 75px solid rgba(255,255,255,.05); border-radius: 50%; right: -120px; top: -100px; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.kicker--light { color: #ffb47b; }
.contact-copy h2 { font-size: clamp(38px, 4vw, 55px); letter-spacing: -.05em; margin: 12px 0 24px; }
.contact-copy > p { color: #cee2f3; }
.direct-contact { margin-top: 38px; display: grid; gap: 13px; }
.direct-contact a { width: fit-content; display: grid; grid-template-columns: 75px 1fr; align-items: baseline; }
.direct-contact span { color: #9ec3df; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.direct-contact strong { font-size: 17px; }
.lead-form { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 36px; box-shadow: 0 30px 80px rgba(1,14,30,.25); }
.form-heading h3 { margin-bottom: 4px; font-size: 26px; }
.form-heading p { color: var(--muted); margin: 0 0 25px; font-size: 14px; }
.lead-form label { display: block; font-weight: 700; font-size: 12px; margin-bottom: 16px; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; margin-top: 7px; border: 1px solid #d5e0e8; background: #f9fbfc; border-radius: 9px; padding: 12px 14px; color: var(--ink); outline: none; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,95,167,.1); }
.lead-form textarea { min-height: 98px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.button--form { width: 100%; }
.button--form:disabled { opacity: .65; cursor: wait; }
.form-status { margin: 12px 0 0; font-size: 13px; font-weight: 600; }
.form-status.success { color: #168451; }
.form-status.error { color: #b33131; }
.form-status a { text-decoration: underline; }

footer { background: #061426; color: #b6c5d3; padding: 66px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .65fr 1fr; gap: 60px; }
.footer-grid h3 { color: #fff; font-size: 14px; margin-bottom: 17px; }
.footer-grid a, .footer-grid p { display: block; color: #9eb0c0; font-size: 13px; margin: 8px 0; font-style: normal; }
.footer-grid a:hover { color: #ffad70; }
.footer-brand img { width: 213px; }
.footer-brand p { max-width: 310px; line-height: 1.7; }
.footer-grid address { font-style: normal; }
.footer-bottom { margin-top: 48px; padding-top: 21px; border-top: 1px solid #203249; display: flex; justify-content: space-between; font-size: 11px; color: #788b9d; }
.mobile-actions { display: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .nav-wrap { gap: 15px; }
  .nav-wrap .button { margin-left: auto; }
  .hero { padding-top: 62px; }
  .hero-grid, .value-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero-visual { width: min(620px, 95%); margin: 0 auto; }
  .partner-line { flex-wrap: wrap; justify-content: center; padding: 25px 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { gap: 55px; }
  .value-visual { width: min(570px, 100%); margin: auto; }
  .work-grid { grid-template-columns: 1.2fr 1fr; }
  .work-card:last-child { display: none; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid address { grid-column: 2; }
}

@media (max-width: 640px) {
  body { padding-bottom: 58px; }
  .wrap { width: min(100% - 28px, 1180px); }
  .contact-strip__inner { min-height: 44px; justify-content: center; gap: 13px; }
  .contact-strip__inner > span, .contact-strip a:nth-of-type(2), .contact-strip a:nth-of-type(3) { display: none; }
  .site-header { top: 0; }
  .nav-wrap { height: 68px; }
  .brand img { width: 165px; }
  .nav-wrap .button { font-size: 0; min-height: 40px; padding: 0 14px; }
  .nav-wrap .button::before { content: "Free quote"; font-size: 12px; }
  .nav-wrap .button span { font-size: 13px; }
  .hero { min-height: auto; padding-top: 50px; }
  h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .trust-row { gap: 8px; }
  .trust-row span { font-size: 10px; }
  .hero-visual { min-height: 370px; width: 100%; }
  .browser-card { transform: none; border-width: 5px; }
  .browser-content { min-height: 275px; padding: 30px 22px; }
  .browser-copy h2 { font-size: 23px; }
  .browser-art { height: 170px; }
  .shape--a { width: 85px; height: 125px; }
  .shape--b { width: 75px; height: 85px; }
  .shape--c { width: 50px; height: 50px; }
  .mini-card { width: 145px; padding: 9px; }
  .mini-card--top { right: -6px; top: -7px; }
  .mini-card--bottom { left: -4px; bottom: 4px; }
  .partner-line { margin-top: 35px; }
  .partner-line span { width: 100%; text-align: center; }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .section-heading h2, .value-copy h2, .faq-intro h2 { font-size: 36px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .value-visual { min-height: 380px; }
  .value-visual::before { width: 330px; height: 330px; }
  .device--desktop { width: 92%; left: 0; }
  .device--desktop img { height: 225px; }
  .device--phone { width: 95px; height: 205px; }
  .phone-screen { padding: 20px 8px; }
  .performance-chip { left: 4px; bottom: 5px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card { min-height: 440px; }
  .work-card:nth-child(n+2) { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { border-bottom: 1px solid var(--line); }
  .process-grid li:not(:last-child)::after { right: 5px; }
  .accordion { padding: 4px 20px; }
  .contact-section { padding: 75px 0; }
  .contact-copy h2 { font-size: 39px; }
  .direct-contact a { grid-template-columns: 68px 1fr; }
  .lead-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid address { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 8px; }
  .mobile-actions { position: fixed; display: grid; grid-template-columns: 1fr 1fr; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff; box-shadow: 0 -8px 25px rgba(12,27,49,.14); }
  .mobile-actions a { min-height: 58px; display: grid; place-items: center; color: #fff; background: var(--blue); font-weight: 800; font-size: 14px; }
  .mobile-actions a:last-child { background: #1ca467; }
}

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