:root {
  --ink: #241d56;
  --violet: #322b80;
  --violet-deep: #211a61;
  --orange: #ffa940;
  --orange-deep: #ed8e20;
  --yellow: #ffd056;
  --peach: #fdf2ed;
  --peach-strong: #f8e6de;
  --cream: #fffdfa;
  --muted: #716b88;
  --line: #e8e2e0;
  --white: #fff;
  --shadow: 0 18px 50px rgba(43, 31, 106, .12);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 400 16px/1.58 "DM Sans", Arial, sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; line-height: 1.08; letter-spacing: -.03em; }
h1 { font-size: clamp(2.9rem, 5vw, 5.35rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); }
h3 { font-size: 1.5rem; }

.section-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: absolute; z-index: 100; top: -60px; left: 20px; padding: 10px 14px; border-radius: 8px; color: var(--white); background: var(--violet); }
.skip-link:focus { top: 20px; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; margin-bottom: 17px; color: #fff7eb; font-size: .77rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: var(--orange); }
.eyebrow-dark { color: var(--violet); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-size: .95rem; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--orange); box-shadow: 0 10px 25px rgba(255, 169, 64, .28); }
.button-primary:hover { background: #ffb657; }
.button-light { color: var(--violet); background: var(--white); }
.button-ghost { color: var(--violet); border-color: rgba(50, 43, 128, .18); background: rgba(255,255,255,.48); }
.text-link, .card-cta { display: inline-flex; gap: 9px; align-items: center; color: var(--violet); font-size: .92rem; font-weight: 700; }
.text-link:hover, .card-cta:hover { color: var(--orange-deep); }

.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 84px; padding: 14px max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(37, 29, 86, .08); background: rgba(255, 253, 250, .94); backdrop-filter: blur(18px); }
.brand { flex: 0 0 auto; }
.brand img { width: 182px; height: auto; }
.desktop-nav { display: flex; gap: clamp(15px, 2vw, 31px); align-items: center; margin-left: 36px; }
.desktop-nav a { position: relative; padding: 8px 0; color: #585174; font-size: .86rem; font-weight: 600; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--violet); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 15px; align-items: center; }
.header-whatsapp { color: var(--violet); font-size: .83rem; font-weight: 700; }
.header-cta { display: inline-flex; gap: 8px; align-items: center; padding: 11px 16px; border-radius: 999px; color: #fff; background: var(--violet); font-size: .82rem; font-weight: 700; transition: background .2s, transform .2s; }
.header-cta:hover { background: var(--violet-deep); transform: translateY(-1px); }
.header-cta span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.menu-toggle, .mobile-nav { display: none; }

.hero-section { display: grid; grid-template-columns: minmax(0, 1.01fr) minmax(420px, .99fr); overflow: hidden; min-height: 660px; background: var(--peach); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; width: 100%; max-width: none; padding: 94px clamp(32px, calc((100vw - 1180px) / 2), 360px) 90px; padding-right: clamp(48px, 5vw, 96px); }
.hero-copy .eyebrow { color: var(--violet); }
.hero-copy h1 { max-width: 620px; margin-bottom: 24px; font-size: clamp(3.2rem, 4.15vw, 4.85rem); line-height: 1.01; }
.hero-copy h1 em { color: var(--orange-deep); font-weight: inherit; }
.hero-text { max-width: 550px; margin-bottom: 31px; color: #625b75; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-trust { display: flex; gap: 14px; align-items: center; margin-top: 50px; color: #615976; font-size: .84rem; }
.hero-trust p { margin: 0; }
.hero-trust strong { color: var(--violet); }
.trust-avatars { display: flex; }
.trust-avatars span { display: grid; width: 31px; height: 31px; margin-left: -8px; border: 2px solid var(--peach); border-radius: 50%; place-items: center; color: #fff; background: #7567ab; font-size: .66rem; font-weight: 700; }
.trust-avatars span:first-child { margin-left: 0; background: var(--orange-deep); }
.trust-avatars span:last-child { background: #c48662; }
.hero-visual { position: relative; min-height: 660px; overflow: hidden; background: radial-gradient(circle at 69% 39%, #fff9de 0 7%, transparent 7.4%), linear-gradient(145deg, #7369bc 0%, var(--violet) 60%, #27206e 100%); }
.hero-product { position: absolute; z-index: 3; right: 3%; bottom: -1%; width: min(650px, 103%); height: 94%; object-fit: contain; object-position: center bottom; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.orbit-one { top: -31%; left: -36%; width: 105%; height: 105%; }
.orbit-two { right: -30%; bottom: -52%; width: 106%; height: 106%; }
.hero-sun { position: absolute; top: 74px; right: 74px; display: grid; width: 83px; height: 83px; border-radius: 50%; place-items: center; color: var(--violet); background: var(--yellow); font-size: 2.3rem; transform: rotate(11deg); }
.hero-stat-card { position: absolute; z-index: 5; top: 140px; left: 36px; display: flex; gap: 11px; max-width: 230px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.23); border-radius: 14px; color: #fff; background: rgba(37, 27, 100, .73); box-shadow: var(--shadow); backdrop-filter: blur(9px); font-size: .78rem; }
.hero-stat-card p { margin: 0; }
.stat-icon { display: grid; flex: 0 0 auto; width: 23px; height: 23px; border-radius: 50%; place-items: center; color: var(--violet); background: var(--orange); font-weight: 900; }
.hero-label { position: absolute; z-index: 5; right: 48px; bottom: 43px; display: flex; gap: 9px; align-items: center; color: #fff; font-size: .77rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.hero-label span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }

.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 22px max(24px, calc((100vw - 1180px) / 2)); color: var(--violet); background: #fff; }
.proof-strip p { display: flex; gap: 13px; align-items: center; justify-content: center; margin: 0; border-right: 1px solid var(--line); font-size: .88rem; font-weight: 700; }
.proof-strip p:last-child { border: 0; }
.proof-strip span { color: var(--orange-deep); font-size: .72rem; }
.intro-section { display: grid; grid-template-columns: 1.05fr .83fr; gap: 11%; padding-top: 121px; padding-bottom: 107px; }
.intro-section h2 { max-width: 530px; margin-bottom: 0; }
.intro-section > p { align-self: end; max-width: 430px; margin: 0 0 8px; color: #665f76; font-size: 1.02rem; }

.section-heading { max-width: 740px; }
.section-heading-row { display: flex; gap: 30px; align-items: end; justify-content: space-between; max-width: none; margin-bottom: 37px; }
.section-heading-row h2 { max-width: 650px; margin-bottom: 0; }
.section-heading-row > .text-link { margin-bottom: 8px; white-space: nowrap; }
.category-section, .featured-section, .catalog-section { padding-bottom: 120px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.category-card { overflow: hidden; border: 1px solid #eee8e4; border-radius: var(--radius-lg); background: #fff; box-shadow: 0 8px 22px rgba(43, 31, 106, .045); transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.category-card-image { position: relative; height: 240px; overflow: hidden; background: #eee4e0; }
.category-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.category-card:hover img { transform: scale(1.045); }
.category-card-image span { position: absolute; top: 14px; left: 14px; display: grid; width: 35px; height: 35px; border-radius: 50%; place-items: center; color: var(--violet); background: var(--orange); font-size: .72rem; font-weight: 700; }
.category-card-body { padding: 23px 23px 25px; }
.category-card h3 { margin-bottom: 10px; }
.category-card p { min-height: 76px; margin-bottom: 20px; color: var(--muted); font-size: .91rem; }
.category-card strong { color: var(--violet); font-size: .83rem; }
.category-card i { font-style: normal; }

.process-section { padding: 102px 0; color: #fff; background: var(--violet); }
.process-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: center; }
.process-copy h2 { max-width: 430px; margin-bottom: 20px; }
.process-copy > p:not(.eyebrow) { max-width: 470px; margin-bottom: 30px; color: #e2def7; }
.process-list { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.21); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.21); }
.process-list li > span { color: var(--orange); font-size: .86rem; font-weight: 700; }
.process-list h3 { margin: 0 0 7px; font-family: "DM Sans", Arial, sans-serif; font-size: 1.05rem; letter-spacing: 0; }
.process-list p { margin: 0; color: #d3cdeb; font-size: .91rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid #eee8e4; border-radius: var(--radius-lg); background: #fff; }
.product-image { height: 280px; overflow: hidden; background: #f5f0ec; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.product-kicker { margin-bottom: 9px; color: var(--orange-deep); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 11px; }
.product-card-body > p:not(.product-kicker) { min-height: 70px; margin-bottom: 18px; color: var(--muted); font-size: .91rem; }
.product-card ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0 0 21px; list-style: none; }
.product-card li { padding: 5px 8px; border-radius: 999px; color: #655f76; background: var(--peach); font-size: .7rem; font-weight: 600; }
.card-cta { margin-top: auto; }

.logistics-banner { display: grid; grid-template-columns: 67px 1fr auto; gap: 27px; align-items: center; padding: 32px 37px; margin-bottom: 120px; border-radius: var(--radius-lg); background: var(--peach-strong); }
.logistics-mark { display: grid; width: 55px; height: 55px; border-radius: 50%; place-items: center; color: var(--violet); background: var(--orange); font-size: 1.6rem; }
.logistics-banner .eyebrow { margin-bottom: 8px; }
.logistics-banner h2 { max-width: 690px; margin: 0; font-size: clamp(1.55rem, 2.5vw, 2.4rem); }

.tech-section, .video-section, .values-section { padding: 113px 0; color: #fff; background: var(--violet); }
.tech-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 14px 80px; max-width: 100%; margin-bottom: 42px; }
.tech-heading .eyebrow { grid-column: 1 / -1; }
.tech-heading h2 { max-width: 580px; margin-bottom: 0; }
.tech-heading > p:not(.eyebrow) { align-self: end; margin: 0; color: #d5d0ec; }
.tech-list { border-top: 1px solid rgba(255,255,255,.25); }
.tech-item { border-bottom: 1px solid rgba(255,255,255,.25); }
.tech-item summary { display: grid; grid-template-columns: 72px 1fr 30px; gap: 18px; align-items: center; padding: 23px 0; cursor: pointer; list-style: none; }
.tech-item summary::-webkit-details-marker { display: none; }
.tech-number { color: var(--orange); font-size: .8rem; font-weight: 700; }
.tech-item h3 { margin: 0; font-family: "DM Sans", Arial, sans-serif; font-size: 1.25rem; letter-spacing: 0; }
.tech-item summary i { color: var(--orange); font-size: 1.55rem; font-style: normal; text-align: right; transition: transform .2s; }
.tech-item[open] summary i { transform: rotate(45deg); }
.tech-content { display: grid; grid-template-columns: 250px 1fr; gap: 25px; align-items: center; padding: 0 0 28px 90px; }
.tech-content img { width: 250px; height: 145px; border-radius: 12px; object-fit: cover; }
.tech-content p { max-width: 530px; margin: 0; color: #ddd8ee; }
.tech-content a { grid-column: 2; color: var(--orange); font-size: .83rem; font-weight: 700; }
.tech-footnote { margin-top: 31px; color: #c5bee1; font-size: .78rem; }

.guide-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 10%; align-items: center; padding-top: 121px; padding-bottom: 121px; }
.guide-image { position: relative; }
.guide-image > img { width: 100%; height: 495px; border-radius: var(--radius-xl); object-fit: cover; }
.guide-image-note { position: absolute; right: -32px; bottom: 30px; padding: 17px 21px; border-radius: 13px; color: #fff; background: var(--violet); box-shadow: var(--shadow); font-size: .84rem; line-height: 1.3; }
.guide-image-note strong { color: var(--orange); font-family: "Playfair Display", Georgia, serif; font-size: 1.2rem; }
.guide-copy h2 { max-width: 500px; margin-bottom: 18px; }
.guide-copy > p:not(.eyebrow) { max-width: 510px; color: var(--muted); }
.article-links { display: grid; margin: 27px 0 25px; border-top: 1px solid var(--line); }
.article-links a { display: grid; grid-template-columns: 108px 1fr 18px; gap: 14px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
.article-links span { color: var(--orange-deep); font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.article-links strong { font-size: .86rem; }
.article-links i { color: var(--orange-deep); font-style: normal; }

.video-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.video-copy h2 { max-width: 430px; margin-bottom: 18px; }
.video-copy > p:not(.eyebrow) { max-width: 420px; color: #d4cfea; }
.video-card { position: relative; overflow: hidden; min-height: 330px; border-radius: var(--radius-lg); background: #21195e; }
.video-card > img { width: 100%; height: 350px; opacity: .85; object-fit: cover; }
.video-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(18,13,65,.83), transparent 62%); }
.video-card > div { position: absolute; z-index: 2; right: 25px; bottom: 20px; left: 25px; }
.video-card p { margin: 0 0 3px; font-size: .78rem; }
.video-card strong { font-family: "Playfair Display", Georgia, serif; font-size: 1.4rem; }
.play-button { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 65px; height: 65px; border-radius: 50%; place-items: center; color: var(--violet); background: var(--orange); transform: translate(-50%, -50%); }

.faq-section { display: grid; grid-template-columns: .74fr 1.26fr; gap: 10%; padding-top: 120px; padding-bottom: 120px; }
.faq-intro h2 { max-width: 410px; }
.faq-intro > p:not(.eyebrow) { max-width: 375px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; gap: 17px; align-items: center; justify-content: space-between; padding: 21px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--orange-deep); font-size: 1.45rem; font-style: normal; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list p { max-width: 650px; padding: 0 0 19px; margin: 0; color: var(--muted); }

.final-cta { padding: 104px 0; color: #fff; text-align: center; background: linear-gradient(125deg, #21195c 0%, #3e368e 58%, #695eae 100%); }
.final-cta-inner { max-width: 760px; }
.final-cta h2 { margin-bottom: 18px; }
.final-cta p:not(.eyebrow) { max-width: 590px; margin-inline: auto; color: #d8d3ef; }
.final-cta-actions { display: flex; flex-wrap: wrap; gap: 19px; align-items: center; justify-content: center; margin-top: 28px; }
.final-whatsapp { color: #fff; font-size: .88rem; font-weight: 700; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 5px; }

.site-footer { padding: 72px 0 0; color: #ddd8eb; background: #1d1851; }
.footer-main { display: grid; grid-template-columns: 1.35fr .7fr .85fr .8fr; gap: 38px; padding-bottom: 55px; }
.footer-brand img { width: 184px; height: auto; margin-bottom: 19px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 300px; margin: 0; font-size: .87rem; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-main a { font-size: .84rem; }
.footer-main a:hover { color: var(--orange); }
.footer-label { margin-bottom: 9px; color: var(--orange); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; padding-bottom: 23px; border-top: 1px solid rgba(255,255,255,.13); color: #aaa3c6; font-size: .75rem; }
.footer-bottom p { margin: 0; }
.mobile-budget-bar { display: none; }

.page-intro { max-width: 920px; padding-top: 100px; padding-bottom: 75px; text-align: center; }
.page-intro h1 { margin-bottom: 19px; }
.page-intro > p:last-child { max-width: 710px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; }
.not-found { max-width: 740px; padding-top: 140px; padding-bottom: 140px; text-align: center; }
.not-found p:not(.eyebrow) { max-width: 560px; margin: 0 auto 30px; color: var(--muted); }
.alternate-section { padding: 105px 0; background: var(--peach); }
.split-feature { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9%; align-items: center; }
.split-feature.reverse { grid-template-columns: 1.05fr .95fr; }
.split-feature > div { max-width: 500px; }
.split-feature h2 { margin-bottom: 18px; }
.split-feature p:not(.eyebrow) { color: var(--muted); }
.split-feature > img { width: 100%; height: 440px; border-radius: var(--radius-xl); object-fit: cover; }
.split-feature.reverse > img { order: -1; }
.check-list { display: grid; gap: 8px; padding: 0; margin: 25px 0 30px; list-style: none; color: var(--violet); font-weight: 700; }
.check-list li::before { margin-right: 10px; color: var(--orange-deep); content: "✓"; }
.consultant-banner { display: grid; grid-template-columns: 270px 1fr; gap: 48px; align-items: center; padding: 65px 6%; margin-top: 100px; margin-bottom: 120px; border-radius: var(--radius-xl); background: #f3f0fa; }
.consultant-banner > img { width: 250px; height: 250px; margin: 0 auto; border-radius: 50%; object-fit: cover; object-position: top; }
.consultant-banner h2 { margin-bottom: 15px; }
.consultant-banner p:not(.eyebrow) { max-width: 560px; color: var(--muted); }

.technology-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; padding-bottom: 96px; }
.technology-cards article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.technology-cards img { width: 100%; height: 260px; object-fit: cover; }
.technology-cards article > div { padding: 26px; }
.technology-cards span { color: var(--orange-deep); font-size: .75rem; font-weight: 700; }
.technology-cards h2 { margin: 9px 0 12px; font-size: 1.85rem; }
.technology-cards p { margin: 0; color: var(--muted); }
.notice-section { display: grid; grid-template-columns: 55px 1fr auto; gap: 23px; align-items: center; padding: 36px 42px; margin-bottom: 120px; border: 1px solid #eee0d0; border-radius: var(--radius-lg); background: #fff9ee; }
.notice-section > span { display: grid; width: 47px; height: 47px; border-radius: 50%; place-items: center; color: var(--violet); background: var(--yellow); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 700; }
.notice-section h2 { margin: 0 0 6px; font-size: 1.62rem; }
.notice-section p { margin: 0; color: var(--muted); }

.guide-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; padding-bottom: 113px; }
.guide-steps article { min-height: 235px; padding: 28px 25px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.guide-steps span, .values-grid span { display: block; margin-bottom: 39px; color: var(--orange-deep); font-size: .75rem; font-weight: 700; }
.guide-steps h2 { margin-bottom: 11px; font-size: 1.55rem; }
.guide-steps p { margin: 0; color: var(--muted); font-size: .89rem; }
.guide-feature { display: grid; grid-template-columns: 1fr .92fr; gap: 9%; align-items: center; padding-bottom: 120px; }
.guide-feature img { width: 100%; height: 415px; border-radius: var(--radius-xl); object-fit: cover; }
.guide-feature h2 { margin-bottom: 18px; }
.guide-feature p:not(.eyebrow) { color: var(--muted); }

.about-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; align-items: center; padding-bottom: 105px; }
.about-story h2 { margin-bottom: 18px; }
.about-story p:not(.eyebrow) { max-width: 510px; margin-bottom: 27px; color: var(--muted); }
.about-story img { width: 100%; height: 450px; border-radius: var(--radius-xl); object-fit: cover; }
.values-section { margin-top: 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 33px; }
.values-grid article { padding-top: 23px; border-top: 1px solid rgba(255,255,255,.28); }
.values-grid span { margin-bottom: 23px; color: var(--orange); }
.values-grid h2 { margin-bottom: 11px; font-size: 1.85rem; }
.values-grid p { max-width: 300px; margin: 0; color: #d8d3eb; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 86px; }
.contact-card { min-height: 260px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; transition: transform .2s, box-shadow .2s; }
a.contact-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.contact-card > span { display: grid; width: 45px; height: 45px; margin-bottom: 43px; border-radius: 50%; place-items: center; color: var(--violet); background: var(--orange); font-size: 1.35rem; }
.contact-card p { margin-bottom: 7px; color: var(--orange-deep); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-card h2 { margin-bottom: 10px; font-size: 1.85rem; }
.contact-card strong { color: var(--violet); font-size: .89rem; }
.contact-card i { font-style: normal; }
.contact-cta { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 46px 50px; margin-bottom: 120px; border-radius: var(--radius-xl); background: var(--peach-strong); }
.contact-cta h2 { max-width: 570px; margin-bottom: 12px; }
.contact-cta p:not(.eyebrow) { max-width: 590px; margin: 0; color: var(--muted); }

.legal-content { max-width: 840px; padding-bottom: 120px; }
.legal-content article { padding: 27px 0; border-top: 1px solid var(--line); }
.legal-content article:last-of-type { border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 9px; font-size: 1.65rem; }
.legal-content p { max-width: 740px; margin: 0; color: var(--muted); }
.legal-updated { margin-top: 25px !important; color: #918ba0 !important; font-size: .82rem; }

.budget-hero { display: grid; grid-template-columns: 1fr 310px; gap: 9%; align-items: center; padding-top: 82px; padding-bottom: 54px; }
.budget-hero-copy h1 { max-width: 750px; margin-bottom: 18px; font-size: clamp(2.65rem, 4.5vw, 4.6rem); }
.budget-hero-copy p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 1.04rem; }
.budget-hero-card { display: flex; gap: 14px; padding: 23px; border-radius: var(--radius-lg); background: var(--peach-strong); }
.budget-hero-card > span { display: grid; flex: 0 0 auto; width: 31px; height: 31px; border-radius: 50%; place-items: center; color: var(--violet); background: var(--orange); font-weight: 800; }
.budget-hero-card p { margin: 0; color: #625b75; font-size: .87rem; }
.budget-hero-card strong { color: var(--violet); }
.budget-shell { padding-bottom: 120px; }
.budget-progress { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; padding: 0; margin: 0 0 38px; list-style: none; }
.budget-progress li { position: relative; display: grid; gap: 8px; justify-items: center; color: #9992aa; font-size: .75rem; font-weight: 700; text-align: center; }
.budget-progress li::before { position: absolute; z-index: -1; top: 17px; left: calc(-50% + 17px); width: calc(100% - 2px); height: 2px; content: ""; background: #e4dfe7; }
.budget-progress li:first-child::before { display: none; }
.budget-progress span { display: grid; width: 35px; height: 35px; border: 1px solid #ddd6e2; border-radius: 50%; place-items: center; color: #8e879e; background: #fff; }
.budget-progress p { margin: 0; }
.budget-progress .is-current, .budget-progress .is-complete { color: var(--violet); }
.budget-progress .is-current span { border-color: var(--violet); color: #fff; background: var(--violet); }
.budget-progress .is-complete span { border-color: var(--orange); color: var(--violet); background: var(--orange); }
.budget-progress .is-complete::before { background: var(--orange); }
.budget-form { max-width: 800px; padding: clamp(25px, 5vw, 52px); margin: 0 auto; border: 1px solid #e9e3e6; border-radius: var(--radius-xl); background: #fff; box-shadow: 0 14px 34px rgba(43,31,106,.06); }
.form-step > h2 { margin-bottom: 10px; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.step-kicker { margin-bottom: 11px; color: var(--orange-deep); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.step-lead { max-width: 655px; margin-bottom: 31px; color: var(--muted); }
.budget-form fieldset { padding: 0; margin: 0 0 27px; border: 0; }
.budget-form legend { margin-bottom: 12px; color: var(--violet); font-size: .92rem; font-weight: 700; }
.budget-form b { color: var(--orange-deep); }
.budget-form small { color: #898297; font-size: .73rem; font-weight: 400; }
.budget-form label { display: grid; gap: 8px; margin-bottom: 21px; color: var(--violet); font-size: .89rem; font-weight: 700; }
.budget-form input:not([type="checkbox"]), .budget-form select, .budget-form textarea { width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid #ddd7e1; border-radius: 10px; outline: none; color: var(--ink); background: #fff; font-weight: 400; transition: border-color .2s, box-shadow .2s; }
.budget-form textarea { min-height: 105px; resize: vertical; }
.budget-form input:focus, .budget-form select:focus, .budget-form textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(50,43,128,.1); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice-grid-three { grid-template-columns: repeat(3, 1fr); }
.choice-grid-four { grid-template-columns: repeat(4, 1fr); }
.choice-grid-compact { grid-template-columns: repeat(4, 1fr); }
.choice-button { display: flex; gap: 9px; align-items: center; min-height: 51px; padding: 11px 12px; border: 1px solid #ded8e1; border-radius: 10px; color: #5d576e; background: #fff; font-size: .82rem; text-align: left; transition: border-color .15s, background .15s, color .15s; }
.choice-button > span { display: grid; flex: 0 0 auto; width: 17px; height: 17px; border: 1px solid #bbb4c4; border-radius: 50%; place-items: center; color: transparent; font-size: .66rem; }
.choice-button.is-selected { border-color: var(--violet); color: var(--violet); background: #f5f3fc; font-weight: 700; }
.choice-button.is-selected > span { border-color: var(--violet); color: #fff; background: var(--violet); }
.form-two-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-two-columns .field-wide { grid-column: 1 / -1; }
.form-address-grid { display: grid; grid-template-columns: .8fr 1.8fr 1fr; gap: 0 15px; }
.form-address-grid .field-wide { grid-column: span 2; }
.distance-feedback { display: flex; gap: 12px; align-items: center; padding: 13px 15px; margin: -6px 0 25px; border-radius: 10px; color: var(--violet); background: #fff6de; }
.distance-feedback span { display: grid; width: 29px; height: 29px; border-radius: 50%; place-items: center; color: var(--violet); background: var(--yellow); }
.distance-feedback p { margin: 0; font-size: .81rem; }
.checkbox-line { grid-template-columns: 19px 1fr; align-items: start; gap: 10px !important; color: #686176 !important; font-size: .8rem !important; font-weight: 400 !important; line-height: 1.46; }
.checkbox-line input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--violet); }
.checkbox-line a { color: var(--violet); text-decoration: underline; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 12px; }
.form-next, .form-submit { margin-left: auto; }
.form-back { padding: 9px 0; border: 0; color: var(--violet); background: transparent; font-size: .88rem; font-weight: 700; }
.form-errors { padding: 14px 16px; margin-bottom: 25px; border: 1px solid #f0b7ad; border-radius: 10px; color: #9b2617; background: #fff2ee; font-size: .86rem; }
.form-errors p { margin: 0; }
.form-errors p + p { margin-top: 4px; }
.review-grid { display: grid; gap: 12px; }
.review-grid article { position: relative; padding: 17px 105px 17px 17px; border: 1px solid var(--line); border-radius: 12px; background: #fffdfa; }
.review-grid span { display: block; margin-bottom: 5px; color: var(--orange-deep); font-size: .69rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.review-grid strong { display: block; color: var(--violet); font-size: .93rem; }
.review-grid p { margin: 5px 0 0; color: var(--muted); font-size: .79rem; }
.review-grid button { position: absolute; top: 16px; right: 15px; border: 0; color: var(--violet); background: transparent; font-size: .78rem; font-weight: 700; text-decoration: underline; }
.privacy-note { display: flex; gap: 12px; padding: 15px; margin-top: 20px; border-radius: 12px; color: #635d73; background: var(--peach); font-size: .82rem; }
.privacy-note > span { color: var(--violet); }
.privacy-note p { margin: 0; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.success-screen { max-width: 800px; padding: 60px 8%; margin: 0 auto; border-radius: var(--radius-xl); text-align: center; background: #fff; box-shadow: 0 14px 34px rgba(43,31,106,.06); }
.success-check { display: grid; width: 63px; height: 63px; margin: 0 auto 22px; border-radius: 50%; place-items: center; color: var(--violet); background: var(--orange); font-size: 1.7rem; font-weight: 900; }
.success-screen h1 { margin-bottom: 16px; font-size: clamp(2.2rem, 4vw, 3.4rem); }
.success-screen > p:not(.eyebrow) { max-width: 570px; margin: 0 auto 29px; color: var(--muted); }
.success-screen > div:last-child { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: center; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 16px; margin-left: 20px; }
  .desktop-nav a { font-size: .78rem; }
  .header-whatsapp { display: none; }
  .hero-copy { padding-right: 45px; }
  .hero-visual { min-height: 610px; }
  .hero-section { min-height: 610px; }
  .process-grid { gap: 55px; }
  .tech-heading { gap: 14px 45px; }
  .guide-section, .faq-section { gap: 7%; }
  .choice-grid-four, .choice-grid-compact { grid-template-columns: repeat(2, 1fr); }
  .form-address-grid { grid-template-columns: .8fr 1.35fr 1fr; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 38px, 640px); }
  .site-header { min-height: 74px; padding-inline: 19px; }
  .brand img { width: 155px; }
  .desktop-nav, .header-cta { display: none; }
  .header-actions { gap: 12px; }
  .header-whatsapp { display: block; font-size: .77rem; }
  .menu-toggle { display: grid; gap: 4px; width: 37px; padding: 7px; border: 0; background: transparent; }
  .menu-toggle span { display: block; height: 2px; border-radius: 9px; background: var(--violet); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 74px; right: 0; left: 0; display: none; gap: 2px; padding: 22px 19px 26px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 18px 25px rgba(41,31,96,.1); }
  .mobile-nav.is-open { display: grid; }
  .mobile-nav > a:not(.button) { padding: 11px 0; color: var(--violet); font-weight: 700; }
  .mobile-nav .button { margin-top: 10px; }
  .hero-section { display: flex; flex-direction: column; min-height: auto; }
  .hero-copy { max-width: none; padding: 67px 19px 47px; }
  .hero-copy h1 { max-width: 590px; }
  .hero-visual { min-height: 525px; }
  .hero-product { right: -2%; width: 580px; max-width: 108%; height: 96%; }
  .hero-sun { top: 34px; right: 35px; width: 66px; height: 66px; font-size: 1.8rem; }
  .hero-stat-card { top: 83px; left: 22px; max-width: 205px; }
  .hero-label { right: 22px; bottom: 24px; }
  .proof-strip { padding: 15px 19px; }
  .proof-strip p { gap: 6px; padding: 0 7px; font-size: .72rem; text-align: center; }
  .proof-strip span { display: none; }
  .intro-section { grid-template-columns: 1fr; gap: 24px; padding-top: 77px; padding-bottom: 76px; }
  .intro-section > p { margin: 0; }
  .section-heading-row { display: block; }
  .section-heading-row > .text-link { margin-top: 17px; }
  .category-grid, .product-grid { grid-template-columns: 1fr; }
  .category-section, .featured-section, .catalog-section { padding-bottom: 75px; }
  .category-card-image { height: 260px; }
  .category-card p, .product-card-body > p:not(.product-kicker) { min-height: auto; }
  .process-section, .tech-section, .video-section, .values-section { padding: 77px 0; }
  .process-grid { grid-template-columns: 1fr; gap: 38px; }
  .process-copy h2 { max-width: 530px; }
  .logistics-banner { grid-template-columns: 48px 1fr; gap: 17px; padding: 24px; margin-bottom: 75px; }
  .logistics-banner .button { grid-column: 1 / -1; }
  .logistics-mark { width: 43px; height: 43px; font-size: 1.25rem; }
  .tech-heading { display: block; }
  .tech-heading > p:not(.eyebrow) { margin-top: 17px; }
  .tech-content { grid-template-columns: 1fr; padding-left: 0; }
  .tech-content img { width: 100%; height: 185px; }
  .tech-content a { grid-column: auto; }
  .guide-section, .video-grid, .faq-section { grid-template-columns: 1fr; gap: 45px; padding-top: 77px; padding-bottom: 77px; }
  .guide-image > img { height: 390px; }
  .guide-image-note { right: 16px; bottom: 16px; }
  .video-copy { max-width: 520px; }
  .video-card, .video-card > img { min-height: 285px; height: 285px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); gap: 35px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: 380px; }
  .page-intro { padding-top: 72px; padding-bottom: 54px; }
  .split-feature, .split-feature.reverse, .about-story, .guide-feature { grid-template-columns: 1fr; gap: 35px; }
  .split-feature.reverse > img { order: initial; }
  .split-feature > img, .about-story img, .guide-feature img { height: 360px; }
  .consultant-banner { grid-template-columns: 1fr; gap: 27px; padding: 42px 28px; margin-top: 70px; margin-bottom: 75px; }
  .consultant-banner > img { width: 180px; height: 180px; }
  .technology-cards, .contact-grid { grid-template-columns: 1fr; padding-bottom: 75px; }
  .technology-cards img { height: 230px; }
  .notice-section { grid-template-columns: 44px 1fr; gap: 16px; padding: 25px; margin-bottom: 75px; }
  .notice-section .button { grid-column: 1 / -1; }
  .guide-steps { grid-template-columns: repeat(2, 1fr); padding-bottom: 75px; }
  .guide-steps article { min-height: 190px; }
  .contact-cta { display: block; padding: 34px 28px; margin-bottom: 75px; }
  .contact-cta .button { margin-top: 24px; }
  .budget-hero { grid-template-columns: 1fr; gap: 25px; padding-top: 55px; padding-bottom: 38px; }
  .budget-hero-card { max-width: 430px; }
  .budget-shell { padding-bottom: 78px; }
  .budget-progress { margin-bottom: 26px; }
  .budget-progress p { display: none; }
  .budget-form { padding: 27px 22px; border-radius: 19px; }
  .choice-grid-three { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  :root { --shell: calc(100% - 32px); }
  body { padding-bottom: 64px; }
  h1 { font-size: clamp(2.5rem, 13vw, 3.25rem); }
  h2 { font-size: clamp(1.85rem, 8vw, 2.45rem); }
  .header-whatsapp { display: none; }
  .hero-copy { padding-top: 51px; }
  .hero-text { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust { margin-top: 34px; }
  .hero-visual { min-height: 430px; }
  .hero-product { right: -9%; width: 495px; max-width: 121%; }
  .hero-sun { top: 20px; right: 20px; width: 53px; height: 53px; font-size: 1.45rem; }
  .hero-stat-card { top: 55px; left: 13px; max-width: 178px; padding: 10px; font-size: .68rem; }
  .hero-label { right: 16px; bottom: 17px; font-size: .63rem; }
  .proof-strip { grid-template-columns: 1fr; gap: 11px; }
  .proof-strip p { justify-content: flex-start; padding: 0; border: 0; font-size: .77rem; }
  .proof-strip span { display: inline; }
  .section-heading-row h2 { margin-bottom: 0; }
  .product-image { height: 245px; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 12px; }
  .logistics-banner { grid-template-columns: 1fr; }
  .logistics-mark { display: none; }
  .tech-item summary { grid-template-columns: 43px 1fr 18px; gap: 8px; }
  .tech-item h3 { font-size: 1rem; }
  .tech-content { padding-bottom: 22px; }
  .guide-image > img { height: 340px; }
  .guide-image-note { padding: 12px 14px; font-size: .73rem; }
  .article-links a { grid-template-columns: 89px 1fr 14px; gap: 8px; }
  .article-links strong { font-size: .78rem; }
  .video-card, .video-card > img { min-height: 230px; height: 230px; }
  .faq-list summary { font-size: .91rem; }
  .final-cta { padding: 76px 0; text-align: left; }
  .final-cta-actions { align-items: flex-start; justify-content: flex-start; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 4px; }
  .mobile-budget-bar { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; min-height: 63px; padding: 0 21px; color: var(--violet); background: var(--orange); box-shadow: 0 -5px 19px rgba(45, 35, 94, .17); font-weight: 800; }
  .mobile-budget-bar i { font-size: 1.35rem; font-style: normal; }
  .page-intro { text-align: left; }
  .page-intro > p:last-child { margin-left: 0; }
  .split-feature > img, .about-story img, .guide-feature img { height: 295px; }
  .technology-cards article > div { padding: 21px; }
  .notice-section { grid-template-columns: 1fr; }
  .guide-steps { grid-template-columns: 1fr; }
  .guide-steps article { min-height: auto; }
  .guide-steps span { margin-bottom: 25px; }
  .values-grid { grid-template-columns: 1fr; gap: 25px; }
  .contact-card { min-height: 215px; }
  .contact-card > span { margin-bottom: 28px; }
  .legal-content { padding-bottom: 75px; }
  .budget-progress { gap: 0; }
  .budget-progress li::before { top: 14px; left: calc(-50% + 14px); }
  .budget-progress span { width: 29px; height: 29px; font-size: .72rem; }
  .budget-form { padding: 24px 16px; }
  .choice-grid, .choice-grid-three, .choice-grid-four, .choice-grid-compact, .form-two-columns, .form-address-grid { grid-template-columns: 1fr; }
  .form-address-grid .field-wide, .form-two-columns .field-wide { grid-column: auto; }
  .choice-button { min-height: 48px; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-next, .form-submit { width: 100%; margin-left: 0; }
  .form-back { align-self: flex-start; }
  .review-grid article { padding-right: 70px; }
  .success-screen { padding: 48px 21px; }
}
