

:root {
  --ink: #101b2d;
  --navy: #0b2442;
  --blue: #1957a6;
  --paper: #f7f8fa;
  --white: #ffffff;
  --line: #dfe4ea;
  --muted: #667085;
  --magenta: #d91d72;
  --orange: #f47b20;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }

.nav { height: 124px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand img { width: 245px; height: 104px; object-fit: contain; mix-blend-mode: multiply; }
.nav nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 700; color: #3f4a5a; }
.nav nav a { transition: color .2s ease; }
.nav nav a:hover { color: var(--blue); }
.nav nav .nav-budget-tab { padding: 9px 13px; border-radius: 5px; color: white; background: var(--blue); }
.nav nav .nav-budget-tab:hover { color: white; background: var(--navy); }
.nav-cta { padding: 14px 19px; border: 1px solid var(--ink); border-radius: 7px; font-size: 12px; font-weight: 800; transition: .2s ease; }
.nav-cta:hover { background: var(--ink); color: white; }
.nav-cta span, .button span { margin-left: 10px; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 82px; padding: 70px 0 95px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; text-transform: uppercase; letter-spacing: 2px; font-size: 10px; font-weight: 800; color: var(--blue); }
.eyebrow span { width: 25px; height: 2px; background: linear-gradient(90deg, var(--magenta), var(--orange)); }
.hero h1, .section-heading h2, .difference h2, .contact h2 { margin: 20px 0 25px; font-size: clamp(52px, 5.25vw, 76px); line-height: 1.02; letter-spacing: -3.7px; font-weight: 800; }
em { font-style: normal; color: var(--blue); }
.hero-lead { max-width: 630px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; padding: 18px 23px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px #10233d1f; }
.button--primary { color: white; background: var(--blue); }
.text-link { font-size: 13px; font-weight: 800; border-bottom: 1px solid #98a2b3; padding-bottom: 5px; }
.hero-proof { display: flex; gap: 0; margin-top: 52px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-proof span { min-width: 145px; display: flex; flex-direction: column; padding-right: 24px; margin-right: 24px; border-right: 1px solid var(--line); }
.hero-proof span:last-child { border-right: 0; }
.hero-proof strong { font-size: 13px; }
.hero-proof small { margin-top: 5px; color: var(--muted); font-size: 10px; }

.hero-showcase { min-height: 510px; position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 42px; border-radius: 6px; color: white; background: linear-gradient(145deg, #0d315d, #102039); box-shadow: 0 30px 70px #10233d26; }
.hero-showcase:before { content: ""; position: absolute; width: 350px; height: 350px; right: -150px; top: -115px; border-radius: 50%; border: 70px solid #ffffff0a; }
.showcase-top { position: relative; display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid #ffffff25; }
.showcase-top img { width: 132px; height: 48px; padding: 4px 8px; border-radius: 4px; object-fit: contain; background: white; }
.showcase-top small { color: #b9c6d7; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.showcase-message { position: relative; z-index: 1; }
.showcase-message span { font-size: 10px; letter-spacing: 2.5px; color: #b9c6d7; }
.showcase-message strong { display: block; margin-top: 13px; font-size: 38px; line-height: 1.02; letter-spacing: -1.8px; }
.showcase-tags { position: relative; z-index: 1; display: flex; gap: 10px; }
.showcase-tags span { padding: 9px 12px; border: 1px solid #ffffff35; border-radius: 99px; font-size: 10px; font-weight: 700; }
.showcase-accent { position: absolute; width: 8px; height: 170px; right: 44px; bottom: 45px; background: linear-gradient(var(--magenta) 0 33%, var(--orange) 33% 66%, #2570d5 66%); }

.credibility { background: white; border-block: 1px solid var(--line); }
.credibility-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.credibility p { margin: 0; font-size: 14px; font-weight: 700; }
.credibility-inner div { display: flex; gap: 32px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }

.services { padding: 115px 0 125px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 52px; }
.section-heading h2, .difference h2, .contact h2 { font-size: clamp(43px, 4vw, 58px); }
.section-heading > p { max-width: 390px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.service:hover { transform: translateY(-5px); box-shadow: 0 22px 45px #10233d12; }
.service-image { height: 240px; position: relative; overflow: hidden; background: #eaf0f6; }
.service-image span { position: absolute; left: 22px; top: 20px; color: white; font-size: 11px; font-weight: 800; z-index: 2; }
.service-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.service:hover .service-image img { transform: scale(1.035); }
.service-image:has(img):before, .service-image:has(img):after { display: none; }
.service-image:has(img):after { content: ""; display: block; inset: 0; background: linear-gradient(180deg, #0b244255, transparent 42%); }
.service-image:before, .service-image:after { content: ""; position: absolute; }
.service-image--01 { background: linear-gradient(145deg, #173f6d, #0c1d31); }
.service-image--01:before { width: 76%; height: 105px; left: 12%; top: 68px; border: 2px solid #ffffff75; box-shadow: 12px 12px 0 #d91d72; }
.service-image--01:after { content: "SUA MARCA"; inset: 68px 12% auto; height: 105px; display: grid; place-items: center; color: white; font-size: 21px; font-weight: 800; letter-spacing: 1px; }
.service-image--02 { background: #ebeef2; }
.service-image--02 span { color: var(--ink); }
.service-image--02:before { width: 150px; height: 190px; left: calc(50% - 75px); top: 25px; transform: rotate(5deg); background: linear-gradient(145deg, var(--magenta), var(--orange)); box-shadow: 13px 13px 0 var(--navy); }
.service-image--02:after { width: 80px; height: 80px; right: 28px; top: 22px; border-radius: 50%; border: 18px solid #1957a6; }
.service-image--03 { background: linear-gradient(145deg, #f3f5f7, #dce2e8); }
.service-image--03 span { color: var(--ink); }
.service-image--03:before { width: 140px; height: 175px; left: 22%; top: 35px; background: white; transform: rotate(-6deg); box-shadow: 13px 15px 30px #10233d1a; border-top: 13px solid var(--blue); }
.service-image--03:after { width: 130px; height: 160px; right: 17%; top: 50px; background: var(--navy); transform: rotate(7deg); box-shadow: 10px 14px 25px #10233d1e; }
.service-body { padding: 28px; }
.service h3 { margin: 0 0 11px; font-size: 24px; letter-spacing: -1px; }
.service p { min-height: 64px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.service small { display: block; margin: 18px 0 25px; color: #7b8492; font-size: 10px; }
.service a { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; }

.portfolio { padding: 115px 0 125px; border-top: 1px solid var(--line); background: white; }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 265px; gap: 18px; }
.portfolio-item { position: relative; overflow: hidden; margin: 0; border-radius: 7px; background: #e7ebef; }
.portfolio-item--1 { grid-column: span 7; grid-row: span 2; }
.portfolio-item--2 { grid-column: span 5; }
.portfolio-item--3 { grid-column: span 5; }
.portfolio-item--4, .portfolio-item--5, .portfolio-item--6 { grid-column: span 4; }
.portfolio-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.portfolio-item:hover img { transform: scale(1.025); }
.portfolio-item:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, #071525d9); }
.portfolio-item figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: flex; flex-direction: column; gap: 5px; color: white; }
.portfolio-item figcaption small { color: #d4dfeb; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.portfolio-item figcaption strong { font-size: 18px; }
.portfolio-action { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.portfolio-action p { margin: 0; font-size: 15px; font-weight: 700; }

.process { padding: 110px 0 120px; color: white; background: var(--navy); }
.section-heading--light .eyebrow { color: #b9c6d7; }
.section-heading--light > p { color: #b9c6d7; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #ffffff2b; }
.process-grid article { padding: 35px 42px 5px 0; border-right: 1px solid #ffffff2b; }
.process-grid article + article { padding-left: 42px; }
.process-grid article:last-child { border-right: 0; }
.process-grid b { color: #ef8e55; font-size: 11px; }
.process-grid h3 { margin: 28px 0 13px; font-size: 21px; }
.process-grid p { margin: 0; color: #b9c6d7; font-size: 13px; line-height: 1.65; }

.difference { padding: 110px 0; }
.difference-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; padding: 72px; border: 1px solid var(--line); border-radius: 7px; background: white; }
.difference-lead { max-width: 460px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.pillars article { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.pillars article:first-child { padding-top: 0; border-top: 0; }
.pillars b { color: var(--magenta); font-size: 11px; }
.pillars h3 { margin: 0 0 8px; font-size: 20px; }
.pillars p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.budget { padding: 110px 0; background: white; border-block: 1px solid var(--line); }
.budget-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.budget-copy { position: sticky; top: 30px; }
.budget-copy h2 { margin: 20px 0 20px; font-size: clamp(43px, 4vw, 58px); line-height: 1.02; letter-spacing: -3px; }
.budget-copy > p:last-of-type { max-width: 430px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.budget-benefits { display: flex; flex-direction: column; gap: 0; margin-top: 38px; border-top: 1px solid var(--line); }
.budget-benefits span { display: flex; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.budget-benefits b { color: var(--magenta); font-size: 10px; }
.budget-form { padding: 38px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.budget-form label { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; color: #344054; font-size: 11px; font-weight: 800; }
.budget-form input, .budget-form select, .budget-form textarea { width: 100%; border: 1px solid #d0d5dd; border-radius: 6px; padding: 14px 15px; color: var(--ink); background: white; font: 13px Arial, Helvetica, sans-serif; outline: none; transition: border-color .2s, box-shadow .2s; }
.budget-form textarea { resize: vertical; min-height: 120px; }
.budget-form input:focus, .budget-form select:focus, .budget-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px #1957a615; }
.budget-submit { width: 100%; border: 0; border-radius: 7px; padding: 17px 22px; color: white; background: var(--blue); font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.budget-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 30px #10233d1f; }
.budget-submit span { margin-left: 9px; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; text-align: center; }

.contact { padding: 0 0 105px; }
.contact-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: center; padding: 72px; border-radius: 7px; color: white; background: linear-gradient(120deg, #102d51, #0c2039); }
.eyebrow--light { color: #b9c6d7; }
.contact h2 { margin-bottom: 18px; }
.contact-card > div > p:last-child { max-width: 570px; color: #b9c6d7; line-height: 1.65; }
.contact-action { display: flex; flex-direction: column; align-items: flex-start; gap: 21px; }
.button--light { color: var(--navy); background: white; }
.contact-action > span { display: flex; flex-direction: column; gap: 5px; color: #d7e0eb; font-size: 13px; }
.contact-action small { color: #8fa1b7; font-size: 9px; letter-spacing: 1.5px; }

.footer { min-height: 170px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer img { width: 145px; mix-blend-mode: multiply; }
.footer div { display: flex; gap: 24px; color: var(--ink); font-weight: 700; }
.floating-whatsapp { position: fixed; z-index: 20; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 8px; padding: 13px 17px; border-radius: 99px; color: #082712; background: #2bd66f; box-shadow: 0 12px 35px #10233d2d; font-size: 12px; font-weight: 800; }
.wa-dot { width: 8px; height: 8px; border-radius: 50%; background: white; }

@media (max-width: 980px) {
  .nav nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 50px; }
  .hero-showcase { min-height: 460px; }
  .section-heading { align-items: start; flex-direction: column; gap: 5px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service:last-child { grid-column: 1 / -1; }
  .portfolio-grid { grid-auto-rows: 240px; }
  .portfolio-item--1 { grid-column: span 12; grid-row: span 2; }
  .portfolio-item--2, .portfolio-item--3, .portfolio-item--4, .portfolio-item--5, .portfolio-item--6 { grid-column: span 6; }
  .difference-panel, .contact-card, .budget-grid { grid-template-columns: 1fr; gap: 45px; }
  .budget-copy { position: static; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 34px, 1240px); }
  .nav { height: 102px; }
  .brand img { width: 175px; height: 78px; }
  .nav-cta { padding: 11px 13px; font-size: 10px; }
  .hero { min-height: auto; padding: 48px 0 70px; }
  .hero h1 { font-size: 47px; letter-spacing: -2.5px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { flex-wrap: wrap; gap: 18px; }
  .hero-proof span { min-width: calc(50% - 18px); }
  .hero-showcase { min-height: 410px; padding: 28px; }
  .showcase-message strong { font-size: 31px; }
  .showcase-tags { flex-wrap: wrap; }
  .credibility-inner { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 15px; }
  .credibility-inner div { flex-wrap: wrap; gap: 12px 20px; }
  .services, .process, .difference, .budget { padding: 75px 0; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service:last-child { grid-column: auto; }
  .portfolio { padding: 75px 0; }
  .portfolio-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .portfolio-item--1, .portfolio-item--2, .portfolio-item--3, .portfolio-item--4, .portfolio-item--5, .portfolio-item--6 { grid-column: auto; grid-row: auto; }
  .portfolio-action { align-items: flex-start; flex-direction: column; }
  .process-grid article, .process-grid article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid #ffffff2b; }
  .difference-panel, .contact-card { padding: 38px 24px; }
  .budget-form { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact { padding-bottom: 75px; }
  .footer { grid-template-columns: 1fr; padding: 38px 0; gap: 20px; }
  .floating-whatsapp { font-size: 0; }
  .floating-whatsapp .wa-dot { width: 12px; height: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .service { transition: none; }
}
