/*
Theme Name: Özdemir Ajans
Theme URI: https://ozdemirajans.com.tr/
Author: Özdemir Ajans
Author URI: https://ozdemirajans.com.tr/
Description: Özdemir Ajans için hazırlanmış açık renkli, premium, kurumsal WordPress teması.
Version: 2.6.3
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ozdemir-ajans
*/

:root {
  --navy: #003366;
  --navy-deep: #001f42;
  --blue: #0a6fc2;
  --blue-bright: #118be0;
  --sky: #eaf5ff;
  --sky-strong: #d7edff;
  --ink: #10253d;
  --text: #40556d;
  --muted: #6e8093;
  --line: #dce6ef;
  --line-dark: #c8d6e3;
  --white: #fff;
  --offwhite: #f7f9fc;
  --success: #149468;
  --danger: #c43c4d;
  --shadow-sm: 0 12px 34px rgba(15, 49, 82, .07);
  --shadow: 0 24px 70px rgba(15, 49, 82, .11);
  --shadow-lg: 0 38px 100px rgba(7, 42, 76, .15);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --container: 1240px;
  --header-height: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  background: var(--white);
  color: var(--text);
  font-family: "Manrope Variable", Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
@supports not (overflow: clip) { html, body { overflow-x: hidden; } }
body.nav-open, body.cookie-modal-open { overflow: hidden; }
img, svg, video, iframe { max-width: 100%; }
img { display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
::selection { color: var(--white); background: var(--blue); }

.container { width: min(calc(100% - 48px), var(--container)); min-width: 0; margin-inline: auto; }
.content-narrow { width: min(calc(100% - 48px), 820px); min-width: 0; margin-inline: auto; }
.site-main, .site-header, .site-footer { max-width: 100%; overflow-x: clip; }
.site-main { min-height: 50vh; }
.hero__inner > *, .services-grid > *, .projects-grid > *, .process-grid > *, .benefits-grid > *, .values-grid > *, .why-cards > *, .blog-grid > *, .footer-main > *, .contact-page__grid > *, .location-section__grid > *, .project-summary__grid > *, .service-detail-grid > *, .legal-layout > * { min-width: 0; }
.section { position: relative; padding: 112px 0; }
.section--compact { padding: 72px 0; }
.section--tint { background: var(--offwhite); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 99999; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; background: var(--navy); color: var(--white); }
.skip-link:focus { transform: none; }
.screen-reader-text { position: absolute !important; overflow: hidden; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
:focus-visible { outline: 3px solid rgba(17, 139, 224, .4); outline-offset: 3px; }

h1, h2, h3, h4 { margin: 0 0 .65em; color: var(--ink); line-height: 1.16; letter-spacing: -.035em; }
h1 { font-size: clamp(2.75rem, 5vw, 5.25rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
h3 { font-size: 1.22rem; }
p { margin: 0 0 1.3em; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow i { font-size: .85rem; }
.eyebrow .fa-circle { font-size: .43rem; animation: pulse-dot 2s ease-in-out infinite; }
.eyebrow--light { color: #a8d8ff; }
@keyframes pulse-dot { 50% { opacity: .35; transform: scale(.75); } }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 11px;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.2;
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button i { font-size: .85em; transition: transform .25s ease; }
.button:hover .fa-arrow-right { transform: translateX(3px); }
.button--primary { background: var(--navy); color: var(--white); box-shadow: 0 12px 28px rgba(0, 51, 102, .2); }
.button--primary:hover { background: var(--blue); box-shadow: 0 16px 34px rgba(0, 78, 146, .25); }
.button--outline { border-color: var(--line-dark); background: var(--white); color: var(--ink); }
.button--outline:hover { border-color: var(--blue); color: var(--blue); }
.button--ghost { background: var(--sky); color: var(--navy); }
.button--white { background: var(--white); color: var(--navy); box-shadow: 0 14px 35px rgba(0, 20, 50, .18); }
.button--white:hover { background: var(--sky); }
.button--large { min-height: 56px; padding: 16px 26px; border-radius: 13px; }
.button--wide { width: 100%; }

.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: .86rem; font-weight: 800; }
.text-link i { transition: transform .25s ease; }
.text-link:hover i { transform: translateX(4px); }
.text-link--large { font-size: .96rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Header */
.topbar { position: relative; z-index: 102; height: 34px; background: var(--navy-deep); color: #d7e7f7; font-size: .72rem; }
.topbar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar p { display: flex; align-items: center; gap: 8px; margin: 0; }
.topbar p i { color: #73c2ff; }
.topbar__links { display: flex; align-items: center; gap: 24px; }
.topbar__links a { display: flex; align-items: center; gap: 7px; transition: color .2s ease; }
.topbar__links a:hover { color: var(--white); }
.topbar__email-short { display: none; }
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); border-bottom: 1px solid rgba(207, 220, 232, .7); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); transition: box-shadow .25s ease, height .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 28px rgba(12, 46, 79, .08); }
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand__image { width: 126px; height: auto; max-height: 56px; object-fit: contain; }
.site-navigation { max-width: 100vw; margin-left: auto; }
.site-navigation ul { list-style: none; margin: 0; padding: 0; }
.site-navigation .menu { display: flex; align-items: center; gap: 27px; }
.site-navigation .menu > li { position: relative; display: flex; align-items: center; }
.site-navigation .menu > li > a { position: relative; padding: 29px 0; color: #2b4158; font-size: .86rem; font-weight: 720; white-space: nowrap; }
.site-navigation .menu > li > a::after { position: absolute; right: 50%; bottom: 18px; left: 50%; height: 2px; border-radius: 2px; background: var(--blue); content: ""; transition: right .25s ease, left .25s ease; }
.site-navigation .menu > li:hover > a, .site-navigation .menu > li.current-menu-item > a, .site-navigation .menu > li.current-menu-ancestor > a { color: var(--blue); }
.site-navigation .menu > li:hover > a::after, .site-navigation .menu > li.current-menu-item > a::after, .site-navigation .menu > li.current-menu-ancestor > a::after { right: 0; left: 0; }
.submenu-toggle { display: inline-flex; width: 20px; height: 20px; align-items: center; justify-content: center; margin-left: 2px; padding: 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: .65rem; }
.sub-menu { position: absolute; top: calc(100% - 5px); left: 50%; visibility: hidden; width: 290px; padding: 12px !important; border: 1px solid var(--line); border-radius: 16px; opacity: 0; background: var(--white); box-shadow: var(--shadow); transform: translate(-50%, 12px); transition: opacity .22s ease, visibility .22s ease, transform .22s ease; }
.menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.sub-menu::before { position: absolute; top: -7px; left: 50%; width: 13px; height: 13px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: var(--white); content: ""; transform: translateX(-50%) rotate(45deg); }
.sub-menu li { position: relative; z-index: 1; }
.sub-menu a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 9px; color: var(--text); font-size: .83rem; font-weight: 700; transition: color .2s ease, background .2s ease; }
.sub-menu a i { width: 18px; color: var(--blue); text-align: center; }
.sub-menu a:hover { background: var(--sky); color: var(--navy); }
.header-cta { flex: 0 0 auto; min-height: 44px; padding: 11px 18px; }
.nav-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; border: 1px solid var(--line); border-radius: 11px; background: var(--white); cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--navy); transition: transform .25s ease, opacity .25s ease; }
.mobile-nav__head, .mobile-nav__footer { display: none; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 94px 0 0; background: linear-gradient(135deg, #fff 16%, #f4f9fe 100%); contain: paint; }
.hero__grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(0,51,102,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(0,51,102,.055) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, transparent, #000 56%, #000); }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero__orb--one { top: 30px; right: -170px; width: 540px; height: 540px; background: rgba(49, 157, 236, .11); }
.hero__orb--two { bottom: 100px; left: -200px; width: 420px; height: 420px; background: rgba(0, 51, 102, .06); }
.hero__inner { position: relative; z-index: 2; display: grid; min-height: 570px; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 70px; }
.hero__content { padding-bottom: 50px; }
.hero__content h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(3.1rem, 5.25vw, 5.4rem); }
.hero__content h1 span { position: relative; color: var(--blue); }
.hero__content h1 span::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 8px; border-radius: 50%; opacity: .22; background: var(--blue-bright); content: ""; }
.hero__content > p { max-width: 630px; margin-bottom: 32px; color: #536a82; font-size: 1.08rem; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.button--play { gap: 11px; color: var(--ink); }
.button--play > span { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid var(--line-dark); border-radius: 50%; background: var(--white); box-shadow: var(--shadow-sm); color: var(--blue); }
.hero__trust { display: flex; align-items: center; gap: 15px; margin-top: 33px; }
.avatar-stack { display: flex; }
.avatar-stack i { display: inline-flex; width: 35px; height: 35px; align-items: center; justify-content: center; margin-left: -8px; border: 3px solid var(--white); border-radius: 50%; background: var(--sky-strong); color: var(--navy); font-size: .7rem; }
.avatar-stack i:first-child { margin-left: 0; background: var(--navy); color: white; }
.avatar-stack i:last-child { background: #ccebdd; color: #086e4b; }
.hero__trust p { margin: 0; line-height: 1.35; }
.hero__trust strong, .hero__trust span { display: block; }
.hero__trust strong { color: var(--ink); font-size: .8rem; }
.hero__trust span { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.hero__visual { position: relative; min-height: 510px; }
.hero-studio { position: absolute; top: 20px; right: -35px; width: 610px; height: 465px; overflow: hidden; padding: 19px; border: 1px solid rgba(255,255,255,.14); border-radius: 32px; background: linear-gradient(145deg, #041f3c, #073c70 70%, #0a67a9); box-shadow: var(--shadow-lg); color: var(--white); transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); }
.hero-studio::before { position: absolute; top: -150px; right: -120px; width: 380px; height: 380px; border: 65px solid rgba(99,194,255,.08); border-radius: 50%; content: ""; }
.hero-studio__grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom right, transparent, #000); }
.hero-studio__top { position: relative; z-index: 2; display: flex; height: 35px; align-items: center; justify-content: space-between; padding: 0 10px; border-bottom: 1px solid rgba(255,255,255,.11); color: #a7c8e4; font-size: .62rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.hero-studio__top > span { display: flex; align-items: center; gap: 7px; }
.hero-studio__top > span i { width: 6px; height: 6px; border-radius: 50%; background: #56dca1; box-shadow: 0 0 0 5px rgba(86,220,161,.1); }
.hero-studio__top > div { display: flex; gap: 4px; }
.hero-studio__top b { width: 4px; height: 4px; border-radius: 50%; background: #759bb9; }
.hero-studio__brand { position: relative; z-index: 2; display: flex; align-items: center; gap: 17px; padding: 23px 14px 18px; }
.hero-studio__brand > span { display: flex; width: 76px; height: 67px; align-items: center; justify-content: center; padding: 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.08); }
.hero-studio__brand img { width: 100%; height: auto; }
.hero-studio__brand small, .hero-studio__brand strong { display: block; }
.hero-studio__brand small { margin-bottom: 4px; color: #70c6ff; font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-studio__brand strong { color: var(--white); font-size: 1.08rem; letter-spacing: -.02em; }
.hero-studio__flow { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(1,22,44,.3); }
.hero-studio__flow span { display: inline-flex; min-height: 27px; align-items: center; padding: 0 10px; border-radius: 8px; background: rgba(255,255,255,.08); color: #d8e9f7; font-size: .62rem; font-weight: 750; }
.hero-studio__flow span:last-child { background: #fff; color: var(--navy); }
.hero-studio__flow i { color: #5d91bb; font-size: .55rem; }
.hero-studio__modules { position: relative; z-index: 2; display: grid; height: 222px; grid-template-columns: 1.15fr .85fr; gap: 12px; margin-top: 12px; }
.studio-module { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.075); backdrop-filter: blur(8px); }
.studio-module__head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px 0; color: #c9dfef; font-size: .68rem; font-weight: 750; }
.studio-module__head i { color: #6ecbff; }
.studio-orbit { position: relative; width: 210px; height: 165px; margin: 2px auto 0; }
.studio-orbit::before, .studio-orbit::after { position: absolute; top: 50%; left: 50%; border: 1px dashed rgba(142,205,247,.27); border-radius: 50%; content: ""; transform: translate(-50%,-50%); }
.studio-orbit::before { width: 155px; height: 105px; }
.studio-orbit::after { width: 205px; height: 145px; }
.studio-orbit span { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.studio-orbit__core { top: 50%; left: 50%; width: 61px; height: 61px; background: #fff; box-shadow: 0 15px 30px rgba(0,0,0,.22); color: var(--navy); font-size: 1.15rem; transform: translate(-50%,-50%); }
.studio-orbit__item { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.16); background: #0d598e; color: #bfe7ff; font-size: .75rem; }
.studio-orbit__item--web { top: 8px; left: 89px; }
.studio-orbit__item--shop { right: 4px; bottom: 26px; }
.studio-orbit__item--growth { bottom: 17px; left: 8px; }
.studio-module--services { display: grid; align-content: center; gap: 9px; padding: 16px; }
.studio-module--services span { display: flex; min-height: 48px; align-items: center; gap: 10px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; background: rgba(2,27,52,.28); color: #d4e6f4; font-size: .65rem; font-weight: 720; }
.studio-module--services i { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 8px; background: rgba(84,185,248,.13); color: #73cbff; }
.hero-float { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 11px 14px; border: 1px solid rgba(213,226,237,.88); border-radius: 13px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.hero-float > i { display: inline-flex; width: 35px; height: 35px; align-items: center; justify-content: center; border-radius: 9px; background: var(--sky); color: var(--blue); }
.hero-float span, .hero-float strong { display: block; line-height: 1.35; }
.hero-float strong { color: var(--ink); font-size: .7rem; }
.hero-float span { color: var(--muted); font-size: .6rem; }
.hero-float--top { top: 0; left: 0; }
.hero-float--bottom { right: -5px; bottom: 0; }
.browser-frame__bar { display: flex; height: 32px; align-items: center; gap: 5px; padding: 0 11px; background: #eef3f7; }
.browser-frame__bar i { width: 6px; height: 6px; border-radius: 50%; background: #ff7e7e; }
.browser-frame__bar i:nth-child(2) { background: #ffd36b; }
.browser-frame__bar i:nth-child(3) { background: #5ed39d; }
.browser-frame__bar span { margin-left: 8px; color: #708195; font-size: .58rem; }
.hero-stats { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); background: rgba(255,255,255,.76); }
.hero-stats div { display: flex; min-height: 104px; align-items: center; justify-content: center; flex-direction: column; border-right: 1px solid var(--line); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { color: var(--navy); font-size: 1.55rem; line-height: 1.2; letter-spacing: -.04em; }
.hero-stats span { margin-top: 4px; color: var(--muted); font-size: .72rem; font-weight: 650; }

/* Shared sections */
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2 { margin-bottom: 16px; }
.section-heading p { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.02rem; }
.section-heading--center p { margin-inline: auto; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.section-heading-row .button { margin-bottom: 50px; flex: 0 0 auto; }

.services-section { background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 280px; }
.service-card > a { position: relative; display: flex; height: 100%; overflow: hidden; padding: 30px 27px 25px; border: 1px solid var(--line); border-radius: var(--radius); flex-direction: column; background: var(--white); transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease; }
.service-card > a::before { position: absolute; top: -70px; right: -70px; width: 150px; height: 150px; border-radius: 50%; opacity: 0; background: var(--sky); content: ""; transition: opacity .3s ease, transform .3s ease; }
.service-card:hover > a { border-color: #bddef5; box-shadow: var(--shadow); transform: translateY(-7px); }
.service-card:hover > a::before { opacity: 1; transform: scale(1.2); }
.service-card__icon { position: relative; z-index: 1; display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; margin-bottom: 25px; border-radius: 15px; background: var(--sky); color: var(--blue); font-size: 1.25rem; transition: color .3s ease, background .3s ease; }
.service-card:hover .service-card__icon { background: var(--navy); color: var(--white); }
.service-card__body { position: relative; z-index: 1; flex: 1; }
.service-card h3 { margin-bottom: 11px; font-size: 1.15rem; }
.service-card p { margin: 0 0 20px; color: var(--muted); font-size: .84rem; line-height: 1.68; }
.service-card--featured { grid-column: span 2; }
.service-card--featured > a { background: linear-gradient(135deg, var(--navy) 0%, #07518f 100%); }
.service-card--featured .service-card__icon { background: rgba(255,255,255,.13); color: var(--white); }
.service-card--featured h3, .service-card--featured .text-link { color: var(--white); }
.service-card--featured p { max-width: 470px; color: #c5dcef; }
.service-card--featured > a::after { position: absolute; right: 25px; bottom: -55px; width: 190px; height: 190px; border: 34px solid rgba(255,255,255,.055); border-radius: 50%; content: ""; }
.services-grid--archive .service-card--featured { grid-column: auto; }

.about-preview { overflow: hidden; background: var(--offwhite); }
.about-preview__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.about-preview__visual { position: relative; min-height: 470px; }
.about-card { position: absolute; border-radius: 26px; box-shadow: var(--shadow); }
.about-card--main { inset: 8px 42px 40px 0; overflow: hidden; padding: 50px 40px; background: linear-gradient(145deg, #fff, #edf6fe); }
.about-card--main::after { position: absolute; right: -55px; bottom: -80px; width: 260px; height: 260px; border: 50px solid rgba(10,111,194,.07); border-radius: 50%; content: ""; }
.about-card__mini { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-card--main h2 { max-width: 390px; margin-top: 70px; font-size: clamp(1.65rem, 2.5vw, 2.4rem); }
.about-card__lines { display: flex; gap: 6px; margin-top: 35px; }
.about-card__lines i { display: block; width: 45px; height: 5px; border-radius: 5px; background: var(--blue); }
.about-card__lines i:nth-child(2) { width: 23px; opacity: .45; }
.about-card__lines i:nth-child(3) { width: 12px; opacity: .2; }
.about-card--small { right: 0; bottom: 0; z-index: 3; display: flex; width: 230px; padding: 22px; border: 6px solid var(--offwhite); flex-direction: column; background: var(--navy); color: var(--white); }
.about-card--small i { width: 40px; height: 40px; margin-bottom: 22px; padding-top: 10px; border-radius: 50%; background: rgba(255,255,255,.12); text-align: center; }
.about-card--small strong { font-size: .92rem; }
.about-card--small span { margin-top: 4px; color: #a9cbe5; font-size: .7rem; }
.about-preview__dots { position: absolute; top: -20px; right: 5px; width: 110px; height: 110px; opacity: .28; background-image: radial-gradient(var(--blue) 1.5px, transparent 1.5px); background-size: 12px 12px; }
.about-preview__content > p { margin-bottom: 24px; color: var(--muted); font-size: 1rem; }
.check-list { display: grid; gap: 12px; margin: 27px 0 30px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: .9rem; font-weight: 680; }
.check-list i { display: inline-flex; width: 25px; height: 25px; align-items: center; justify-content: center; border-radius: 50%; background: #dff4ea; color: var(--success); font-size: .65rem; }

.process-section { background: var(--white); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-grid::before { position: absolute; top: 38px; right: 11%; left: 11%; border-top: 1px dashed #bbd1e4; content: ""; }
.process-card { position: relative; z-index: 1; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.process-card > span { position: absolute; top: 20px; right: 23px; color: #d3e1ec; font-size: 1.35rem; font-weight: 850; }
.process-card__icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; margin-bottom: 45px; border: 6px solid var(--white); border-radius: 50%; background: var(--navy); box-shadow: 0 0 0 1px var(--line), var(--shadow-sm); color: var(--white); }
.process-card h3 { margin-bottom: 10px; }
.process-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }

.projects-section, .projects-archive { background: var(--offwhite); }
.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.project-card[hidden] { display: none; }
.project-card > a { display: block; }
.project-card__visual { position: relative; min-height: 365px; overflow: hidden; padding: 35px 36px 0; border-radius: 24px; background: linear-gradient(135deg, #dceffc, #edf4fa); transition: transform .35s ease, box-shadow .35s ease; }
.project-card:nth-child(2n) .project-card__visual { background: linear-gradient(135deg, #e8eef8, #dce7f2); }
.project-card:nth-child(3n) .project-card__visual { background: linear-gradient(135deg, #e1f2ef, #eff8f5); }
.project-card:hover .project-card__visual { box-shadow: var(--shadow); transform: translateY(-6px); }
.project-card__placeholder { display: flex; min-height: 285px; align-items: center; justify-content: center; flex-direction: column; gap: 13px; border: 1px dashed rgba(0,51,102,.2); border-radius: 16px 16px 0 0; background: rgba(255,255,255,.42); color: var(--navy); }
.project-card__placeholder i { display: inline-flex; width: 62px; height: 62px; align-items: center; justify-content: center; border-radius: 18px; background: var(--white); box-shadow: var(--shadow-sm); color: var(--blue); font-size: 1.45rem; }
.project-card__placeholder span { color: var(--muted); font-size: .75rem; font-weight: 750; }
.browser-frame { overflow: hidden; border: 6px solid var(--white); border-radius: 13px 13px 0 0; background: var(--white); box-shadow: 0 18px 45px rgba(20, 58, 91, .16); }
.browser-frame > img { width: 100%; aspect-ratio: 900 / 560; object-fit: cover; object-position: top; }
.browser-frame__bar { height: 25px; padding-inline: 8px; }
.browser-frame__bar span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.phone-frame { position: absolute; right: 24px; bottom: -30px; width: 95px; height: 205px; overflow: hidden; padding: 5px; border-radius: 18px; background: #10253d; box-shadow: 0 18px 35px rgba(8, 34, 58, .28); transition: bottom .35s ease; }
.project-card:hover .phone-frame { bottom: -18px; }
.phone-frame__notch { position: absolute; top: 7px; left: 50%; z-index: 2; width: 34px; height: 8px; border-radius: 8px; background: #10253d; transform: translateX(-50%); }
.phone-frame img { width: 100%; height: 100%; border-radius: 14px; object-fit: cover; object-position: top; }
.project-card__meta { display: flex; align-items: center; justify-content: space-between; padding: 20px 4px 0; }
.project-card__meta span { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project-card__meta h3 { margin: 4px 0 0; font-size: 1.22rem; }
.project-card__meta > i { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid var(--line-dark); border-radius: 50%; background: var(--white); color: var(--navy); font-size: .8rem; transition: color .25s ease, background .25s ease; }
.project-card:hover .project-card__meta > i { background: var(--navy); color: var(--white); }

.why-section { overflow: hidden; background: var(--navy-deep); color: #c6d7e7; }
.why-section::after { position: absolute; top: -220px; left: -120px; width: 550px; height: 550px; border: 80px solid rgba(255,255,255,.025); border-radius: 50%; content: ""; }
.why-section__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.why-section h2, .why-section h3 { color: var(--white); }
.why-section__content > p { max-width: 500px; margin-bottom: 30px; }
.why-section .button--primary { background: var(--white); color: var(--navy); box-shadow: none; }
.why-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.why-card { display: flex; gap: 17px; padding: 26px 22px; border: 1px solid rgba(255,255,255,.09); border-radius: 17px; background: rgba(255,255,255,.05); }
.why-card > i { flex: 0 0 auto; display: inline-flex; width: 43px; height: 43px; align-items: center; justify-content: center; border-radius: 12px; background: rgba(90, 181, 246, .14); color: #75c5ff; }
.why-card h3 { margin-bottom: 7px; font-size: .96rem; }
.why-card p { margin: 0; color: #9eb4c9; font-size: .76rem; line-height: 1.6; }

.faq-section { background: var(--white); }
.faq-section__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-section__grid > div:first-child { position: sticky; top: 120px; align-self: start; }
.faq-section__grid > div:first-child p { 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; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--ink); cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--blue); transition: transform .25s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: -6px 45px 22px 0; color: var(--muted); font-size: .9rem; }

.contact-cta-section { padding-top: 40px; }
.contact-cta { position: relative; display: flex; overflow: hidden; min-height: 290px; align-items: center; justify-content: space-between; gap: 50px; padding: 55px 64px; border-radius: var(--radius-lg); background: linear-gradient(125deg, var(--navy-deep), var(--navy) 66%, #0869ad); color: #c2d8eb; box-shadow: var(--shadow-lg); }
.contact-cta__pattern { position: absolute; top: -130px; right: 14%; width: 420px; height: 420px; border: 70px solid rgba(255,255,255,.04); border-radius: 50%; }
.contact-cta > div:not(.contact-cta__pattern) { position: relative; z-index: 1; max-width: 680px; }
.contact-cta h2 { margin-bottom: 13px; color: var(--white); font-size: clamp(1.8rem, 3vw, 2.8rem); }
.contact-cta p { margin: 0; }
.contact-cta__actions { flex: 0 0 auto; display: flex; align-items: center; flex-direction: column; gap: 16px; }
.contact-cta__actions > a:not(.button) { display: flex; align-items: center; gap: 11px; color: #c7def0; font-size: .78rem; }
.contact-cta__actions > a:not(.button) > i { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.contact-cta__actions small, .contact-cta__actions span { display: block; }
.contact-cta__actions small { color: #8fafc8; }

/* Inner page heroes */
.page-hero { position: relative; overflow: hidden; padding: 105px 0 98px; background: linear-gradient(135deg, #f7fbff, #eaf5ff); text-align: center; }
.page-hero::before { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(0,51,102,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0,51,102,.045) 1px, transparent 1px); background-size: 42px 42px; content: ""; mask-image: linear-gradient(to bottom, #000, transparent); }
.page-hero__inner { position: relative; z-index: 2; max-width: 900px; }
.page-hero h1 { margin-bottom: 20px; font-size: clamp(2.6rem, 4.8vw, 4.8rem); }
.page-hero p { max-width: 720px; margin: 0 auto; color: #5b7187; font-size: 1.06rem; }
.page-hero__orb { position: absolute; border-radius: 50%; }
.page-hero__orb--one { top: -120px; left: -90px; width: 340px; height: 340px; background: rgba(25, 132, 210, .08); }
.page-hero__orb--two { right: -50px; bottom: -150px; width: 300px; height: 300px; border: 60px solid rgba(0,51,102,.04); }

/* Services */
.service-hero { position: relative; overflow: hidden; padding: 100px 0; background: linear-gradient(135deg, #fff, #eff7fd); }
.service-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.service-hero__content h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(2.7rem, 4.7vw, 4.8rem); }
.service-hero__content > p { max-width: 700px; margin-bottom: 32px; color: var(--muted); font-size: 1.04rem; }
.service-hero__art { position: relative; min-height: 410px; }
.service-hero__art::before { position: absolute; inset: 30px; border: 1px dashed #b9d4e9; border-radius: 50%; content: ""; }
.service-hero__art::after { position: absolute; inset: 82px; border-radius: 50%; background: rgba(30,143,223,.08); content: ""; }
.service-hero__icon { position: absolute; top: 50%; left: 50%; z-index: 2; display: flex; width: 150px; height: 150px; align-items: center; justify-content: center; border: 12px solid var(--white); border-radius: 42px; background: var(--navy); box-shadow: var(--shadow-lg); color: var(--white); font-size: 3.3rem; transform: translate(-50%,-50%) rotate(-5deg); }
.service-hero__pill { position: absolute; z-index: 3; padding: 11px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); box-shadow: var(--shadow-sm); color: var(--ink); font-size: .72rem; font-weight: 750; }
.service-hero__pill i { margin-right: 6px; color: var(--success); }
.service-hero__pill--one { top: 18px; left: 35px; }
.service-hero__pill--two { top: 58%; right: -5px; }
.service-hero__pill--three { bottom: 10px; left: 20px; }
.service-detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.service-detail-grid > div > p { color: var(--muted); }
.capability-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.capability-list li { display: flex; min-height: 70px; align-items: center; gap: 13px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); color: var(--ink); font-size: .84rem; font-weight: 700; }
.capability-list i { color: var(--blue); }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card { padding: 33px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.benefit-card > span { display: block; margin-bottom: 42px; color: #bed5e7; font-size: 1.5rem; font-weight: 850; }
.benefit-card h3 { margin-bottom: 12px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .86rem; }

/* Project archive and detail */
.project-filters { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin: -25px 0 50px; }
.project-filters button { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); cursor: pointer; color: var(--text); font-size: .76rem; font-weight: 700; transition: all .2s ease; }
.project-filters button:hover, .project-filters button.is-active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.project-filters button span { display: inline-flex; min-width: 19px; height: 19px; align-items: center; justify-content: center; margin-left: 4px; border-radius: 50%; background: rgba(255,255,255,.16); font-size: .62rem; }
.projects-grid--archive { row-gap: 45px; }
.project-empty { padding: 50px; text-align: center; }
.project-empty--visible { max-width: 720px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.project-empty--visible > i { display: inline-flex; width: 62px; height: 62px; align-items: center; justify-content: center; margin-bottom: 18px; border-radius: 18px; background: var(--sky); color: var(--blue); font-size: 1.45rem; }
.project-empty--visible h2 { margin-bottom: 10px; font-size: 1.6rem; }
.project-empty--visible p { max-width: 520px; margin: 0 auto; color: var(--muted); }
.project-detail-hero { padding: 80px 0 200px; background: linear-gradient(135deg, #f5faff, #e5f2fc); text-align: center; }
.project-detail-hero--no-media { padding-bottom: 100px; }
.project-detail-hero__inner { max-width: 820px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 35px; color: var(--muted); font-size: .78rem; font-weight: 750; }
.back-link:hover { color: var(--blue); }
.project-detail-hero h1 { margin-bottom: 18px; }
.project-detail-hero p { max-width: 650px; margin: 0 auto 28px; color: var(--muted); font-size: 1.05rem; }
.project-showcase { position: relative; z-index: 3; margin-top: -140px; padding-bottom: 60px; }
.project-showcase__stage { position: relative; max-width: 1100px; min-height: 690px; padding: 40px 80px 0; border-radius: var(--radius-lg); background: linear-gradient(135deg, #d9ecf9, #edf5fa); }
.project-showcase__desktop { overflow: hidden; border: 8px solid var(--white); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-lg); }
.project-showcase__desktop > img { width: 100%; aspect-ratio: 900/560; object-fit: cover; object-position: top; }
.project-showcase__mobile { position: absolute; right: 38px; bottom: -5px; width: 175px; height: 380px; overflow: hidden; padding: 8px; border-radius: 30px; background: #10253d; box-shadow: 0 28px 60px rgba(11,40,66,.3); }
.project-showcase__mobile img { width: 100%; height: 100%; border-radius: 23px; object-fit: cover; object-position: top; }
.project-summary { padding-top: 70px; }
.project-summary__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.project-summary__grid > div > p { color: var(--muted); font-size: 1.02rem; }
.project-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 35px; }
.project-facts div { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: var(--offwhite); }
.project-facts span, .project-facts strong { display: block; }
.project-facts span { margin-bottom: 5px; color: var(--muted); font-size: .67rem; text-transform: uppercase; }
.project-facts strong { color: var(--ink); font-size: .76rem; }
.project-content-section { padding-top: 0; }
.project-content-section .entry-content { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--offwhite); }

/* About */
.about-story__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 100px; }
.about-story__content > p { color: var(--muted); }
.about-mosaic { display: grid; min-height: 440px; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.about-mosaic__large { display: flex; grid-column: span 2; padding: 42px; border-radius: 24px; flex-direction: column; background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: var(--white); }
.about-mosaic__large i { margin-bottom: auto; color: #6ec1fd; font-size: 1.7rem; }
.about-mosaic__large strong { max-width: 520px; font-size: 1.6rem; line-height: 1.45; letter-spacing: -.025em; }
.about-mosaic__stat { display: flex; padding: 25px; border: 1px solid var(--line); border-radius: 20px; flex-direction: column; justify-content: center; background: var(--white); box-shadow: var(--shadow-sm); text-align: center; }
.about-mosaic__stat strong { color: var(--blue); font-size: 2rem; }
.about-mosaic__stat span { color: var(--muted); font-size: .75rem; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.value-card > span { display: flex; width: 50px; height: 50px; align-items: center; justify-content: center; margin-bottom: 35px; border-radius: 14px; background: var(--sky); color: var(--blue); }
.value-card p { margin: 0; color: var(--muted); font-size: .82rem; }

/* Contact */
.contact-page__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-info > p { color: var(--muted); }
.contact-info__cards { display: grid; gap: 10px; margin: 30px 0; }
.contact-info__cards > a { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.contact-info__cards > a:hover { border-color: #acd3ef; box-shadow: var(--shadow-sm); transform: translateX(4px); }
.contact-info__cards > a > span { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 12px; background: var(--sky); color: var(--blue); }
.contact-info__cards small, .contact-info__cards strong { display: block; }
.contact-info__cards small { color: var(--muted); font-size: .64rem; }
.contact-info__cards strong { overflow-wrap: anywhere; color: var(--ink); font-size: .78rem; }
.contact-info__cards > a > i { color: #b3c3d0; font-size: .75rem; }
.contact-hours { margin-top: 28px; padding: 24px; border-radius: 16px; background: var(--offwhite); }
.contact-hours h3 { margin-bottom: 13px; font-size: .92rem; }
.contact-hours h3 i { margin-right: 6px; color: var(--blue); }
.contact-hours dl { margin: 0; }
.contact-hours dl div { display: flex; justify-content: space-between; padding: 6px 0; font-size: .76rem; }
.contact-hours dt { color: var(--muted); }
.contact-hours dd { margin: 0; color: var(--ink); font-weight: 750; }
.form-heading { margin-bottom: 25px; }
.form-heading > span { color: var(--blue); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.form-heading h2 { margin: 7px 0 8px; font-size: 1.8rem; }
.form-heading p { color: var(--muted); font-size: .85rem; }
.contact-form-wrap { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 17px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink); font-size: .73rem; font-weight: 720; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line-dark); border-radius: 10px; outline: 0; background: #fbfcfd; color: var(--ink); font-size: .84rem; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form input, .contact-form select { height: 49px; padding: 0 14px; }
.contact-form textarea { resize: vertical; min-height: 130px; padding: 12px 14px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); background: var(--white); box-shadow: 0 0 0 3px rgba(10,111,194,.1); }
.check-field { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; color: var(--muted) !important; font-weight: 550 !important; line-height: 1.55; }
.check-field input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--navy); }
.check-field a { color: var(--blue); text-decoration: underline; }
.form-notice { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 17px; padding: 12px 14px; border-radius: 10px; font-size: .78rem; }
.form-notice--success { background: #e4f7ef; color: #08714c; }
.form-notice--error { background: #fff0f1; color: var(--danger); }
.location-section__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.location-card__map { position: relative; min-height: 350px; overflow: hidden; border-radius: 24px; background: #dfeef6; }
.location-card__map::before { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(25deg, transparent 45%, #fff 46%, #fff 50%, transparent 51%), linear-gradient(115deg, transparent 43%, #fff 44%, #fff 48%, transparent 49%); background-size: 130px 110px, 160px 140px; content: ""; }
.location-card__map > i { position: absolute; top: 50%; left: 50%; z-index: 3; color: var(--navy); font-size: 2.8rem; transform: translate(-50%,-80%); }
.map-pulse { position: absolute; top: 50%; left: 50%; z-index: 2; width: 70px; height: 35px; border-radius: 50%; background: rgba(10,111,194,.2); transform: translate(-50%,10%); animation: map-pulse 2s ease-in-out infinite; }
@keyframes map-pulse { 50% { opacity: .3; transform: translate(-50%,10%) scale(1.4); } }
.location-section__grid > div:last-child > p { color: var(--muted); }

/* Legal and content */
.legal-page { background: var(--white); }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; align-items: start; gap: 80px; max-width: 1100px; }
.legal-nav { position: sticky; top: 120px; display: grid; gap: 4px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--offwhite); }
.legal-nav strong { margin-bottom: 8px; color: var(--ink); font-size: .8rem; }
.legal-nav a { padding: 7px 0; color: var(--muted); font-size: .72rem; }
.legal-nav a:hover { color: var(--blue); }
.legal-nav .button { margin-top: 12px; padding-inline: 10px; }
.legal-content { max-width: 780px; }
.legal-updated { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 40px; padding: 7px 12px; border-radius: 999px; background: var(--sky); color: var(--blue); font-size: .7rem; font-weight: 700; }
.legal-content section { margin-bottom: 48px; scroll-margin-top: 120px; }
.legal-content h2 { margin-bottom: 18px; font-size: 1.55rem; }
.legal-content h3 { margin: 25px 0 8px; font-size: 1rem; }
.legal-content p, .legal-content li { color: #52677c; font-size: .9rem; }
.legal-content ul { display: grid; gap: 7px; padding-left: 20px; }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-table-wrap { overflow-x: auto; margin: 20px 0; border: 1px solid var(--line); border-radius: 13px; }
.legal-content table { width: 100%; border-collapse: collapse; font-size: .75rem; }
.legal-content th, .legal-content td { padding: 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-content th { background: var(--offwhite); color: var(--ink); }
.legal-content code { padding: 3px 5px; border-radius: 4px; background: var(--sky); color: var(--navy); }
.legal-contact-box { display: grid; gap: 5px; margin-top: 20px; padding: 20px; border-left: 4px solid var(--blue); border-radius: 8px 14px 14px 8px; background: var(--offwhite); font-size: .84rem; }
.legal-contact-box a { text-decoration: none; }
.legal-note { display: flex; gap: 13px; padding: 18px; border-radius: 13px; background: #fff8df; color: #82600c; }
.legal-note p { margin: 0; color: inherit; font-size: .78rem; }
.legal-note i { margin-top: 4px; }
.entry-content { color: #42586e; }
.entry-content > * { max-width: 100%; }
.entry-content h2 { margin-top: 1.7em; font-size: 1.8rem; }
.entry-content h3 { margin-top: 1.5em; }
.entry-content a { color: var(--blue); text-decoration: underline; }
.entry-content blockquote { margin: 30px 0; padding: 20px 25px; border-left: 4px solid var(--blue); background: var(--offwhite); }

/* Blog */
.blog-page { background: var(--offwhite); }
.blog-categories { display: flex; overflow-x: auto; align-items: center; gap: 8px; margin: -24px 0 44px; padding: 4px 2px 10px; scrollbar-width: thin; }
.blog-categories a { display: inline-flex; min-height: 40px; flex: 0 0 auto; align-items: center; gap: 7px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--text); font-size: .73rem; font-weight: 750; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.blog-categories a:hover, .blog-categories a.is-active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.blog-categories a span { display: inline-flex; min-width: 20px; height: 20px; align-items: center; justify-content: center; border-radius: 50%; background: var(--sky); color: var(--blue); font-size: .61rem; }
.blog-categories a.is-active span { background: rgba(255,255,255,.16); color: var(--white); }
.blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 46px; }
.blog-main { min-width: 0; }
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .3s ease, box-shadow .3s ease; }
.blog-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.blog-card__image { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--sky); }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-card__image img { transform: scale(1.04); }
.blog-card__image > span { display: flex; height: 100%; align-items: center; justify-content: center; color: var(--blue); font-size: 2rem; }
.blog-card__content { padding: 25px; }
.blog-category-chip { display: inline-flex; align-items: center; margin-bottom: 12px; padding: 5px 10px; border-radius: 999px; background: var(--sky); color: var(--blue); font-size: .64rem; font-weight: 800; letter-spacing: .035em; }
.blog-category-chip:hover { background: var(--navy); color: var(--white); }
.blog-card__meta { display: flex; gap: 16px; margin-bottom: 14px; color: var(--muted); font-size: .65rem; }
.blog-card__meta span { display: flex; align-items: center; gap: 5px; }
.blog-card h2 { margin-bottom: 12px; font-size: 1.2rem; }
.blog-card p { color: var(--muted); font-size: .8rem; }
.blog-card--compact .blog-card__content { padding: 21px; }
.blog-card--compact .blog-card__meta { flex-wrap: wrap; }
.blog-card--compact h2 { font-size: 1.02rem; }
.blog-sidebar { position: sticky; top: 115px; display: grid; gap: 20px; }
.blog-widget { overflow: hidden; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-sm); }
.blog-widget > h2 { margin-bottom: 16px; font-size: 1.02rem; }
.blog-widget > p { margin: -8px 0 16px; color: var(--muted); font-size: .74rem; }
.blog-search-form > div { position: relative; display: grid; grid-template-columns: 34px minmax(0, 1fr) 40px; min-height: 48px; align-items: center; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 12px; background: var(--offwhite); }
.blog-search-form > div > i { justify-self: center; color: var(--blue); font-size: .8rem; }
.blog-search-form input { width: 100%; min-width: 0; height: 46px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: .78rem; }
.blog-search-form input::placeholder { color: #8495a5; }
.blog-search-form button { width: 34px; height: 34px; border: 0; border-radius: 9px; background: var(--navy); color: var(--white); cursor: pointer; font-size: .7rem; }
.blog-widget__categories { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.blog-widget__categories a { display: flex; min-height: 41px; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 10px; border-radius: 9px; color: #415b72; font-size: .75rem; font-weight: 720; transition: color .2s ease, background .2s ease; }
.blog-widget__categories a:hover { background: var(--sky); color: var(--blue); }
.blog-widget__categories b { display: inline-flex; width: 25px; height: 25px; align-items: center; justify-content: center; border-radius: 50%; background: var(--offwhite); color: var(--muted); font-size: .61rem; }
.blog-widget__recent { display: grid; gap: 14px; }
.blog-widget__recent > a { display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: center; gap: 12px; }
.blog-widget__recent img { width: 76px; height: 58px; border-radius: 9px; object-fit: cover; }
.blog-widget__recent span, .blog-widget__recent strong, .blog-widget__recent small { display: block; }
.blog-widget__recent strong { display: -webkit-box; overflow: hidden; margin-bottom: 4px; color: var(--ink); font-size: .69rem; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.blog-widget__recent small { color: var(--muted); font-size: .58rem; }
.blog-widget--cta { position: relative; padding: 27px; border: 0; background: linear-gradient(145deg, var(--navy-deep), var(--navy)); color: #c6d9e9; }
.blog-widget--cta::after { position: absolute; right: -55px; bottom: -65px; width: 150px; height: 150px; border: 27px solid rgba(255,255,255,.05); border-radius: 50%; content: ""; }
.blog-widget--cta > i { display: inline-flex; width: 39px; height: 39px; align-items: center; justify-content: center; margin-bottom: 17px; border-radius: 12px; background: rgba(255,255,255,.1); color: #83cbff; }
.blog-widget--cta > span { display: block; color: #7fbce8; font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-widget--cta h2 { position: relative; z-index: 1; margin: 8px 0 20px; color: var(--white); font-size: 1.28rem; }
.blog-widget--cta .button { position: relative; z-index: 1; min-height: 42px; padding-inline: 16px; font-size: .68rem; }
.navigation.pagination { margin-top: 45px; }
.nav-links { display: flex; justify-content: center; gap: 7px; }
.page-numbers { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 9px; background: var(--white); font-size: .8rem; }
.page-numbers.current { border-color: var(--navy); background: var(--navy); color: var(--white); }
.empty-state { padding: 80px 20px; text-align: center; }
.empty-state > span { display: flex; width: 80px; height: 80px; align-items: center; justify-content: center; margin: 0 auto 25px; border-radius: 50%; background: var(--sky); color: var(--blue); font-size: 1.8rem; }
.empty-state p { color: var(--muted); }
.article-header { padding: 90px 0 60px; background: linear-gradient(135deg, #f7fbff, #eaf5ff); text-align: center; }
.article-header .back-link { margin-bottom: 25px; }
.article-categories { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; margin: -6px 0 16px; }
.article-categories .blog-category-chip { margin-bottom: 0; }
.article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 18px; margin-bottom: 18px; color: var(--muted); font-size: .72rem; }
.article-meta span { display: flex; align-items: center; gap: 6px; }
.article-header h1 { font-size: clamp(2.4rem, 4.7vw, 4.4rem); }
.article-header p { max-width: 680px; margin: 0 auto; color: var(--muted); }
.article-cover { max-width: 1120px; margin-top: 55px; }
.article-cover img { width: 100%; aspect-ratio: 16/9; max-height: 650px; border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; }
.article-body-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 70px; padding-top: 75px; padding-bottom: 90px; }
.article-main { min-width: 0; }
.article-page .entry-content { padding: 0; color: #3f566d; font-size: .95rem; line-height: 1.85; }
.article-page .entry-content > p { margin-bottom: 1.55em; }
.article-page .entry-content h2 { scroll-margin-top: 120px; margin: 2.2em 0 .7em; color: var(--ink); font-size: clamp(1.55rem, 2.6vw, 2.05rem); }
.article-page .entry-content h3 { margin: 1.4em 0 .45em; color: var(--ink); font-size: 1.05rem; }
.article-lead { margin-bottom: 30px !important; color: #304a62; font-size: 1.08rem; font-weight: 550; line-height: 1.8; }
.article-highlights { margin: 32px 0; padding: 26px; border: 1px solid #cfe2f1; border-radius: 17px; background: linear-gradient(135deg, #f1f9ff, #fff); }
.article-highlights > strong { display: block; margin-bottom: 14px; color: var(--navy); font-size: .86rem; }
.article-highlights ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; margin: 0; padding: 0; list-style: none; }
.article-highlights li { display: flex; align-items: flex-start; gap: 8px; color: #48657c; font-size: .75rem; }
.article-highlights li span { display: inline-flex; width: 20px; height: 20px; flex: 0 0 auto; align-items: center; justify-content: center; margin-top: 2px; border-radius: 50%; background: #daf2e7; color: var(--success); font-size: .5rem; }
.article-inline-toc { margin: 35px 0 42px; padding: 25px 27px; border-left: 4px solid var(--blue); border-radius: 9px 16px 16px 9px; background: var(--offwhite); }
.article-inline-toc > strong { display: block; margin-bottom: 12px; color: var(--ink); font-size: .86rem; }
.article-inline-toc ol { display: grid; gap: 7px; margin: 0; padding-left: 21px; color: var(--blue); }
.article-inline-toc a { color: #45657e; font-size: .76rem; font-weight: 680; text-decoration: none; }
.article-inline-toc a:hover { color: var(--blue); }
.article-section { scroll-margin-top: 120px; }
.article-checklist { display: grid; gap: 9px; margin: 25px 0; padding: 22px 22px 22px 42px; border-radius: 14px; background: #f5f9fc; }
.article-checklist li { padding-left: 3px; color: #3f5a70; font-size: .82rem; }
.article-faq { margin-top: 58px; }
.article-faq__item { padding: 21px 0; border-bottom: 1px solid var(--line); }
.article-faq__item:first-of-type { border-top: 1px solid var(--line); }
.article-faq__item h3 { margin: 0 0 8px !important; font-size: 1rem !important; }
.article-faq__item p { margin: 0; color: var(--muted); font-size: .84rem; }
.article-conclusion { margin-top: 45px; padding: 30px; border-radius: 18px; background: var(--navy-deep); color: #c8d9e8; }
.article-conclusion h2 { margin: 0 0 12px !important; color: var(--white) !important; }
.article-conclusion p { margin: 0; }
.article-service-cta { position: relative; overflow: hidden; margin-top: 34px; padding: 31px; border: 1px solid #cfe5f5; border-radius: 18px; background: linear-gradient(135deg, #edf8ff, #fff); }
.article-service-cta::after { position: absolute; top: -70px; right: -55px; width: 150px; height: 150px; border: 24px solid rgba(10,111,194,.06); border-radius: 50%; content: ""; }
.article-service-cta > span { color: var(--blue); font-size: .62rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.article-service-cta h2 { position: relative; z-index: 1; margin: 8px 0 10px !important; font-size: 1.35rem !important; }
.article-service-cta p { position: relative; z-index: 1; margin-bottom: 17px; color: var(--muted); font-size: .8rem; }
.article-service-cta a { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: .75rem; font-weight: 800; text-decoration: none; }
.article-author { display: flex; align-items: center; gap: 17px; margin-top: 35px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow-sm); }
.article-author img { width: 58px; height: 58px; flex: 0 0 auto; border-radius: 15px; }
.article-author span, .article-author strong { display: block; }
.article-author span { color: var(--muted); font-size: .58rem; text-transform: uppercase; }
.article-author strong { color: var(--ink); font-size: .84rem; }
.article-author p { margin: 4px 0 0; color: var(--muted); font-size: .7rem; }
.related-articles { background: var(--offwhite); }
.related-articles__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

/* 404 */
.not-found { position: relative; overflow: hidden; min-height: 690px; padding: 100px 0; background: linear-gradient(135deg, #fff, #edf7ff); }
.not-found__inner { position: relative; z-index: 2; text-align: center; }
.not-found__inner > span { display: block; color: rgba(0,51,102,.07); font-size: clamp(8rem, 22vw, 18rem); font-weight: 900; line-height: .8; letter-spacing: -.1em; }
.not-found__icon { display: flex; width: 70px; height: 70px; align-items: center; justify-content: center; margin: -25px auto 20px; border-radius: 50%; background: var(--navy); box-shadow: var(--shadow); color: var(--white); font-size: 1.5rem; }
.not-found h1 { font-size: 2.4rem; }
.not-found p { max-width: 550px; margin: 0 auto 28px; color: var(--muted); }
.not-found__inner > div:last-child { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.not-found__orb { position: absolute; top: -130px; right: -110px; width: 450px; height: 450px; border: 70px solid rgba(10,111,194,.05); border-radius: 50%; }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding-top: 58px; background: radial-gradient(circle at 77% 18%, rgba(24,127,205,.18), transparent 32%), linear-gradient(145deg, #03182d 0%, #062744 58%, #041b32 100%); color: #a9bed1; }
.footer-glow { position: absolute; top: -240px; left: -120px; width: 620px; height: 520px; border-radius: 50%; background: rgba(18, 126, 207, .12); filter: blur(100px); pointer-events: none; }
.footer-cta { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 42px; overflow: hidden; margin-bottom: 60px; padding: 42px 46px; border: 1px solid rgba(151,211,255,.2); border-radius: 26px; background: linear-gradient(115deg, rgba(12,87,146,.88), rgba(5,49,89,.88)); box-shadow: 0 28px 70px rgba(0,10,27,.22); }
.footer-cta::before { position: absolute; z-index: -1; top: -140px; right: 12%; width: 350px; height: 350px; border: 62px solid rgba(104,195,255,.1); border-radius: 50%; content: ""; }
.footer-cta::after { position: absolute; z-index: -1; right: -70px; bottom: -160px; width: 310px; height: 310px; border-radius: 50%; background: rgba(30,150,233,.18); content: ""; filter: blur(3px); }
.footer-cta > div { min-width: 0; }
.footer-cta > div > span { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 12px; color: #8ed2ff; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-cta h2 { max-width: 760px; margin-bottom: 11px; color: var(--white); font-size: clamp(1.55rem, 2.5vw, 2.35rem); letter-spacing: -.03em; }
.footer-cta p { max-width: 670px; margin: 0; color: #b8d2e7; font-size: .82rem; }
.footer-cta .button { position: relative; z-index: 2; flex: 0 0 auto; }
.footer-main { position: relative; display: grid; grid-template-columns: .82fr 1.08fr 1.45fr 1.05fr; gap: 54px; padding-bottom: 58px; }
.footer-column h2 { position: relative; margin-bottom: 24px; padding-bottom: 13px; color: var(--white); font-size: .94rem; letter-spacing: -.01em; }
.footer-column h2::after { position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, #49b8ff, transparent); content: ""; }
.footer-column ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-column li, .footer-column a, .footer-column p { font-size: .75rem; }
.footer-column li a { display: inline-flex; align-items: center; gap: 8px; color: #9eb4c6; transition: color .2s ease, transform .2s ease; }
.footer-column li a i { color: #4d9dd5; font-size: .55rem; }
.footer-column li a:hover { color: var(--white); transform: translateX(3px); }
.footer-contact { display: grid; align-content: start; gap: 10px; }
.footer-contact > a, .footer-contact > p { display: grid; min-width: 0; grid-template-columns: 38px minmax(0, 1fr); align-items: start; gap: 11px; margin: 0; padding: 11px; border: 1px solid rgba(255,255,255,.07); border-radius: 13px; background: rgba(255,255,255,.035); transition: border-color .2s ease, background .2s ease; }
.footer-contact > a:hover { border-color: rgba(91,186,248,.26); background: rgba(255,255,255,.065); }
.footer-contact i { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 10px; background: rgba(75,177,242,.11); color: #67c1fa; text-align: center; }
.footer-contact span { display: block; min-width: 0; overflow-wrap: anywhere; color: #d1e0ec; line-height: 1.45; }
.footer-contact small, .footer-hours small { display: block; margin-bottom: 2px; color: #7290a8; font-size: .58rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.footer-connect > p { margin: 0 0 17px; color: #8fa9bd; line-height: 1.65; }
.footer-socials { display: grid; gap: 8px; }
.footer-socials a { display: flex; min-height: 42px; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(255,255,255,.035); color: #c8d8e6; transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease; }
.footer-socials a i { width: 18px; color: #63bdf5; font-size: .95rem; text-align: center; }
.footer-socials a:hover { border-color: rgba(91,186,248,.28); background: rgba(19,112,180,.22); color: var(--white); transform: translateY(-2px); }
.footer-hours { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: start; gap: 10px; margin-top: 15px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-hours > i { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 9px; background: rgba(75,177,242,.1); color: #67c1fa; }
.footer-hours strong, .footer-hours span { display: block; }
.footer-hours strong { color: #d1e0ec; font-size: .7rem; font-weight: 700; line-height: 1.45; }
.footer-hours span { margin-top: 2px; color: #7893a9; font-size: .62rem; }
.footer-bottom { position: relative; display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #718ba1; font-size: .68rem; }
.footer-bottom p { display: flex; align-items: center; gap: 12px; margin: 0; }
.footer-bottom p strong { color: #c4d7e6; font-size: .72rem; }
.footer-bottom p span { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.13); }
.footer-bottom > div { display: flex; align-items: center; gap: 20px; }
.footer-bottom a:hover, .cookie-settings-link:hover { color: var(--white); }
.cookie-settings-link { padding: 0; border: 0; background: transparent; cursor: pointer; color: inherit; font-size: inherit; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: flex; height: 52px; align-items: center; gap: 9px; padding: 0 17px; border-radius: 999px; background: #20b766; box-shadow: 0 12px 30px rgba(7, 99, 49, .28); color: var(--white); font-size: .75rem; font-weight: 800; transition: transform .25s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float i { font-size: 1.2rem; }

/* Cookie consent */
.cookie-banner { position: fixed; right: 22px; bottom: 22px; left: 22px; z-index: 200; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; max-width: 1180px; margin: 0 auto; padding: 19px 21px; border: 1px solid var(--line-dark); border-radius: 17px; background: rgba(255,255,255,.98); box-shadow: 0 25px 80px rgba(5, 31, 55, .24); backdrop-filter: blur(14px); }
.cookie-banner__icon { display: flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 13px; background: var(--sky); color: var(--blue); }
.cookie-banner h2 { margin: 0 0 4px; font-size: .92rem; letter-spacing: -.01em; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.5; }
.cookie-banner p a { color: var(--blue); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 7px; }
.cookie-banner .button { min-height: 40px; padding: 9px 13px; font-size: .68rem; }
.whatsapp-float:has(~ .cookie-banner:not([hidden])) { bottom: 150px; }
.cookie-banner-visible .whatsapp-float { bottom: 150px; }
.cookie-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px; }
.cookie-modal__backdrop { position: absolute; inset: 0; background: rgba(2, 19, 37, .65); backdrop-filter: blur(4px); }
.cookie-modal__dialog { position: relative; z-index: 1; width: min(100%, 620px); max-height: calc(100vh - 40px); overflow-y: auto; padding: 35px; border-radius: 22px; background: var(--white); box-shadow: var(--shadow-lg); }
.cookie-modal__close { position: absolute; top: 17px; right: 17px; display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 10px; background: var(--white); cursor: pointer; }
.cookie-modal h2 { margin-bottom: 10px; font-size: 1.7rem; }
.cookie-modal__dialog > p { color: var(--muted); font-size: .8rem; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.cookie-option strong, .cookie-option span { display: block; }
.cookie-option strong { color: var(--ink); font-size: .85rem; }
.cookie-option > div span { margin-top: 4px; color: var(--muted); font-size: .67rem; }
.switch { display: grid; flex: 0 0 auto; grid-template-columns: auto; justify-items: center; gap: 3px; cursor: pointer; }
.switch input { position: absolute; opacity: 0; pointer-events: none; }
.switch > span { position: relative; display: block; width: 42px; height: 23px; border-radius: 999px; background: #bdcad5; transition: background .2s ease; }
.switch > span::after { position: absolute; top: 3px; left: 3px; width: 17px; height: 17px; border-radius: 50%; background: white; box-shadow: 0 2px 5px rgba(0,0,0,.2); content: ""; transition: left .2s ease; }
.switch input:checked + span { background: var(--blue); }
.switch input:checked + span::after { left: 22px; }
.switch b { color: var(--muted); font-size: .55rem; font-weight: 650; }
.cookie-modal__actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 20px; }

/* Responsive */
@media (max-width: 1120px) {
  .site-header__inner { gap: 20px; }
  .site-navigation .menu { gap: 18px; }
  .header-cta { display: none; }
  .hero__inner { gap: 35px; }
  .hero-studio { right: -105px; width: 585px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .why-section__grid, .about-preview__grid { gap: 60px; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 55px; }
  .blog-layout, .article-body-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 35px; }
}

@media (max-width: 900px) {
  :root { --header-height: 72px; }
  .section { padding: 85px 0; }
  .topbar__email-full { display: none; }
  .topbar__email-short { display: inline; }
  .nav-toggle { display: flex; margin-left: auto; transition: border-color .25s ease, background .25s ease, box-shadow .25s ease; }
  .nav-open .nav-toggle { border-color: var(--navy); background: var(--navy); box-shadow: 0 10px 24px rgba(0,51,102,.2); }
  .nav-open .nav-toggle span { background: var(--white); }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-navigation { position: absolute; top: 100%; right: 0; left: 0; visibility: hidden; width: 100%; max-width: 100%; height: var(--mobile-nav-height, calc(100dvh - var(--header-height))); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; margin: 0; padding: 0 0 calc(22px + env(safe-area-inset-bottom)); opacity: 0; background: linear-gradient(180deg, #f5faff 0%, #fff 48%); box-shadow: 0 24px 60px rgba(6,36,65,.15); pointer-events: none; transform: translateY(-10px) scale(.99); transform-origin: top center; transition: opacity .24s ease, visibility .24s ease, transform .28s cubic-bezier(.2,.7,.2,1); }
  .nav-open .site-navigation { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .nav-open .site-header { background: #fff; box-shadow: 0 14px 35px rgba(12,46,79,.1); }
  .mobile-nav__head { display: flex; min-height: 86px; align-items: center; gap: 13px; padding: 17px 24px; border-bottom: 1px solid #d9e9f5; background: linear-gradient(120deg, #edf7ff, #fff); }
  .mobile-nav__head img { width: 48px; height: 48px; flex: 0 0 auto; border-radius: 14px; box-shadow: 0 9px 22px rgba(0,51,102,.17); }
  .mobile-nav__head strong, .mobile-nav__head span { display: block; }
  .mobile-nav__head strong { color: var(--navy); font-size: .94rem; letter-spacing: -.02em; }
  .mobile-nav__head span { margin-top: 2px; color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
  .site-navigation .menu { display: block; width: min(calc(100% - 30px), 680px); margin: 15px auto 0; padding: 7px 14px; border: 1px solid var(--line); border-radius: 19px; background: var(--white); box-shadow: 0 16px 42px rgba(10,54,92,.08); }
  .site-navigation .menu > li { display: grid; grid-template-columns: minmax(0, 1fr) auto; border-bottom: 1px solid #e8eff5; }
  .site-navigation .menu > li:last-child { border-bottom: 0; }
  .site-navigation .menu > li > a { display: flex; min-width: 0; min-height: 58px; align-items: center; gap: 11px; padding: 14px 8px; color: var(--ink); font-size: .94rem; font-weight: 760; white-space: normal; overflow-wrap: anywhere; }
  .site-navigation .menu > li > a::before { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #b9dff8; content: ""; box-shadow: 0 0 0 5px rgba(17,139,224,.055); }
  .site-navigation .menu > li > a::after { display: none; }
  .site-navigation .menu > li.current-menu-item > a::before, .site-navigation .menu > li.current-menu-ancestor > a::before { background: var(--blue); }
  .submenu-toggle { width: 42px; height: 42px; margin: 8px 4px 8px 0; border: 1px solid #d9e7f2; border-radius: 11px; background: var(--offwhite); color: var(--navy); font-size: .72rem; transition: color .2s ease, background .2s ease, transform .2s ease; }
  .submenu-open > .submenu-toggle { border-color: var(--navy); background: var(--navy); color: var(--white); }
  .sub-menu { position: static; visibility: visible; display: none; grid-column: 1/-1; width: auto; margin: 0 0 12px 18px !important; padding: 7px !important; border: 1px solid #dceaf4; border-radius: 14px; opacity: 1; background: #f5faff; box-shadow: inset 3px 0 0 #a8d8f8; transform: none !important; }
  .sub-menu::before { display: none; }
  .submenu-open > .sub-menu { display: block; }
  .submenu-open > .submenu-toggle i { transform: rotate(180deg); }
  .sub-menu a { min-height: 43px; padding: 9px 10px; border-radius: 9px; font-size: .78rem; }
  .mobile-nav__footer { display: grid; width: min(calc(100% - 30px), 680px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 13px auto 0; }
  .mobile-nav__footer .button { min-width: 0; min-height: 48px; padding-inline: 15px; }
  .mobile-nav__whatsapp { border-color: #a9dfc0; background: #eaf9f0; color: #08783d; }
  .mobile-nav__whatsapp i { color: #12a657; font-size: 1.05rem; }
  .hero { padding-top: 70px; }
  .hero__inner { min-height: auto; grid-template-columns: 1fr; }
  .hero__content { max-width: 740px; padding: 0; }
  .hero__visual { min-height: 535px; }
  .hero-studio { top: 35px; right: 0; left: 0; width: min(100%, 680px); margin-inline: auto; transform: none; }
  .hero-float--top { left: 3%; }
  .hero-float--bottom { right: 3%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-preview__grid, .why-section__grid, .faq-section__grid, .service-hero__grid, .service-detail-grid, .about-story__grid, .contact-page__grid, .location-section__grid, .project-summary__grid { grid-template-columns: 1fr; gap: 60px; }
  .faq-section__grid > div:first-child { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid::before { display: none; }
  .why-section__content { max-width: 650px; }
  .service-hero__art { min-height: 390px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .project-showcase__stage { min-height: 570px; padding: 35px 45px 0; }
  .project-showcase__mobile { width: 145px; height: 315px; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-nav { position: static; display: flex; overflow-x: auto; align-items: center; white-space: nowrap; }
  .legal-nav strong { margin: 0 8px 0 0; }
  .legal-nav .button { margin: 0 0 0 auto; flex: 0 0 auto; }
  .blog-layout, .article-body-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-widget--search, .blog-widget--cta { grid-column: 1/-1; }
  .article-body-layout { gap: 45px; }
  .article-page .blog-sidebar { padding-top: 10px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .related-articles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-cta { grid-template-columns: 1fr; gap: 24px; padding: 36px; }
  .footer-cta .button { justify-self: start; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cookie-banner { grid-template-columns: auto 1fr; }
  .cookie-banner__actions { grid-column: 1/-1; justify-content: flex-end; }
}

@media (max-width: 650px) {
  .container, .content-narrow { width: min(calc(100% - 30px), var(--container)); }
  body { font-size: 15px; }
  .section { padding: 70px 0; }
  .section--compact { padding: 52px 0; }
  .topbar { height: 42px; background: linear-gradient(90deg, #001f42, #063d6d); }
  .topbar p { display: none; }
  .topbar__inner { justify-content: center; }
  .topbar__links { width: 100%; justify-content: space-between; gap: 6px; }
  .topbar__links a { min-height: 28px; padding: 0 8px; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; background: rgba(255,255,255,.045); font-size: .62rem; font-weight: 720; white-space: nowrap; }
  .topbar__links i { color: #75c8ff; font-size: .72rem; }
  .brand__image { width: 110px; max-height: 49px; }
  .hero { padding-top: 55px; }
  .hero__content h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero__content > p { font-size: .96rem; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .button--play { justify-content: flex-start; padding-left: 0; }
  .hero__visual { min-height: 475px; }
  .hero-studio { top: 38px; right: 0; left: 0; width: 100%; max-width: 100%; height: 410px; padding: 12px; border-radius: 24px; }
  .hero-studio__top { height: 29px; padding-inline: 6px; font-size: .54rem; }
  .hero-studio__brand { gap: 11px; padding: 16px 7px 13px; }
  .hero-studio__brand > span { width: 59px; height: 53px; padding: 7px; border-radius: 14px; }
  .hero-studio__brand small { font-size: .52rem; }
  .hero-studio__brand strong { font-size: .84rem; }
  .hero-studio__flow { min-width: 0; overflow: hidden; gap: 4px; padding: 8px 7px; }
  .hero-studio__flow span { flex: 1; min-height: 25px; justify-content: center; padding: 0 4px; font-size: .54rem; }
  .hero-studio__flow i { display: none; }
  .hero-studio__modules { height: 205px; grid-template-columns: 1fr .78fr; gap: 8px; margin-top: 8px; }
  .studio-module__head { padding: 11px 12px 0; font-size: .58rem; }
  .studio-orbit { width: 165px; height: 155px; transform: scale(.85); transform-origin: center top; }
  .studio-module--services { gap: 6px; padding: 9px; }
  .studio-module--services span { min-height: 45px; gap: 7px; padding: 7px; font-size: .53rem; }
  .studio-module--services i { width: 25px; height: 25px; }
  .hero-float { padding: 8px 10px; }
  .hero-float > i { width: 30px; height: 30px; }
  .hero-float--top { top: 0; left: 0; }
  .hero-float--bottom { display: none; }
  .hero-stats { width: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-stats div { min-height: 84px; border-bottom: 1px solid var(--line); }
  .hero-stats div:nth-child(2) { border-right: 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading-row { display: block; }
  .section-heading-row .button { margin: -15px 0 35px; }
  .services-grid, .projects-grid, .process-grid, .benefits-grid, .values-grid, .why-cards, .blog-grid { grid-template-columns: 1fr; }
  .blog-sidebar, .related-articles__grid { grid-template-columns: 1fr; }
  .blog-widget--search, .blog-widget--cta { grid-column: auto; }
  .blog-categories { margin-right: -15px; margin-left: -15px; padding-right: 15px; padding-left: 15px; }
  .article-header { padding: 65px 0 45px; }
  .article-header h1 { font-size: 2.25rem; }
  .article-meta { font-size: .65rem; }
  .article-cover { width: calc(100% - 30px); margin-top: 35px; }
  .article-body-layout { padding-top: 50px; padding-bottom: 65px; }
  .article-highlights ul { grid-template-columns: 1fr; }
  .article-highlights, .article-inline-toc, .article-conclusion, .article-service-cta { padding: 22px; }
  .article-author { align-items: flex-start; }
  .service-card--featured { grid-column: auto; }
  .service-card { min-height: 245px; }
  .about-preview__visual { min-height: 390px; }
  .about-card--main { right: 20px; padding: 35px 25px; }
  .about-card--main h2 { margin-top: 55px; font-size: 1.65rem; }
  .about-card--small { width: 190px; }
  .about-preview__grid, .why-section__grid, .faq-section__grid, .service-detail-grid, .about-story__grid, .contact-page__grid, .location-section__grid, .project-summary__grid { gap: 42px; }
  .process-card__icon { margin-bottom: 30px; }
  .project-card__visual { min-height: 240px; padding: 23px 20px 0; }
  .phone-frame { right: 14px; width: 67px; height: 145px; border-radius: 13px; }
  .project-card__meta { padding-top: 14px; }
  .why-section__grid { gap: 45px; }
  .contact-cta { min-height: 0; align-items: flex-start; padding: 38px 25px; flex-direction: column; }
  .contact-cta__actions { width: 100%; align-items: stretch; }
  .contact-cta__actions .button { width: 100%; }
  .page-hero { padding: 75px 0 70px; }
  .page-hero h1 { font-size: clamp(2.25rem, 12vw, 3.5rem); }
  .service-hero { padding: 70px 0; }
  .service-hero__content h1 { font-size: 2.55rem; }
  .service-hero__art { min-height: 330px; }
  .service-hero__icon { width: 120px; height: 120px; border-radius: 34px; font-size: 2.5rem; }
  .service-hero__pill { font-size: .62rem; }
  .service-hero__pill--one { left: 0; }
  .capability-list, .form-grid, .project-facts { grid-template-columns: 1fr; }
  .about-mosaic { min-height: 390px; }
  .about-mosaic__large { padding: 30px; }
  .about-mosaic__large strong { font-size: 1.25rem; }
  .contact-form-wrap { padding: 24px 18px; }
  .contact-info__cards strong { font-size: .72rem; }
  .location-card__map { min-height: 280px; }
  .project-filters { justify-content: flex-start; margin-top: -12px; }
  .project-detail-hero { padding: 65px 0 145px; }
  .project-showcase { margin-top: -100px; }
  .project-showcase__stage { min-height: 335px; padding: 18px 15px 0; }
  .project-showcase__desktop { border-width: 4px; border-radius: 10px; }
  .project-showcase__mobile { right: 10px; bottom: -10px; width: 86px; height: 190px; padding: 4px; border-radius: 17px; }
  .project-showcase__mobile img { border-radius: 13px; }
  .legal-nav { margin-inline: -15px; padding: 14px 15px; border-right: 0; border-left: 0; border-radius: 0; }
  .legal-nav .button { display: none; }
  .legal-content section { margin-bottom: 36px; }
  .site-footer { padding-top: 35px; }
  .footer-cta { gap: 21px; margin-bottom: 46px; padding: 29px 22px; border-radius: 21px; }
  .footer-cta h2 { font-size: 1.55rem; }
  .footer-cta .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; padding-bottom: 42px; }
  .footer-column h2 { margin-bottom: 19px; }
  .footer-bottom p { align-items: flex-start; flex-direction: column; gap: 5px; }
  .footer-bottom p span { padding-left: 0; border-left: 0; }
  .footer-bottom { align-items: flex-start; padding: 22px 0; flex-direction: column; }
  .footer-bottom > div { align-items: flex-start; flex-wrap: wrap; gap: 10px 17px; }
  .whatsapp-float { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); width: 50px; padding: 0; justify-content: center; }
  .cookie-banner-visible .whatsapp-float { bottom: calc(330px + env(safe-area-inset-bottom)); }
  .whatsapp-float span { display: none; }
  .cookie-banner { right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 10px; max-height: min(72dvh, 440px); overflow-y: auto; grid-template-columns: auto 1fr; gap: 12px; padding: 15px; }
  .cookie-banner__icon { width: 38px; height: 38px; }
  .cookie-banner__actions { display: grid; grid-template-columns: repeat(2, 1fr); }
  .cookie-banner__actions .button:last-child { grid-column: 1/-1; }
  .cookie-modal__dialog { padding: 27px 20px; }
  .cookie-option { align-items: flex-start; }
  .cookie-modal__actions { flex-direction: column-reverse; }
  .cookie-modal__actions .button { width: 100%; }
}

@media (max-width: 390px) {
  .container, .content-narrow { width: min(calc(100% - 24px), var(--container)); }
  .topbar__links { gap: 4px; }
  .topbar__links a { padding-inline: 6px; font-size: .58rem; }
  .site-navigation { padding-inline: 0; }
  .mobile-nav__head { padding-inline: 18px; }
  .site-navigation .menu, .mobile-nav__footer { width: calc(100% - 24px); }
  .hero__content h1 { font-size: 2.45rem; }
  .hero-studio__modules { grid-template-columns: 1fr; }
  .studio-module--main { display: none; }
  .studio-module--services { grid-template-columns: 1fr; }
  .studio-module--services span { min-height: 50px; font-size: .61rem; }
  .project-card__meta h3 { font-size: 1.05rem; }
  .contact-info__cards > a { grid-template-columns: 42px minmax(0, 1fr) auto; padding: 12px; }
  .contact-info__cards > a > span { width: 42px; height: 42px; }
}

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