:root {
  --royal: #0035ff;
  --navy: #073d82;
  --ink: #08234a;
  --yellow: #ffec01;
  --cyan: #01ffff;
  --paper: #f7f9fc;
  --white: #ffffff;
}

.wp-fallback { min-height: 100vh; padding: 150px max(24px, calc((100vw - 1240px)/2)) 80px; background: var(--royal); color: white; }
.wp-fallback article { max-width: 760px; padding: 30px; border-radius: 24px; background: rgba(255,255,255,.1); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 50%; width: min(100% - 48px, 1240px); min-height: 94px;
  transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.3); color: var(--white);
}
.admin-bar .site-header { top: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 38px; display: grid; place-items: center; position: relative; border-radius: 12px; background: var(--yellow); color: var(--royal); font-size: 20px; }
.brand-mark::after { content: ""; position: absolute; left: 7px; bottom: -5px; border: 6px solid transparent; border-top-color: var(--yellow); transform: rotate(25deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 19px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 6px; color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
nav a { transition: color .2s ease, transform .2s ease; }
nav a:hover { color: var(--yellow); transform: translateY(-1px); }
.nav-social { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.52); border-radius: 999px; }

.hero {
  min-height: 760px; position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(400px, .97fr);
  align-items: end; padding: 150px max(24px, calc((100vw - 1240px)/2)) 0; overflow: hidden; background: var(--royal); color: var(--white);
}
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 130px 130px; mask-image: linear-gradient(to right, #000, transparent 88%); }
.hero-yellow-block { position: absolute; width: 210px; height: 270px; top: 102px; right: 9%; background: var(--yellow); }
.hero-yellow-block::before, .hero-yellow-block::after { content: ""; position: absolute; width: 12px; height: 12px; background: var(--cyan); }
.hero-yellow-block::before { top: -6px; left: -6px; }
.hero-yellow-block::after { right: -6px; bottom: -6px; }
.hero-copy { position: relative; z-index: 4; padding: 32px 42px 82px 0; align-self: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #dbe6ff; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 5px; background: var(--yellow); border-radius: 999px; }
h1 { margin: 0; max-width: 770px; font-size: clamp(51px, 6vw, 84px); line-height: .96; letter-spacing: -.055em; }
h1 em { color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 590px; margin: 28px 0 0; color: #e5ecff; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-yellow { background: var(--yellow); color: var(--ink); box-shadow: 0 12px 30px rgba(255,236,1,.18); }
.button-outline { border: 1px solid rgba(255,255,255,.48); color: white; }
.button-outline:hover { background: rgba(255,255,255,.1); }
.hero-note { display: flex; align-items: center; gap: 18px; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.28); color: #dce5ff; font-size: 12px; }
.hero-note strong { color: white; font-size: 16px; }
.hero-portrait { position: relative; z-index: 3; height: 650px; display: flex; align-items: flex-end; justify-content: center; }
.hero-portrait img { position: relative; z-index: 2; width: min(93%, 555px); max-height: 650px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 28px 32px rgba(0,20,95,.24)); }
.portrait-halo { position: absolute; z-index: 1; width: 510px; height: 510px; right: -35px; bottom: 18px; border: 75px solid rgba(1,255,255,.16); border-radius: 50%; }
.portrait-halo::after { content: ""; position: absolute; inset: 42px; border: 1px solid rgba(255,255,255,.36); border-radius: inherit; }
.hero-side-label { position: absolute; right: 18px; bottom: 170px; z-index: 5; writing-mode: vertical-rl; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 800; letter-spacing: .25em; }

.identity-strip { min-height: 108px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); }
.identity-strip > div { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 22px 18px; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.identity-strip > div:nth-child(1) { background: var(--navy); color: white; }
.identity-strip > div:nth-child(2) { background: var(--cyan); color: var(--navy); }
.identity-strip > div:nth-child(3) { background: var(--yellow); color: var(--navy); }
.identity-strip > div:nth-child(4) { background: var(--navy); color: white; }
.strip-icon { font-size: 25px; }
.strip-icon.bubble { width: 39px; height: 32px; display: grid; place-items: center; position: relative; border-radius: 10px; background: var(--yellow); color: white; }

@media (max-width: 920px) {
  .site-header { width: min(100% - 32px, 1240px); }
  nav > a:not(.nav-social) { display: none; }
  .nav-social span { display: none; }
  .nav-social { padding: 12px; }
  .hero { min-height: 850px; grid-template-columns: 1fr .72fr; padding-left: 34px; padding-right: 18px; }
  .hero-copy { padding-right: 10px; }
  .hero-portrait { height: 570px; }
  .hero-portrait img { width: 630px; max-width: none; transform: translateX(6%); }
  .portrait-halo { width: 400px; height: 400px; }
  .identity-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .site-header { min-height: 78px; }
  .brand-copy strong { font-size: 16px; }
  .brand-mark { width: 36px; height: 33px; }
  .hero { min-height: 940px; display: block; padding: 122px 20px 0; }
  .hero-yellow-block { width: 110px; height: 150px; top: 100px; right: -28px; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-lead { max-width: 90%; font-size: 16px; }
  .button { width: 100%; }
  .hero-note { align-items: flex-start; flex-direction: column; gap: 6px; margin-top: 28px; }
  .hero-portrait { position: absolute; height: 430px; right: -70px; bottom: 0; left: -40px; }
  .hero-portrait img { width: 330px; max-width: 70vw; transform: translateX(32%); }
  .portrait-halo { width: 320px; height: 320px; border-width: 45px; right: -35px; bottom: 4px; }
  .hero-side-label { display: none; }
  .identity-strip { grid-template-columns: 1fr 1fr; }
  .identity-strip > div { min-height: 88px; flex-direction: column; gap: 6px; text-align: center; font-size: 10px; }
}

.section-shell { width: min(100% - 48px, 1240px); margin-inline: auto; }
.section-kicker { margin: 0 0 18px; color: var(--royal); font-size: 11px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.section-kicker.light { color: var(--yellow); }
.section-kicker::before { content: ""; width: 28px; height: 4px; display: inline-block; margin: 0 10px 2px 0; border-radius: 999px; background: currentColor; }
.about { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 7vw, 110px); padding-block: 118px; align-items: center; }
.about-visual { min-height: 620px; position: relative; }
.about-photo-card { position: absolute; inset: 0 72px 0 0; overflow: hidden; border-radius: 34px 34px 120px 34px; background: var(--royal); }
.about-photo-card::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 85px 85px; }
.about-photo-card img { position: absolute; z-index: 2; max-width: 85%; max-height: 92%; right: -10px; bottom: 0; filter: drop-shadow(0 20px 25px rgba(0,22,95,.2)); }
.photo-tag { position: absolute; z-index: 3; top: 28px; left: 26px; max-width: 155px; padding: 10px 14px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.about-number { position: absolute; z-index: 4; right: 0; bottom: 52px; width: 180px; min-height: 142px; display: flex; align-items: center; gap: 10px; padding: 21px; border-radius: 28px; background: var(--yellow); box-shadow: 0 20px 45px rgba(8,35,74,.16); }
.about-number strong { color: var(--royal); font-size: 62px; line-height: 1; letter-spacing: -.08em; }
.about-number span { font-size: 11px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.about-copy h2, .timeline-heading h2, .milestone h2, .focus-heading h2, .social-cta h2, .contact-copy h2 { margin: 0; font-size: clamp(42px, 4.6vw, 67px); line-height: 1; letter-spacing: -.052em; }
.about-copy h2 span, .milestone h2 span, .focus-heading h2 span { color: var(--royal); }
.about-copy > p:not(.section-kicker) { color: #4c5e78; font-size: 16px; line-height: 1.8; }
.about-copy .about-intro { margin-top: 32px; color: var(--ink); font-size: 18px; font-weight: 700; }
.about-highlights { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 36px; border-top: 1px solid #dce2eb; border-bottom: 1px solid #dce2eb; }
.about-highlights > div { padding: 23px 14px; border-right: 1px solid #dce2eb; }
.about-highlights > div:first-child { padding-left: 0; }
.about-highlights > div:last-child { border: 0; }
.about-highlights strong { display: block; color: var(--royal); font-size: 25px; letter-spacing: -.04em; }
.about-highlights span { display: block; margin-top: 5px; color: #64748b; font-size: 10px; font-weight: 800; text-transform: uppercase; }

.timeline-section { padding-block: 110px; overflow: hidden; background: var(--royal); color: white; }
.timeline-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 50px; }
.timeline-heading h2 span { color: var(--yellow); }
.timeline-heading > p { margin: 0 0 4px; color: #dce5ff; font-size: 15px; line-height: 1.7; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(6, minmax(190px, 1fr)); gap: 16px; margin-top: 64px; padding-bottom: 12px; overflow-x: auto; scrollbar-color: var(--yellow) rgba(255,255,255,.15); }
.timeline::before { content: ""; position: absolute; top: 28px; left: 0; width: 100%; min-width: 1220px; height: 1px; background: rgba(255,255,255,.35); }
.timeline article { position: relative; padding: 61px 20px 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 0 0 22px 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(5px); }
.timeline article::before { content: ""; position: absolute; top: 22px; left: 22px; width: 13px; height: 13px; border: 4px solid var(--royal); border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 1px var(--yellow); }
.timeline time { display: inline-block; color: var(--yellow); font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.timeline h3 { margin: 15px 0 10px; font-size: 18px; }
.timeline article p { margin: 0; color: #dce5ff; font-size: 13px; line-height: 1.65; }

.milestone { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding-block: 118px; }
.milestone-copy > p:not(.section-kicker) { max-width: 640px; color: #4c5e78; font-size: 16px; line-height: 1.8; }
blockquote { margin: 32px 0 0; padding: 24px 0 24px 26px; border-left: 5px solid var(--yellow); color: var(--royal); font-size: 20px; font-weight: 800; line-height: 1.45; }
.milestone-visual { display: flex; justify-content: center; }
.work-card { width: min(100%, 475px); height: 585px; position: relative; overflow: hidden; border-radius: 120px 28px 28px 28px; background: var(--yellow); }
.work-card::before { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(0,53,255,.2); border-radius: 94px 15px 15px 15px; }
.work-card img { position: absolute; z-index: 2; width: 87%; max-height: 95%; left: 50%; bottom: 0; transform: translateX(-50%); object-fit: contain; }
.work-card-caption { position: absolute; z-index: 3; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-radius: 18px; background: var(--royal); color: white; }
.work-card-caption span { color: var(--yellow); font-size: 20px; }
.work-card-caption strong { font-size: 11px; line-height: 1.25; text-transform: uppercase; }

.focus-section { padding-block: 110px; background: #edf1f7; }
.focus-heading { display: flex; align-items: end; justify-content: space-between; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 54px; }
.focus-grid article { min-height: 365px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 32px; border-radius: 26px; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.focus-grid article:hover { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(8,35,74,.12); }
.focus-grid article:nth-child(2) { background: var(--yellow); }
.focus-grid article:nth-child(3) { background: var(--royal); color: white; }
.focus-grid article > p:first-of-type { position: absolute; top: 32px; right: 32px; margin: 0; color: #9aa7b8; font-size: 12px; font-weight: 900; }
.focus-grid article:nth-child(3) > p:first-of-type { color: #a9baff; }
.focus-icon { position: absolute; top: 30px; left: 30px; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 22px; background: var(--royal); color: white; font-size: 31px; }
.focus-grid article:nth-child(2) .focus-icon { background: var(--navy); }
.focus-grid article:nth-child(3) .focus-icon { background: var(--yellow); color: var(--royal); }
.focus-grid h3 { margin: 0 0 16px; font-size: 28px; letter-spacing: -.04em; }
.focus-grid article > p:last-child { margin: 0; color: #64748b; font-size: 14px; line-height: 1.7; }
.focus-grid article:nth-child(3) > p:last-child { color: #e1e8ff; }

.social-cta { min-height: 590px; position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; padding: 70px max(24px, calc((100vw - 1240px)/2)); background: var(--royal); color: white; }
.social-cta::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.55) 1px, transparent 1px); background-size: 110px 110px; }
.cta-photo { position: relative; align-self: stretch; }
.cta-photo::before { content: ""; position: absolute; width: 470px; height: 470px; left: -55px; top: 50%; transform: translateY(-50%); border-radius: 50%; background: var(--yellow); }
.cta-photo img { position: absolute; z-index: 2; width: 630px; max-width: 115%; left: 44%; bottom: -70px; transform: translateX(-50%); filter: drop-shadow(0 20px 25px rgba(0,20,95,.2)); }
.cta-copy { position: relative; z-index: 3; padding-left: 65px; }
.cta-copy h2 span { color: var(--yellow); }
.cta-copy > p:not(.section-kicker) { color: #dce5ff; font-size: 17px; }

.contact-section { padding-block: 112px; background: var(--navy); color: white; }
.contact-shell { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(54px, 7vw, 105px); align-items: center; }
.contact-copy h2 span { color: var(--yellow); }
.contact-copy > p:not(.section-kicker) { max-width: 520px; margin: 25px 0 0; color: #cbd8ec; font-size: 16px; line-height: 1.75; }
.contact-options { display: grid; gap: 12px; margin-top: 34px; }
.contact-option { display: flex; align-items: center; gap: 14px; min-height: 76px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.06); }
.contact-option-icon { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; background: var(--yellow); color: var(--navy); font-size: 18px; }
.contact-option span:last-child { display: flex; flex-direction: column; gap: 5px; }
.contact-option small { color: #aebdd5; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-option strong { font-size: 16px; }
.whatsapp-option { transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.whatsapp-option:hover { transform: translateY(-2px); border-color: #5ee68b; background: rgba(37,211,102,.12); }
.whatsapp-option .contact-option-icon { background: #25d366; color: #062e16; }

.contact-form { padding: clamp(26px, 4vw, 46px); border-radius: 30px; background: white; color: var(--ink); box-shadow: 0 28px 70px rgba(0,15,50,.28); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label:not(.consent-field) { display: block; margin-bottom: 18px; }
.contact-form label > span:first-child { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d9e0ea; border-radius: 13px; background: #f8fafc; color: var(--ink); font: inherit; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form input:not([type="checkbox"]), .contact-form select { height: 52px; padding: 0 15px; }
.contact-form textarea { resize: vertical; min-height: 132px; padding: 14px 15px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--royal); background: white; box-shadow: 0 0 0 4px rgba(0,53,255,.1); }
.contact-form ::placeholder { color: #92a0b3; }
.consent-field { display: flex; align-items: flex-start; gap: 10px; margin: 1px 0 20px; color: #64748b; font-size: 11px; line-height: 1.45; }
.consent-field input { width: 17px; height: 17px; margin: 0; accent-color: var(--royal); flex: 0 0 auto; }
.contact-submit { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; background: var(--yellow); color: var(--ink); font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.contact-submit:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(255,236,1,.25); }
.contact-status { margin: 15px 0 0; padding: 12px 14px; border-radius: 12px; background: #edf4ff; color: var(--royal); font-size: 12px; font-weight: 700; line-height: 1.5; }
.contact-status.error { background: #fff0f0; color: #a61b1b; }
.contact-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

footer { min-height: 140px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 28px; padding: 32px max(24px, calc((100vw - 1240px)/2)); background: var(--navy); color: white; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
footer > p { color: #bfcae0; font-size: 12px; text-align: center; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.footer-links a { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 11px; font-weight: 800; }

@media (max-width: 920px) {
  .about, .milestone { grid-template-columns: 1fr; }
  .about-visual { width: min(100%, 560px); margin-inline: auto; }
  .timeline-heading { grid-template-columns: 1fr; }
  .timeline-heading > p { max-width: 560px; }
  .milestone-copy { order: 2; }
  .milestone-visual { order: 1; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-grid article { min-height: 280px; }
  .social-cta { grid-template-columns: .85fr 1.15fr; }
  .cta-copy { padding-left: 20px; }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-copy > p:not(.section-kicker) { max-width: 680px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
}

@media (max-width: 680px) {
  .admin-bar .site-header { top: 46px; }
  .section-shell { width: min(100% - 36px, 1240px); }
  .about { padding-block: 78px; }
  .about-visual { min-height: 480px; }
  .about-photo-card { right: 34px; }
  .about-photo-card img { max-width: 105%; right: -40px; }
  .about-number { width: 155px; min-height: 118px; bottom: 24px; padding: 16px; }
  .about-number strong { font-size: 50px; }
  .about-number span { font-size: 9px; }
  .about-copy h2, .timeline-heading h2, .milestone h2, .focus-heading h2, .social-cta h2, .contact-copy h2 { font-size: 43px; }
  .about-highlights { grid-template-columns: 1fr; }
  .about-highlights > div, .about-highlights > div:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid #dce2eb; }
  .about-highlights > div:last-child { border-bottom: 0; }
  .timeline-section, .focus-section { padding-block: 78px; }
  .timeline { margin-top: 44px; }
  .milestone { gap: 42px; padding-block: 78px; }
  .work-card { height: 470px; border-radius: 80px 24px 24px 24px; }
  .focus-grid article { min-height: 315px; }
  .social-cta { min-height: 820px; display: block; padding: 70px 20px 0; }
  .cta-copy { padding: 0; }
  .cta-photo { position: absolute; height: 390px; right: -30px; bottom: 0; left: -90px; }
  .cta-photo::before { width: 330px; height: 330px; left: 10px; }
  .cta-photo img { width: 490px; left: 51%; bottom: -45px; }
  .contact-section { padding-block: 78px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; border-radius: 24px; }
  footer { padding-block: 45px; }
}
