:root {
  --navy: #061b3a;
  --blue: #0757c8;
  --blue-bright: #1479ff;
  --green: #16c784;
  --green-dark: #0ca66b;
  --cyan: #15b9d6;
  --ink: #102a43;
  --muted: #5b7088;
  --line: #dce7f3;
  --soft: #f4f9ff;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(8, 55, 113, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.035em; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: #fff; padding: 12px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 16px 0; transition: .35s ease; }
.site-header.scrolled { padding: 9px 0; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(197,216,237,.7); backdrop-filter: blur(18px); box-shadow: 0 10px 35px rgba(7,53,110,.07); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-size: 19px; color: var(--navy); }
.brand strong { font-weight: 800; }
.brand-mark { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, var(--blue), var(--blue-bright)); color: white; font-weight: 800; box-shadow: 0 8px 20px rgba(7,87,200,.25); }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; color: #3f5872; }
.nav-links > a:not(.button) { position: relative; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; height: 2px; inset: auto 100% -7px 0; background: var(--green); transition: .25s ease; }
.nav-links > a:not(.button):hover::after { right: 0; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 0; border-radius: 14px; font-weight: 700; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(20,121,255,.3); outline-offset: 3px; }
.button-nav { min-height: 42px; padding-inline: 18px; border-radius: 12px; background: var(--navy); color: white; }
.menu-toggle { display: none; width: 44px; height: 42px; padding: 10px; border: 0; border-radius: 11px; background: var(--soft); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; transition: .25s; }

.hero { min-height: 790px; position: relative; display: flex; align-items: center; padding: 135px 0 90px; isolation: isolate; background: radial-gradient(circle at 30% 10%, rgba(20,121,255,.09), transparent 35%), linear-gradient(180deg, #fbfdff 0%, #f4f9ff 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .55; background-image: linear-gradient(rgba(7,87,200,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(7,87,200,.045) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 999px; filter: blur(5px); animation: drift 8s ease-in-out infinite alternate; }
.hero-glow-one { width: 440px; height: 440px; right: -180px; top: 35px; background: rgba(22,199,132,.14); }
.hero-glow-two { width: 300px; height: 300px; left: -180px; bottom: -60px; background: rgba(20,121,255,.12); animation-delay: -3s; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.eyebrow, .kicker { color: var(--blue); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; margin-bottom: 24px; border: 1px solid #cfe0f5; border-radius: 999px; background: rgba(255,255,255,.72); }
.eyebrow span { width: 8px; height: 8px; background: var(--green); border-radius: 99px; box-shadow: 0 0 0 5px rgba(22,199,132,.12); }
.hero h1 { max-width: 670px; margin-bottom: 24px; color: var(--navy); font-size: clamp(48px, 6vw, 76px); line-height: .99; }
.hero h1 em { color: var(--blue); font-style: normal; position: relative; }
.hero h1 em::after { content: ""; position: absolute; left: 1%; right: -2%; bottom: -2px; height: 9px; opacity: .65; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9C60 2 150 2 218 8' fill='none' stroke='%2316c784' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat; }
.hero-lead { max-width: 590px; margin-bottom: 32px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), var(--blue-bright)); box-shadow: 0 13px 28px rgba(7,87,200,.25); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(7,87,200,.34); }
.button-secondary { color: #08794f; background: white; border: 1px solid #bfe8d7; box-shadow: 0 8px 20px rgba(8,121,79,.08); }
.button-secondary svg { width: 21px; fill: #10b978; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; color: #536d86; font-size: 13px; font-weight: 600; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 99px; color: #08794f; background: #dff8ee; font-style: normal; font-size: 11px; }

.hero-visual { min-height: 500px; position: relative; display: grid; place-items: center; perspective: 1200px; }
.browser-card { width: 100%; overflow: hidden; border: 8px solid rgba(255,255,255,.8); border-radius: 23px; background: white; box-shadow: 0 34px 80px rgba(5,44,95,.23); transform: rotateY(-5deg) rotateX(2deg); animation: float-card 5s ease-in-out infinite; }
.browser-bar { height: 40px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: #eef5fb; }
.browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #b9cce0; }
.browser-bar div { width: 48%; padding: 5px 12px; margin-left: 15px; border-radius: 6px; color: #7890a7; background: white; font-size: 8px; }
.browser-content { padding: 20px; }
.mock-nav { display: flex; align-items: center; gap: 16px; font-size: 9px; color: var(--navy); }
.mock-nav b { margin-right: auto; color: var(--blue); font-size: 12px; }
.mock-nav span { width: 35px; height: 4px; border-radius: 4px; background: #d8e5ef; }
.mock-nav button, .mock-hero button { border: 0; border-radius: 6px; color: white; background: var(--blue); font-size: 7px; font-weight: 700; }
.mock-nav button { padding: 7px 10px; }
.mock-hero { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 16px; min-height: 300px; padding-top: 20px; }
.mock-hero small { color: var(--green-dark); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.mock-hero h2 { margin: 9px 0 12px; color: var(--navy); font-size: 31px; line-height: 1; }
.mock-hero p { width: 80%; height: 5px; margin: 7px 0; border-radius: 5px; background: #d9e5ef; }
.mock-hero p + p { width: 58%; }
.mock-hero button { padding: 9px 12px; margin-top: 12px; }
.mock-hero img { width: 100%; height: 250px; object-fit: cover; border-radius: 80px 14px 14px 14px; }
.metric-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(207,225,242,.8); border-radius: 14px; background: rgba(255,255,255,.91); backdrop-filter: blur(12px); box-shadow: 0 15px 35px rgba(5,44,95,.16); animation: badge-bob 3.7s ease-in-out infinite; }
.metric-card > span, .metric-card > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: white; background: var(--green); }
.metric-card small, .metric-card strong { display: block; }
.metric-card small { color: #73879a; font-size: 9px; }
.metric-card strong { margin-top: 2px; color: var(--navy); font-size: 13px; }
.metric-visits { top: 35px; right: -20px; }
.metric-google { left: -32px; bottom: 40px; animation-delay: -1.3s; }
.metric-google > b { color: var(--blue); background: #e9f2ff; font-size: 18px; }
.orbit { position: absolute; z-index: -1; border: 1px dashed rgba(20,121,255,.23); border-radius: 50%; }
.orbit-one { width: 460px; height: 460px; animation: spin 28s linear infinite; }
.orbit-two { width: 560px; height: 560px; border-color: rgba(22,199,132,.16); animation: spin 38s linear infinite reverse; }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; display: flex; align-items: center; gap: 8px; color: #7890a8; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 20px; height: 32px; position: relative; border: 1px solid #b6c9dc; border-radius: 99px; }
.scroll-cue span::after { content: ""; width: 3px; height: 6px; position: absolute; left: 8px; top: 7px; border-radius: 3px; background: var(--blue); animation: scroll-dot 1.8s ease infinite; }

.section-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.section-heading h2, .plans-intro h2, .portfolio-copy h2 { margin: 12px 0 0; color: var(--navy); font-size: clamp(36px, 4.3vw, 55px); line-height: 1.1; }
.section-heading h2 span, .plans-intro h2 span, .portfolio-copy h2 span { color: var(--blue); }
.section-heading p, .plans-intro p, .portfolio-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 300px; position: relative; padding: 28px 25px; border: 1px solid var(--line); border-radius: 20px; background: white; transition: .35s ease; overflow: hidden; }
.service-card::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: linear-gradient(90deg, var(--blue), var(--green)); transform: scaleX(0); transform-origin: left; transition: .35s ease; }
.service-card:hover { border-color: transparent; box-shadow: var(--shadow); transform: translateY(-8px); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 27px; border-radius: 14px; font-size: 20px; font-weight: 800; }
.icon-blue { color: var(--blue); background: #e9f2ff; }
.icon-green { color: #068e5a; background: #dff8ee; }
.icon-cyan { color: #087e96; background: #def7fb; }
.icon-violet { color: #6553c4; background: #ece9ff; }
.service-number { position: absolute; right: 24px; top: 31px; color: #bdcddd; font-size: 11px; font-weight: 800; }
.service-card h3 { margin-bottom: 11px; color: var(--navy); font-size: 20px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card a { position: absolute; left: 25px; bottom: 25px; color: var(--blue); font-size: 13px; font-weight: 700; }
.service-card a span { display: inline-block; transition: transform .2s; }
.service-card a:hover span { transform: translateX(5px); }

.plans { display: grid; grid-template-columns: .8fr 1.6fr; gap: 44px; align-items: center; margin-top: 105px; padding: 55px; border-radius: 30px; background: var(--soft); }
.plans-intro h2 { font-size: clamp(31px, 3.3vw, 43px); }
.plans-intro p { margin-top: 18px; font-size: 15px; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 12px; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 27px 21px; border: 1px solid var(--line); border-radius: 19px; background: white; }
.plan-card.featured { border: 2px solid var(--blue); box-shadow: 0 20px 45px rgba(7,87,200,.14); transform: translateY(-9px); }
.popular { position: absolute; left: 50%; top: -13px; padding: 6px 12px; border-radius: 99px; color: white; background: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transform: translateX(-50%); white-space: nowrap; }
.plan-card > span { color: var(--green-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.plan-card h3 { min-height: 48px; margin: 9px 0 12px; color: var(--navy); font-size: 18px; line-height: 1.25; }
.plan-card ul { list-style: none; padding: 0; margin: 0 0 22px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.plan-card li { position: relative; padding: 5px 0 5px 17px; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 800; }
.plan-card .button { width: 100%; min-height: 42px; padding-inline: 9px; margin-top: auto; font-size: 11px; }
.button-plan { color: var(--blue); background: #edf5ff; }

.proof { color: white; background: var(--navy); }
.proof .kicker { color: #4ce0aa; }
.portfolio-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 75px; }
.portfolio-copy h2 { color: white; }
.portfolio-copy h2 span { color: #50dda9; }
.portfolio-copy > p { margin-top: 23px; color: #a8bdd3; }
.impact-list { margin-top: 30px; }
.impact-list > div { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.impact-list strong { color: #50dda9; font-size: 11px; }
.impact-list span, .impact-list b, .impact-list small { display: block; }
.impact-list b { margin-bottom: 4px; font-size: 15px; }
.impact-list small { color: #94abc2; font-size: 13px; }
.portfolio-collage { min-height: 540px; position: relative; }
.work-card { position: absolute; margin: 0; overflow: hidden; border-radius: 20px; background: #123258; box-shadow: 0 25px 55px rgba(0,0,0,.27); }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.work-card:hover img { transform: scale(1.045); }
.work-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(3,22,47,.92)); }
.work-card figcaption { position: absolute; z-index: 2; left: 22px; bottom: 19px; }
.work-card figcaption span, .work-card figcaption b { display: block; }
.work-card figcaption span { color: #62e5b5; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.work-card figcaption b { margin-top: 5px; font-size: 15px; }
.work-main { width: 77%; height: 420px; right: 0; top: 0; }
.work-small { width: 45%; height: 270px; left: 0; bottom: 0; border: 7px solid var(--navy); }
.collage-stamp { width: 118px; height: 118px; position: absolute; z-index: 4; right: 6%; bottom: 9%; display: flex; align-items: center; gap: 9px; padding: 18px; border-radius: 50%; color: var(--navy); background: #50dda9; box-shadow: 0 12px 30px rgba(0,0,0,.2); animation: badge-bob 4s ease-in-out infinite; }
.collage-stamp strong { font-family: "Manrope"; font-size: 20px; }
.collage-stamp span { font-size: 8px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }

.quote-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 100px 0; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.1); }
.quote-strip article { min-height: 190px; padding: 33px; background: #082347; }
.quote-strip p { color: #eaf3fb; font-family: "Manrope"; font-size: 18px; line-height: 1.55; }
.quote-strip span { color: #50dda9; font-size: 11px; font-weight: 700; letter-spacing: .08em; }

.contact-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; padding: 60px; border-radius: 30px; background: linear-gradient(135deg, #0757c8, #073e94); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.kicker-light { color: #73ebbd !important; }
.contact-copy h2 { margin: 13px 0 18px; font-size: clamp(35px, 4vw, 51px); line-height: 1.08; }
.contact-copy > p { color: #cfe0f4; font-size: 16px; line-height: 1.7; }
.direct-contact { display: grid; grid-template-columns: 45px 1fr; column-gap: 13px; width: fit-content; margin-top: 27px; }
.direct-contact > span { grid-row: 1 / 3; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: #0757c8; background: #6be4b7; font-size: 19px; }
.direct-contact small { color: #bcd2eb; font-size: 10px; }
.direct-contact strong { font-size: 16px; }
.contact-form { display: grid; gap: 15px; padding: 30px; border-radius: 22px; color: var(--ink); background: white; }
.contact-form label { display: grid; gap: 7px; color: #304c67; font-size: 11px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form input, .contact-form select, .contact-form textarea, .newsletter-form input { width: 100%; border: 1px solid #d4e2ef; border-radius: 11px; color: var(--ink); background: #f8fbfe; transition: .2s; }
.contact-form input, .contact-form select { height: 46px; padding: 0 13px; }
.contact-form textarea { padding: 12px 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .newsletter-form input:focus { border-color: var(--blue-bright); background: white; }
.button-form { color: #05386a; background: #50dda9; }
.button-form:hover { background: #65eaba; }
.form-note { margin: -3px 0 0; text-align: center; color: #76899c; font-size: 9px; }

.site-footer { padding: 77px 0 30px; color: #d4e1ee; background: #03142d; }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,.1); }
.newsletter h2 { max-width: 600px; margin: 10px 0 0; color: white; font-size: clamp(27px, 3vw, 39px); line-height: 1.2; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.newsletter-form input { height: 53px; padding: 0 16px; color: white; border-color: #29415e; background: #0b2443; }
.newsletter-form input::placeholder { color: #7890a8; }
.newsletter-status { grid-column: 1 / -1; min-height: 18px; margin: 0; color: #69e8b9; font-size: 11px; }
.footer-bottom { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 32px; padding-top: 28px; }
.brand-footer { color: white; }
.footer-bottom p { max-width: 420px; margin: 0; color: #849ab0; font-size: 12px; }
.social-links { display: flex; gap: 8px; }
.social-links a { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid #29415e; border-radius: 10px; color: white; font-family: Arial, sans-serif; font-weight: 700; text-transform: uppercase; transition: .2s; }
.social-links a:hover { border-color: #50dda9; color: #50dda9; transform: translateY(-2px); }
.footer-bottom small { color: #6f859a; }

.whatsapp-float { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 10px 15px 10px 10px; border: 1px solid rgba(255,255,255,.38); border-radius: 99px; color: white; background: #0dbb72; box-shadow: 0 15px 35px rgba(5,111,69,.35); font-size: 12px; font-weight: 800; transition: .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.02); }
.whatsapp-float svg { width: 29px; height: 29px; fill: white; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .12s; }
.delay-two { transition-delay: .22s; }
.delay-three { transition-delay: .32s; }

@keyframes drift { to { transform: translate(25px, 22px) scale(1.05); } }
@keyframes float-card { 0%,100% { transform: rotateY(-5deg) rotateX(2deg) translateY(0); } 50% { transform: rotateY(-3deg) rotateX(1deg) translateY(-10px); } }
@keyframes badge-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes scroll-dot { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 80%,100% { opacity: 0; transform: translateY(11px); } }

@media (max-width: 1040px) {
  .hero-grid { gap: 35px; }
  .hero-visual { min-height: 420px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .plans { grid-template-columns: 1fr; }
  .portfolio-grid { gap: 40px; }
  .contact-panel { padding: 45px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, 680px); }
  .section { padding: 82px 0; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { position: fixed; inset: 69px 14px auto; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); transform: translateY(-16px); opacity: 0; visibility: hidden; transition: .25s ease; }
  .nav-links.open { transform: none; opacity: 1; visibility: visible; }
  .nav-links > a { padding: 13px; }
  .nav-links .button { margin-top: 5px; }
  .hero { min-height: auto; padding: 125px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { width: min(100%, 590px); min-height: 460px; margin: 10px auto 0; }
  .metric-visits { right: -4px; }
  .metric-google { left: -5px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .plans { margin-top: 75px; padding: 36px 25px; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan-card.featured { transform: none; }
  .plan-card h3 { min-height: auto; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-collage { min-height: 500px; }
  .quote-strip { grid-template-columns: 1fr; }
  .contact-panel { grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .footer-bottom p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 22px, 500px); }
  .site-header { padding: 10px 0; }
  .hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 10px 14px; }
  .hero-visual { min-height: 350px; }
  .browser-card { border-width: 5px; }
  .browser-content { padding: 12px; }
  .mock-hero { min-height: 220px; gap: 8px; padding-top: 12px; }
  .mock-hero h2 { font-size: 22px; }
  .mock-hero img { height: 185px; border-radius: 50px 10px 10px 10px; }
  .metric-card { padding: 9px 10px; }
  .metric-card > span, .metric-card > b { width: 28px; height: 28px; }
  .metric-visits { top: 10px; }
  .metric-google { bottom: 6px; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 390px; height: 390px; }
  .scroll-cue { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .plans { padding: 30px 16px; border-radius: 23px; }
  .portfolio-collage { min-height: 410px; }
  .work-main { width: 89%; height: 320px; }
  .work-small { width: 52%; height: 195px; }
  .collage-stamp { width: 88px; height: 88px; right: 2%; padding: 12px; }
  .collage-stamp strong { font-size: 15px; }
  .collage-stamp span { font-size: 6px; }
  .quote-strip { margin: 70px 0; }
  .quote-strip article { min-height: 160px; padding: 27px; }
  .contact-panel { padding: 31px 19px; border-radius: 23px; }
  .contact-form { padding: 23px 16px; }
  .field-row { grid-template-columns: 1fr; }
  .newsletter-form { grid-template-columns: 1fr; }
  .footer-bottom { text-align: center; justify-items: center; }
  .footer-bottom .brand, .footer-bottom .social-links, .footer-bottom small, .footer-bottom p { grid-column: 1 / -1; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 9px; }
}

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