:root {
  --orange: #ff9d15;
  --orange-dark: #d86f00;
  --orange-soft: #fff0d3;
  --navy: #152231;
  --navy-2: #21354a;
  --text: #586270;
  --muted: #7b8490;
  --cream: #fffaf2;
  --paper: #ffffff;
  --line: #e8e1d7;
  --green: #20b26b;
  --shadow-sm: 0 12px 34px rgba(21, 34, 49, .08);
  --shadow-lg: 0 30px 85px rgba(21, 34, 49, .15);
  --radius-sm: 16px;
  --radius: 26px;
  --radius-lg: 38px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--navy); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; line-height: 1.06; }
h2 { margin-bottom: 0; font-size: clamp(2.35rem, 5.1vw, 4.65rem); letter-spacing: -.055em; }
h3 { letter-spacing: -.025em; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 118px 0; }
.section-muted { background: #f7f6f2; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 3000; padding: 12px 18px; border-radius: 10px; background: var(--navy); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .24s ease, background .24s ease, color .24s ease, border-color .24s ease, box-shadow .24s ease; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(255, 157, 21, .35); outline-offset: 3px; }
.button-primary { color: #1d1b15; background: var(--orange); box-shadow: 0 14px 34px rgba(255, 157, 21, .28); }
.button-primary:hover { background: #ffb13d; box-shadow: 0 18px 42px rgba(255, 157, 21, .34); }
.button-ghost { color: var(--navy); background: #fff; border-color: var(--line); }
.button-ghost:hover { border-color: var(--orange); }
.button-light { color: #fff; border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .08); }
.button-light:hover { border-color: var(--orange); background: var(--orange); color: var(--navy); }
.button-small { min-height: 46px; padding-inline: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; color: var(--orange-dark); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; padding: 18px 0; transition: padding .25s ease; }
.header-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 22px; border: 1px solid rgba(255, 255, 255, .82); border-radius: 22px; background: rgba(255, 255, 255, .9); box-shadow: 0 14px 45px rgba(21, 34, 49, .08); backdrop-filter: blur(18px); }
.site-header.scrolled { padding: 8px 0; }
.site-header.scrolled .header-shell { border-color: var(--line); box-shadow: 0 8px 30px rgba(21, 34, 49, .07); }
.brand { width: 214px; height: 56px; flex: 0 0 214px; display: flex; align-items: center; overflow: visible; }
.brand img { width: 214px; max-width: none; height: 120px; object-fit: contain; object-position: center; }
.nav-links { display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; list-style: none; }
.nav-links > li > a:not(.button) { position: relative; padding: 10px 0; font-size: .91rem; font-weight: 700; }
.nav-links > li > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; border-radius: 3px; background: var(--orange); transition: right .24s ease; }
.nav-links > li > a:not(.button):hover::after { right: 0; }
.menu-button { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer; }
.menu-button span { display: block; width: 20px; height: 2px; margin: 5px auto; border-radius: 4px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 900px; display: flex; align-items: center; overflow: hidden; padding: 170px 0 118px; background: radial-gradient(circle at 85% 22%, rgba(255, 189, 99, .35), transparent 28%), linear-gradient(135deg, #fffaf2 0%, #fff 60%, #fff5e5 100%); }
.hero::before { content: ""; position: absolute; width: 430px; height: 430px; left: -240px; bottom: -220px; border: 75px solid rgba(255, 157, 21, .08); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(450px, .98fr); align-items: center; gap: 62px; }
.hero-copy { position: relative; z-index: 2; }
.kicker, .eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 19px; color: var(--orange-dark); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(255, 157, 21, .15); }
.eyebrow::before { content: ""; width: 30px; height: 2px; border-radius: 4px; background: currentColor; }
.hero h1 { max-width: 750px; margin-bottom: 26px; font-size: clamp(3.4rem, 6.4vw, 6.2rem); letter-spacing: -.065em; }
.hero h1 em { color: var(--orange-dark); font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: var(--text); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; margin: 32px 0 0; padding: 0; color: #535d68; list-style: none; font-size: .88rem; font-weight: 600; }
.trust-list span { color: var(--green); }

.hero-visual { position: relative; min-height: 565px; display: grid; place-items: center; isolation: isolate; }
.visual-glow { position: absolute; z-index: -1; width: 370px; height: 370px; right: 40px; top: 70px; border-radius: 50%; background: linear-gradient(140deg, var(--orange), #ffd18c); filter: blur(1px); opacity: .75; }
.hero-showcase { position: relative; width: min(650px, 110%); margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .9); border-radius: 34px; background: #fff8ee; box-shadow: 0 35px 90px rgba(21, 34, 49, .2); transform: rotate(1deg); }
.hero-showcase::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(21, 34, 49, .04); }
.hero-showcase img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.browser-card { border: 1px solid rgba(255, 255, 255, .75); background: rgba(255, 255, 255, .93); box-shadow: var(--shadow-lg); backdrop-filter: blur(18px); }
.browser-main { position: absolute; width: min(540px, 100%); right: 0; top: 62px; overflow: hidden; border-radius: 28px; transform: rotate(1.5deg); }
.browser-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 17px; color: #9a9fa7; border-bottom: 1px solid #ece9e3; font-size: .67rem; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #ffc3a6; }
.browser-bar i:nth-child(2) { background: #ffe29b; }
.browser-bar i:nth-child(3) { background: #b6e6bd; }
.browser-bar span { margin-left: auto; margin-right: auto; }
.browser-layout { padding: 28px; background: #fbfaf7; }
.browser-topline { width: 112px; height: 13px; margin-bottom: 36px; border-radius: 7px; background: var(--navy); box-shadow: 305px 0 0 -3px #e0ddd5, 356px 0 0 -3px #e0ddd5; }
.browser-content { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 25px; }
.browser-copy-lines { display: grid; gap: 12px; }
.browser-copy-lines b { display: block; width: 100%; height: 21px; border-radius: 8px; background: var(--navy); }
.browser-copy-lines b:nth-child(2) { width: 88%; }
.browser-copy-lines b:nth-child(3) { width: 54%; background: var(--orange); }
.browser-copy-lines small { width: 100px; height: 31px; margin-top: 12px; border-radius: 999px; background: var(--orange); }
.browser-art { position: relative; height: 190px; overflow: hidden; border-radius: 18px; background: linear-gradient(145deg, #ffd793, #ff9d15); }
.browser-art span { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .45); }
.browser-art span:nth-child(1) { width: 140px; height: 140px; right: -25px; top: -20px; }
.browser-art span:nth-child(2) { width: 85px; height: 85px; left: 25px; bottom: 18px; background: var(--navy); }
.browser-art span:nth-child(3) { width: 55px; height: 55px; left: 68px; top: 36px; background: #fff; }
.browser-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.browser-cards i { display: block; height: 70px; border: 1px solid #ebe5dc; border-radius: 12px; background: #fff; }
.browser-mini { position: absolute; z-index: 3; width: 205px; padding: 20px; border-radius: 20px; }
.browser-mini-top { top: 4px; right: -22px; transform: rotate(5deg); }
.browser-mini-bottom { left: -42px; bottom: 18px; transform: rotate(-4deg); }
.mini-label { display: inline-block; margin-bottom: 8px; color: var(--orange-dark); font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.browser-mini strong { display: block; font-family: "Space Grotesk"; font-size: .9rem; }
.mini-chart { height: 55px; display: flex; align-items: end; gap: 7px; margin-top: 14px; }
.mini-chart i { flex: 1; border-radius: 4px 4px 2px 2px; background: var(--orange-soft); }
.mini-chart i:nth-child(1) { height: 30%; }.mini-chart i:nth-child(2) { height: 52%; }.mini-chart i:nth-child(3) { height: 72%; }.mini-chart i:nth-child(4) { height: 100%; background: var(--orange); }
.mini-message { display: flex; align-items: center; gap: 9px; margin-top: 15px; padding: 10px; border-radius: 11px; background: #f5f8f5; color: #67706c; font-size: .68rem; }
.mini-message i { width: 21px; height: 21px; border-radius: 50%; background: var(--green); }

.proof { position: relative; z-index: 5; margin-top: -58px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-lg); }
.proof-grid div { padding: 29px 25px; text-align: center; border-right: 1px solid var(--line); }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong { display: block; color: var(--orange-dark); font-family: "Space Grotesk"; font-size: 2.35rem; letter-spacing: -.05em; }
.proof-grid span { color: var(--muted); font-size: .83rem; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(290px, .7fr); align-items: end; gap: 70px; margin-bottom: 55px; }
.section-heading > p { margin-bottom: 5px; color: var(--text); font-size: 1.02rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 350px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #efb45d; box-shadow: var(--shadow-sm); }
.card-number { position: absolute; top: 25px; right: 25px; color: #c1c5c9; font-family: "Space Grotesk"; font-size: .73rem; font-weight: 700; }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 43px; border-radius: 19px; color: var(--orange-dark); background: var(--orange-soft); font-family: "Space Grotesk"; font-size: 1.5rem; font-weight: 700; }
.service-card h3 { margin-bottom: 14px; font-size: 1.52rem; }
.service-card p { margin-bottom: 21px; color: var(--text); font-size: .91rem; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--orange-dark); font-size: .88rem; font-weight: 700; }

.included-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; align-items: start; }
.included-intro { position: sticky; top: 125px; }
.included-intro h2 { margin-bottom: 25px; }
.included-intro > p:not(.eyebrow) { margin-bottom: 25px; color: var(--text); }
.included-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.included-item { display: flex; gap: 18px; min-height: 173px; padding: 25px; border: 1px solid var(--line); border-radius: 21px; background: #fff; }
.included-item > span { flex: 0 0 auto; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: var(--orange-dark); background: var(--orange-soft); font-family: "Space Grotesk"; font-size: .72rem; font-weight: 700; }
.included-item h3 { margin: 5px 0 9px; font-size: 1.15rem; }
.included-item p { margin: 0; color: var(--text); font-size: .85rem; }

.portfolio-section { color: #fff; background: var(--navy); }
.portfolio-section::selection { color: var(--navy); background: var(--orange); }
.portfolio-heading > p { color: #bdc7d0; }
.eyebrow-light { color: #ffc468; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.project-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(255, 255, 255, .13); border-radius: 28px; background: #1b2b3d; transition: transform .25s ease, border-color .25s ease; }
.project-card:hover { transform: translateY(-7px); border-color: rgba(255, 184, 76, .62); }
.project-media { position: relative; aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; color: rgba(255, 255, 255, .94); font-family: "Space Grotesk"; font-size: clamp(2.7rem, 7vw, 5.8rem); font-weight: 700; letter-spacing: -.07em; }
.project-media::before, .project-media::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .13); }
.project-media::before { width: 220px; height: 220px; top: -80px; right: -30px; }
.project-media::after { width: 150px; height: 150px; left: 15%; bottom: -90px; }
.project-media small { position: absolute; left: 18px; bottom: 14px; font-family: "DM Sans"; font-size: .65rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; opacity: .7; }
.project-media img { width: 100%; height: 100%; object-fit: cover; }
.project-logo { padding: 32px; }
.project-logo::before, .project-logo::after { display: none; }
.project-logo img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 76%;
  max-height: 58%;
  object-fit: contain;
}
.project-logo-dark { background: #030506; }
.project-logo-light { background: linear-gradient(145deg, #fff, #f1f3f4); }
.project-logo-sara { background: linear-gradient(145deg, #fff, #f4f1ee); }
.project-logo-sara img { max-width: 82%; max-height: 62%; }
.project-orange { background: linear-gradient(140deg, #e88100, #ffbd55); }
.project-blue { background: linear-gradient(140deg, #135ea9, #58a9ee); }
.project-red { background: linear-gradient(140deg, #8f2c25, #df765a); }
.project-green { background: linear-gradient(140deg, #26705a, #73b894); }
.project-cyan { background: linear-gradient(140deg, #087b8f, #60c9d2); }
.project-purple { background: linear-gradient(140deg, #5c3f8a, #ae84df); }
.project-teal { background: linear-gradient(140deg, #0e4e57, #39a8a0); }
.project-sand { background: linear-gradient(140deg, #9a5b25, #dca95f); }
.project-forest { background: linear-gradient(140deg, #203e31, #608a5e); }
.project-rose { background: linear-gradient(140deg, #8d5a67, #d6a5ad); }
.project-body { min-height: 290px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 25px; padding: 28px; }
.project-type { color: #ffc468; font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-body h3 { margin: 10px 0; font-size: 1.6rem; }
.project-body p { max-width: 470px; margin: 0; color: #b9c4cd; font-size: .88rem; }
.project-body > a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; padding-bottom: 3px; border-bottom: 1px solid rgba(255, 255, 255, .35); font-size: .82rem; font-weight: 700; white-space: nowrap; }
.portfolio-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 35px; padding: 30px 34px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 22px; background: rgba(255, 255, 255, .05); }
.portfolio-cta p { max-width: 660px; margin: 0; color: #c3cbd2; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-card.featured { color: #fff; border-color: var(--navy); background: var(--navy); box-shadow: var(--shadow-lg); }
.popular { position: absolute; top: 22px; right: 22px; padding: 7px 10px; border-radius: 999px; color: var(--navy); background: var(--orange); font-size: .63rem; font-weight: 800; text-transform: uppercase; }
.plan-label { margin-bottom: 16px; color: var(--orange-dark); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.featured .plan-label { color: #ffc468; }
.price-card h3 { margin-bottom: 14px; font-size: 2rem; }
.plan-copy { min-height: 80px; color: var(--text); font-size: .9rem; }
.featured .plan-copy { color: #bac4cd; }
.price-card ul { display: grid; gap: 12px; margin: 12px 0 30px; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255, 255, 255, .13); }
.price-card li { position: relative; padding-left: 25px; color: var(--text); font-size: .88rem; }
.featured li { color: #d2d9de; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.price-card .button { width: 100%; margin-top: auto; }
.featured .button-primary { color: var(--navy); }

.process-section { color: #fff; background: #0f1a26; }
.process-section .container { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.process-intro { position: sticky; top: 125px; align-self: start; }
.process-intro h2 { margin-bottom: 22px; }
.process-intro > p:last-child { color: #aeb9c3; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 78px 1fr; gap: 24px; padding: 37px 0; border-top: 1px solid rgba(255, 255, 255, .13); }
.process-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .13); }
.process-list > li > span { color: #ffc468; font-family: "Space Grotesk"; font-size: .8rem; font-weight: 700; }
.process-list h3 { margin-bottom: 10px; font-size: 1.65rem; }
.process-list p { margin: 0; color: #aeb9c3; }

.faq-section { background: #f7f6f2; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 85px; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro h2 { margin-bottom: 24px; }
.faq-intro > p:not(.eyebrow) { color: var(--text); }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 25px; cursor: pointer; list-style: none; font-family: "Space Grotesk"; font-size: 1.03rem; font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--orange-dark); background: var(--orange-soft); font-family: "DM Sans"; font-size: 1.25rem; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item > div { padding: 0 25px 24px; color: var(--text); }
.faq-item p { margin: 0; }

.contact-section { background: #fff; }
.contact-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 65px; padding: 62px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(140deg, #fff7ea, #fff 55%); box-shadow: var(--shadow-lg); }
.contact-copy h2 { margin-bottom: 22px; }
.contact-copy > p:not(.eyebrow) { color: var(--text); }
.contact-cards { display: grid; gap: 12px; margin-top: 32px; }
.contact-cards a { display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .75); transition: transform .2s ease, border-color .2s ease; }
.contact-cards a:hover { transform: translateX(4px); border-color: var(--orange); }
.contact-cards a > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--orange-dark); background: var(--orange-soft); font-family: "Space Grotesk"; font-size: 1.1rem; }
.contact-cards small, .contact-cards strong { display: block; }
.contact-cards small { color: var(--muted); font-size: .7rem; }
.contact-cards strong { font-size: .87rem; }
.form-card { padding: 29px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: .77rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--navy); border: 1px solid var(--line); border-radius: 12px; outline: 0; background: #fbfaf7; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 122px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255, 157, 21, .12); }
.privacy-check { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; color: var(--text); font-size: .73rem; }
.privacy-check input { margin-top: 3px; accent-color: var(--orange-dark); }
.privacy-check a { color: var(--orange-dark); text-decoration: underline; }
.submit-button { width: 100%; border: 0; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .7rem; text-align: center; }
.hidden-field { position: absolute; left: -9999px; }
.form-success { min-height: 530px; display: grid; align-content: center; justify-items: center; padding: 40px 20px; text-align: center; }
.form-success[hidden] { display: none; }
.success-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; color: #fff; background: var(--green); font-size: 2rem; }
.form-success h3 { margin-bottom: 12px; font-size: 1.8rem; }
.form-success p { max-width: 430px; margin-bottom: 25px; color: var(--text); }
.text-button { margin-top: 16px; padding: 5px; border: 0; color: var(--orange-dark); background: none; font-weight: 700; cursor: pointer; }

.site-footer { padding: 70px 0 25px; color: #fff; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .6fr); gap: 55px; }
.footer-brand img { width: 220px; height: 86px; object-fit: contain; object-position: center; margin-left: -17px; filter: none; }
.footer-brand p { max-width: 320px; color: #aeb9c3; }
.site-footer h3 { margin: 12px 0 20px; font-size: .95rem; }
.site-footer ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.site-footer li, .site-footer a { color: #aeb9c3; font-size: .83rem; }
.site-footer a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); color: #8f9ca8; font-size: .74rem; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; min-height: 57px; display: flex; align-items: center; gap: 9px; padding: 0 19px; border-radius: 999px; color: #071e12; background: #25d366; box-shadow: 0 16px 36px rgba(37, 211, 102, .3); font-weight: 800; }
.whatsapp-float span { font-size: 1.25rem; }
.whatsapp-float em { font-style: normal; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@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; } }

@media (max-width: 1050px) {
  .nav-links { gap: 17px; }
  .nav-links > li > a:not(.button) { font-size: .84rem; }
  .hero-grid { grid-template-columns: 1fr .88fr; gap: 30px; }
  .hero-visual { transform: scale(.9); transform-origin: center right; }
  .section-heading { gap: 42px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-shell { padding: 45px; gap: 40px; }
}

@media (max-width: 880px) {
  .site-header { padding: 10px 0; }
  .header-shell { min-height: 68px; }
  .menu-button { display: block; position: relative; z-index: 3; }
  .nav-links { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center; gap: 18px; visibility: hidden; opacity: 0; background: rgba(255, 250, 242, .98); transition: opacity .25s ease, visibility .25s ease; }
  .nav-links.active { visibility: visible; opacity: 1; }
  .nav-links > li > a:not(.button) { font-family: "Space Grotesk"; font-size: 1.55rem; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(620px, 100%); margin-inline: auto; transform: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading, .included-layout, .process-section .container, .faq-layout, .contact-shell { grid-template-columns: 1fr; }
  .section-heading { align-items: start; }
  .included-layout, .faq-layout { gap: 50px; }
  .included-intro, .process-intro, .faq-intro { position: static; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .plan-copy { min-height: auto; }
  .contact-shell { gap: 42px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(2, .8fr); }
  .footer-grid > div:last-child { grid-column: 2 / 3; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 84px 0; }
  h2 { font-size: clamp(2.3rem, 11vw, 3.5rem); }
  .header-shell { padding: 0 12px; border-radius: 18px; }
  .brand { width: 180px; flex-basis: 180px; }
  .brand img { width: 180px; height: 100px; }
  .hero { padding: 135px 0 90px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 9px; }
  .hero-visual { min-height: auto; margin-top: 18px; }
  .hero-showcase { width: 100%; border-radius: 24px; transform: none; }
  .browser-main { top: 50px; }
  .browser-layout { padding: 18px; }
  .browser-bar { height: 40px; }
  .browser-topline { margin-bottom: 23px; box-shadow: none; }
  .browser-content { grid-template-columns: 1fr .85fr; gap: 12px; }
  .browser-art { height: 125px; }
  .browser-copy-lines b { height: 13px; }
  .browser-copy-lines small { width: 75px; height: 24px; margin-top: 5px; }
  .browser-cards i { height: 48px; }
  .browser-mini { width: 166px; padding: 15px; }
  .browser-mini-top { right: -5px; }
  .browser-mini-bottom { left: -5px; bottom: 0; }
  .proof { margin-top: -30px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { padding: 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid div:last-child { border-bottom: 0; }
  .section-heading { gap: 22px; margin-bottom: 38px; }
  .service-grid, .included-grid, .portfolio-grid, .form-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .included-item { min-height: auto; }
  .project-body { min-height: 245px; display: block; }
  .project-body > a { margin-top: 22px; }
  .portfolio-cta { align-items: stretch; flex-direction: column; padding: 25px; }
  .portfolio-cta .button { width: 100%; }
  .price-card { padding: 29px 23px; }
  .popular { position: static; align-self: flex-start; margin-bottom: 15px; }
  .process-section .container { gap: 35px; }
  .process-list li { grid-template-columns: 45px 1fr; gap: 10px; }
  .faq-layout { gap: 35px; }
  .contact-shell { width: min(100% - 20px, var(--container)); padding: 31px 17px; border-radius: 27px; }
  .form-card { padding: 21px 15px; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { width: 58px; min-height: 58px; justify-content: center; padding: 0; border-radius: 50%; }
  .whatsapp-float em { display: none; }
}
