/* Kreativa Digital 1.0 — estilos compartidos entre el editor y el sitio. */

:root {
  --ink: #081a33;
  --ink-soft: #41516a;
  --brand: #075fe8;
  --brand-dark: #064bb4;
  --cyan: #20a8ef;
  --navy: #06172f;
  --navy-2: #0b2447;
  --surface: #f4f8fd;
  --surface-blue: #edf5ff;
  --line: #dce6f2;
  --white: #ffffff;
  --success: #087f5b;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow: 0 20px 60px rgba(8, 34, 73, .11);
  --shadow-soft: 0 10px 30px rgba(8, 34, 73, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-geist), "Avenir Next", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.wp-site-blocks,
.wp-site-blocks > *,
.entry-content,
.entry-content > *,
.kreativa-main > * { margin-block-start: 0; }
.wp-site-blocks { padding: 0; }
.wp-block-post-content { margin: 0; }
.alignfull { width: 100%; max-width: none; }
.wp-block-group.container { padding-inline: 0; }
.wp-block-group.is-layout-flow > * { margin-block-start: 0; }
.wp-block-group.is-layout-flow > * + * { margin-block-start: var(--wp--style--block-gap, 1.5rem); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
p { margin: 0; color: var(--ink-soft); line-height: 1.75; }
h1, h2, h3 { margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 5.5vw, 5.8rem); line-height: .98; font-weight: 720; }
h2 { font-size: clamp(2.15rem, 3.6vw, 3.65rem); line-height: 1.06; font-weight: 700; }
h3 { font-size: 1.35rem; line-height: 1.2; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; background: var(--navy); color: white; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.91);
  border-bottom: 1px solid rgba(220,230,242,.78);
  backdrop-filter: blur(18px);
}
.header-inner { height: 82px; display: grid !important; grid-template-columns: 190px 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: fit-content; }
.brand.wp-block-image { margin: 0; }
.brand img { width: 152px; height: auto; }
.kreativa-nav { justify-self: center; display: flex; align-items: center; gap: 34px; }
.kreativa-nav a { color: #263750; font-size: .96rem; font-weight: 600; }
.kreativa-nav a:hover, .kreativa-nav a:focus-visible { color: var(--brand); }
.kreativa-nav .wp-block-navigation__responsive-container-open { display: none; }
.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 24px; border: 0; border-radius: 999px; cursor: pointer;
  background: var(--brand); color: var(--white); font-weight: 700;
  box-shadow: 0 10px 25px rgba(7, 95, 232, .24);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--brand-dark); box-shadow: 0 14px 28px rgba(7,95,232,.3); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(32,168,239,.5); outline-offset: 4px; }
.button-small { min-height: 46px; padding-inline: 20px; font-size: .93rem; }
.wp-block-button.button .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: inherit; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; box-shadow: none; }
.wp-block-button.button { display: inline-flex; }
.wp-block-button.is-style-outline.text-link .wp-block-button__link { border: 0; padding: 0; background: transparent; color: var(--brand); }
.button-white { background: white; color: var(--navy); box-shadow: none; }
.button-white:hover { background: #eaf4ff; color: var(--navy); }
.text-link, .card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-weight: 750; }
.text-link svg, .card-link svg { transition: transform .2s ease; }
.text-link:hover svg, .card-link:hover svg { transform: translateX(4px); }
.mobile-menu { display: none; position: relative; }

.hero {
  position: relative; overflow: hidden; min-height: 760px; display: grid; align-items: center;
  padding: 88px 0 96px;
  background:
    radial-gradient(circle at 88% 12%, rgba(32,168,239,.14), transparent 28%),
    radial-gradient(circle at 72% 88%, rgba(7,95,232,.12), transparent 30%),
    linear-gradient(135deg, #fff 5%, #f7fbff 60%, #eef6ff 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(7,95,232,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(7,95,232,.12) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, transparent 40%, black); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }
.hero-copy { max-width: 620px; }
.eyebrow { margin-bottom: 20px; color: #0753c8; font-size: .78rem; line-height: 1.2; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 23px; height: 2px; vertical-align: middle; margin: 0 9px 3px 0; background: var(--cyan); }
.hero h1 em, .hero h1 mark { padding: 0; background: transparent; color: var(--brand); font-style: normal; }
.hero-lead { margin-top: 30px; max-width: 590px; font-size: 1.18rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof span, .hero-proof p { display: inline-flex; align-items: center; gap: 7px; margin: 0; font-size: .88rem; font-weight: 700; color: #42536c; }
.hero-proof svg { color: var(--success); }
.hero-stage { position: relative; min-height: 525px; display: grid; place-items: center; }
.stage-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(7,95,232,.23), rgba(32,168,239,.05) 53%, transparent 69%); filter: blur(10px); }
.hero-picture { position: relative; z-index: 2; display: block; width: min(760px, 116%); overflow: hidden; border: 8px solid rgba(255,255,255,.92); border-radius: 28px; background: white; box-shadow: 0 38px 90px rgba(8,35,78,.2); transform: rotate(.8deg); }
.hero-picture img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.browser-card { position: relative; z-index: 2; width: min(620px, 100%); overflow: hidden; border: 8px solid rgba(255,255,255,.9); border-radius: 25px; background: white; box-shadow: 0 38px 90px rgba(8,35,78,.2); transform: rotate(1.5deg); }
.browser-bar { height: 44px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; padding: 0 14px; background: #eff4fa; color: #728198; font-size: .65rem; }
.browser-bar div { display: flex; gap: 5px; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #b6c3d4; }
.browser-bar span { justify-self: center; padding: 4px 24px; background: white; border-radius: 20px; }
.browser-bar b { justify-self: end; }
.browser-content { min-height: 340px; padding: 24px; background: linear-gradient(145deg, #fbfdff, #eaf3ff); }
.mock-nav { display: flex; justify-content: space-between; font-size: .56rem; color: #64758e; }
.mock-nav strong { color: var(--navy); letter-spacing: .12em; }
.mock-hero { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; min-height: 225px; gap: 22px; }
.mock-hero small { font-size: .48rem; color: var(--brand); font-weight: 800; letter-spacing: .14em; }
.mock-hero h2 { margin: 10px 0 22px; font-size: 1.4rem; line-height: 1.1; }
.mock-button { display: inline-block; padding: 8px 13px; border-radius: 20px; background: var(--brand); color: white; font-size: .56rem; font-weight: 700; }
.mock-art { position: relative; height: 160px; border-radius: 80px 18px 70px 20px; background: linear-gradient(145deg, var(--brand), #43c5f5); box-shadow: inset -20px -20px 50px rgba(5,39,87,.18); }
.mock-art::before { content: ""; position: absolute; width: 80px; height: 80px; border: 14px solid rgba(255,255,255,.72); border-radius: 50%; left: 37px; top: 28px; }
.mock-art i { position: absolute; display: block; background: white; border-radius: 50%; box-shadow: 0 6px 18px rgba(4,36,78,.18); }
.mock-art i:nth-child(1) { width: 26px; height: 26px; top: 22px; right: 18px; }
.mock-art i:nth-child(2) { width: 18px; height: 18px; bottom: 22px; left: 18px; }
.mock-art i:nth-child(3) { width: 12px; height: 12px; bottom: 18px; right: 42px; }
.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfdaea; padding-top: 16px; color: #6b7b92; font-size: .55rem; }
.mock-stats b { display: block; color: var(--navy); font-size: .9rem; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 12px 15px; background: rgba(255,255,255,.94); border: 1px solid rgba(220,230,242,.9); border-radius: 15px; box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); }
.floating-card > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: #e9f4ff; color: var(--brand); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: #78879d; font-size: .62rem; }
.floating-card strong { margin-top: 2px; font-size: .77rem; }
.floating-result { left: -8px; top: 102px; }
.floating-care { right: -13px; bottom: 77px; }

.sector-strip { border-block: 1px solid var(--line); background: white; }
.sector-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sector-inner p { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: #8290a4; }
.sector-inner p:not(:first-child) { color: #2a3c56; font-size: .93rem; font-weight: 680; letter-spacing: 0; text-transform: none; }
.sector-inner span { font-size: .93rem; font-weight: 680; color: #2a3c56; }
.sector-inner i { width: 4px; height: 4px; border-radius: 50%; background: #9fc4f3; }

.section-heading { margin-bottom: 56px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .65fr; gap: 90px; align-items: end; }
.split-heading > p, .split-heading > div > p:last-child { max-width: 470px; justify-self: end; }
.centered-heading { max-width: 770px; margin-inline: auto; text-align: center; }
.centered-heading > p:last-child { margin-top: 18px; }
.services-section { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 500px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 1px 0 rgba(8,26,51,.02); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #b8d5f7; box-shadow: var(--shadow); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 44px; }
.icon-box { width: 52px; height: 52px; display: inline-grid; place-items: center; border-radius: 15px; background: var(--surface-blue); color: var(--brand); }
.card-number { color: #a9b6c8; font-size: .78rem; font-weight: 800; letter-spacing: .13em; }
.service-card > .card-number { align-self: flex-end; margin: 0 0 30px; }
.service-card h3 { font-size: 1.55rem; }
.service-card > p { margin-top: 16px; }
.service-card ul { display: grid; gap: 10px; padding: 0; margin: 24px 0 34px; list-style: none; }
.service-card li { display: flex; align-items: center; gap: 9px; color: #32445d; font-size: .9rem; font-weight: 620; }
.service-card li svg { color: var(--success); }
.service-card .card-link { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }

.portfolio-section { background: var(--navy); color: white; }
.light-heading h2, .light-heading p { color: white; }
.light-heading > div:last-child > p { color: #bac8dc; }
.eyebrow-light { color: #74c9ff; }
.text-link-light { margin-top: 18px; color: #81d2ff; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.project-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.06); transition: transform .25s ease, border-color .25s ease; }
.project-card:hover { transform: translateY(-6px); border-color: rgba(129,210,255,.5); }
.project-visual { height: 252px; padding: 28px 27px 0; overflow: hidden; position: relative; }
.visual-corporate { background: linear-gradient(135deg, #d9eaff, #7aaeff); }
.visual-wellness { background: linear-gradient(135deg, #e7f2e9, #88c6a1); }
.visual-commerce { background: linear-gradient(135deg, #fff0db, #efad62); }
.project-browser { height: 26px; display: flex; gap: 5px; align-items: center; padding: 0 10px; background: rgba(255,255,255,.82); border-radius: 10px 10px 0 0; }
.project-browser span { width: 5px; height: 5px; border-radius: 50%; background: rgba(8,26,51,.28); }
.project-browser small { overflow: hidden; margin-left: 5px; color: rgba(8,26,51,.6); font-size: .52rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.project-layout { position: relative; height: 205px; padding: 26px; background: rgba(255,255,255,.93); box-shadow: 0 15px 35px rgba(8,26,51,.12); }
.project-layout i, .project-layout b, .project-layout em, .project-layout small { display: block; border-radius: 4px; }
.project-layout i { width: 36%; height: 8px; background: var(--navy); }
.project-layout b { width: 64%; height: 14px; margin-top: 26px; background: rgba(8,26,51,.88); }
.project-layout em { width: 52%; height: 7px; margin-top: 10px; background: #b9c8da; }
.project-layout small { width: 32%; height: 22px; margin-top: 18px; background: var(--brand); }
.project-layout::after { content: ""; position: absolute; width: 88px; height: 88px; border-radius: 18px; right: 22px; top: 52px; background: linear-gradient(145deg, rgba(7,95,232,.9), rgba(32,168,239,.55)); }
.visual-wellness .project-layout::after { background: linear-gradient(145deg, #286b53, #79c79f); border-radius: 50%; }
.visual-commerce .project-layout::after { background: linear-gradient(145deg, #172238, #ed8f35); transform: rotate(8deg); }
.visual-agency { --project-accent: #2068ed; --project-deep: #081c3b; background: linear-gradient(135deg, #dce9ff, #82aefa); }
.visual-beauty { --project-accent: #bd3767; --project-deep: #491329; background: linear-gradient(135deg, #fae2eb, #e79ab7); }
.visual-impact { --project-accent: #2e8a5b; --project-deep: #153b2d; background: linear-gradient(135deg, #dbf0e3, #79bd91); }
.visual-auto { --project-accent: #dc3636; --project-deep: #252a34; background: linear-gradient(135deg, #e7ebf0, #9aa4b3); }
.visual-news { --project-accent: #df263b; --project-deep: #181b24; background: linear-gradient(135deg, #eceef2, #aeb5c0); }
.visual-experiential { --project-accent: #ff741f; --project-deep: #402376; background: linear-gradient(135deg, #f1e5ff, #ba8ee5); }
.real-project-layout { min-height: 205px; padding: 20px; background: rgba(255,255,255,.94); box-shadow: 0 15px 35px rgba(8,26,51,.12); }
.real-project-nav { display: flex; align-items: center; gap: 7px; }
.real-project-nav strong { margin-right: auto; color: var(--project-deep); font-size: .72rem; letter-spacing: .04em; }
.real-project-nav i { width: 28px; height: 4px; border-radius: 6px; background: #cbd4df; }
.real-project-hero { position: relative; min-height: 103px; display: flex; flex-direction: column; justify-content: center; margin-top: 13px; padding: 17px; overflow: hidden; border-radius: 12px; background: linear-gradient(120deg, color-mix(in srgb, var(--project-accent) 15%, white), #f7f9fc); }
.real-project-hero::after { content: ""; position: absolute; width: 94px; height: 94px; right: -21px; top: 5px; border-radius: 24px; background: linear-gradient(145deg, var(--project-accent), var(--project-deep)); transform: rotate(20deg); opacity: .94; }
.real-project-hero small { position: relative; z-index: 1; color: var(--project-accent); font-size: .5rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.real-project-hero b { position: relative; z-index: 1; width: 64%; margin-top: 6px; color: var(--project-deep); font-size: .86rem; line-height: 1.1; }
.real-project-hero em { position: relative; z-index: 1; width: 34px; height: 7px; margin-top: 10px; border-radius: 10px; background: var(--project-accent); }
.real-project-blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 10px; }
.real-project-blocks i { height: 32px; border-radius: 7px; background: #edf1f6; }
.project-content { padding: 28px; }
.project-type { color: #7ecfff; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.project-content h3 { margin-top: 10px; color: white; font-size: 1.38rem; }
.project-content > p:not(.project-type) { margin-top: 14px; color: #bdc9da; font-size: .92rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.tag-list span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #d8e4f2; font-size: .69rem; }
.project-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 23px; color: #82d3ff; font-size: .84rem; font-weight: 760; }
.project-link svg { transition: transform .2s ease; }
.project-link:hover svg { transform: translate(2px, -2px); }
.portfolio-note { margin-top: 24px; color: #8495ad; font-size: .78rem; text-align: center; }

.testimonials-section { background: #fff; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card { min-height: 340px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #fff, #f7faff); box-shadow: var(--shadow-soft); }
.testimonial-card::before { content: "“"; height: 40px; color: #a8cdf8; font-family: Georgia, serif; font-size: 4.8rem; line-height: .7; }
.testimonial-status { width: fit-content; margin: 10px 0 22px; padding: 6px 9px; border-radius: 999px; background: #fff5dd; color: #815c00; font-size: .62rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.testimonial-card blockquote { margin: 0; color: #263a55; font-size: 1rem; line-height: 1.7; }
.testimonial-card > div { margin-top: auto; padding-top: 24px; }
.testimonial-card strong, .testimonial-card small { display: block; }
.testimonial-card strong { color: var(--ink); font-size: .9rem; }
.testimonial-card small { margin-top: 5px; color: #75859b; font-size: .76rem; }

.approach-section { background: white; }
.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.approach-panel h2 { margin-bottom: 24px; }
.approach-panel .text-link { margin-top: 28px; }
.principles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.principles-grid article { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.principles-grid article > svg { color: var(--brand); }
.principles-grid h3 { margin-top: 27px; }
.principles-grid p { margin-top: 10px; font-size: .9rem; }

.process-section { background: var(--surface); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.process-grid::before { content: ""; position: absolute; left: 10%; right: 10%; top: 30px; height: 1px; background: #bdd0e8; }
.process-grid article { position: relative; z-index: 1; padding: 0 27px; text-align: center; }
.process-grid span { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 26px; border: 7px solid var(--surface); border-radius: 50%; background: var(--brand); color: white; font-size: .76rem; font-weight: 800; }
.process-grid h3 { font-size: 1.1rem; }
.process-grid p { margin-top: 12px; font-size: .86rem; }

.cta-section { padding: 60px 0; background: white; }
.cta-band { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 58px 64px; border-radius: var(--radius-lg); background: linear-gradient(120deg, #064cb8, #0876ed 58%, #1cb1ed); color: white; box-shadow: 0 24px 60px rgba(7,95,232,.25); }
.cta-band::after { content: ""; position: absolute; width: 300px; height: 300px; right: -95px; top: -150px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.04), 0 0 0 90px rgba(255,255,255,.03); }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { max-width: 730px; font-size: clamp(2rem, 3vw, 3rem); }
.cta-band > div > p:last-child { margin-top: 14px; color: #dcedff; }
.cta-band .button { flex: 0 0 auto; }

.contact-preview { background: #f9fbfe; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.contact-copy { padding-top: 34px; }
.contact-copy h2 { font-size: clamp(2.2rem, 3.5vw, 3.5rem); }
.contact-copy > p:not(.eyebrow) { margin-top: 24px; }
.contact-points { display: grid; gap: 15px; margin-top: 36px; }
.contact-points span, .contact-points a { display: flex; align-items: center; gap: 11px; color: #30425c; font-size: .9rem; font-weight: 660; }
.contact-points a:hover { color: var(--brand); }
.contact-points svg { color: var(--brand); }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-heading { display: flex; gap: 15px; align-items: center; margin-bottom: 30px; }
.form-heading h2 { font-size: 1.45rem; }
.form-heading p { margin-top: 5px; font-size: .82rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid label { display: grid; gap: 8px; color: #233650; font-size: .82rem; font-weight: 720; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #ccd8e6; border-radius: 11px; background: #fbfdff; color: var(--ink); outline: 0; }
.form-grid input, .form-grid select { height: 50px; padding: 0 14px; }
.form-grid textarea { resize: vertical; min-height: 135px; padding: 14px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(7,95,232,.1); }
.form-full { grid-column: 1 / -1; }
.form-actions { display: flex; align-items: center; gap: 20px; margin-top: 24px; }
.form-actions p { max-width: 270px; font-size: .72rem; line-height: 1.45; }
.form-status { min-height: 22px; margin-top: 13px; color: var(--success); font-size: .8rem; font-weight: 700; }

.page-hero { position: relative; overflow: hidden; padding: 112px 0 96px; background: radial-gradient(circle at 85% 20%, rgba(32,168,239,.14), transparent 28%), linear-gradient(145deg, #fff, #eff7ff); text-align: center; }
.page-hero .container { max-width: 880px; }
.page-hero h1 { font-size: clamp(3rem, 5vw, 5rem); }
.page-hero p:not(.eyebrow) { max-width: 700px; margin: 25px auto 0; font-size: 1.08rem; }
.page-hero .hero-actions { justify-content: center; }
.page-section { padding: 100px 0; }
.detail-stack { display: grid; gap: 28px; }
.service-detail { min-height: 560px; overflow: hidden; display: grid; grid-template-columns: .92fr 1.08fr; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-soft); }
.service-detail-media { position: relative; min-height: 560px; overflow: hidden; background: #dceaff; }
.service-detail-media picture { position: absolute; inset: 0; }
.service-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.service-detail:nth-child(even) .service-detail-media { order: 2; }
.service-detail-media::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(to bottom, transparent, rgba(4,20,45,.72)); }
.service-detail-media figcaption { position: absolute; left: 28px; right: 28px; bottom: 27px; z-index: 1; display: flex; align-items: center; gap: 11px; color: white; font-size: .86rem; font-weight: 750; }
.service-detail-media figcaption span { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.45); border-radius: 11px; background: rgba(7,34,72,.42); backdrop-filter: blur(8px); font-size: .68rem; }
.service-detail-body { display: flex; flex-direction: column; justify-content: center; padding: 52px; }
.service-detail-body > p:not(.detail-index) { margin-top: 25px; font-size: 1.02rem; }
.detail-index { display: flex; align-items: center; gap: 14px; color: var(--brand); font-weight: 800; }
.detail-index > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: var(--surface-blue); }
.service-detail h2 { margin-top: 24px; font-size: clamp(2rem, 3vw, 3rem); }
.service-detail-copy { margin-top: 25px; }
.service-detail-copy > p { font-size: 1.02rem; }
.deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin: 27px 0; padding: 0; list-style: none; }
.deliverables li { display: flex; gap: 9px; align-items: center; color: #31445d; font-size: .9rem; font-weight: 630; }
.deliverables svg { color: var(--success); }
.service-outcome { padding: 18px 20px; border-left: 3px solid var(--brand); border-radius: 0 12px 12px 0; background: var(--surface-blue); color: #23405f; font-size: .9rem; }
.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.model-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.model-card strong { display: block; margin-bottom: 12px; color: var(--brand); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.model-card p { margin-top: 12px; font-size: .9rem; }
.service-landing-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start; }
.single-entry, .single-project { padding: 100px 24px; }
.single-entry > h1, .single-project > h1 { max-width: 900px; font-size: clamp(2.8rem, 5vw, 5rem); }
.single-entry > .wp-block-post-featured-image, .single-project > .wp-block-post-featured-image { margin-block: 42px; overflow: hidden; border-radius: var(--radius); }
.blog-card { overflow: hidden; padding-bottom: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.blog-card > *:not(.wp-block-post-featured-image) { margin-inline: 26px; }
.not-found { min-height: 65vh; display: grid; align-content: center; padding: 90px 24px; text-align: center; }

.portfolio-page { background: var(--surface); }
.case-list { display: grid; gap: 34px; }
.case-study { overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-soft); }
.case-study:nth-child(even) .case-art { order: 2; }
.case-art { min-height: 430px; display: grid; place-items: center; padding: 50px; }
.case-art .project-visual { width: 100%; height: 310px; border-radius: 20px; box-shadow: 0 24px 50px rgba(8,26,51,.16); transform: rotate(-2deg); }
.case-study:nth-child(even) .project-visual { transform: rotate(2deg); }
.case-copy { padding: 54px; }
.case-copy h2 { margin-top: 12px; font-size: clamp(2rem, 3vw, 2.9rem); }
.case-copy > p { margin-top: 20px; }
.case-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.case-meta strong, .case-meta span { display: block; }
.case-meta strong { margin-bottom: 7px; color: #73839a; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.case-meta span { color: #263a55; font-size: .88rem; font-weight: 660; }
.case-copy .tag-list span { border-color: #cad9ea; color: #415673; }
.project-link-dark { color: var(--brand); }

.about-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.about-visual { position: relative; min-height: 500px; overflow: hidden; border-radius: var(--radius-lg); background: #0c4f9c; box-shadow: var(--shadow); }
.about-visual picture { position: absolute; inset: 0; }
.about-visual img { width: 100%; height: 100%; object-fit: cover; }
.about-visual::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(to bottom, transparent, rgba(4,20,45,.72)); }
.about-visual-content { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 1; width: min(390px, calc(100% - 56px)); padding: 18px 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: rgba(5,24,52,.62); color: white; backdrop-filter: blur(10px); }
.about-visual-content small, .about-visual-content strong { display: block; }
.about-visual-content small { color: #78ccff; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.about-visual-content strong { margin-top: 8px; font-size: 1rem; line-height: 1.35; }
.about-copy h2 { margin-bottom: 24px; }
.about-copy p + p { margin-top: 18px; }
.about-quote { margin: 26px 0 0; padding: 18px 20px; border-left: 3px solid var(--brand); border-radius: 0 12px 12px 0; background: var(--surface-blue); color: #23405f; font-size: 1rem; font-weight: 650; line-height: 1.55; }
.leadership-card { display: flex; gap: 19px; align-items: center; margin-top: 32px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.leadership-avatar { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: linear-gradient(145deg, var(--brand), var(--cyan)); color: white; font-size: 1.2rem; font-weight: 800; }
.leadership-card strong, .leadership-card span { display: block; }
.leadership-card span { margin-top: 4px; color: #65758c; font-size: .82rem; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }
.value-card { padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.value-card svg { color: var(--brand); }
.value-card h3 { margin-top: 24px; }
.value-card p { margin-top: 11px; font-size: .87rem; }

.faq-list { max-width: 900px; display: grid; gap: 13px; margin-inline: auto; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: white; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 24px; cursor: pointer; color: var(--ink); font-weight: 720; list-style: none; }
.faq-list summary::after { content: "+"; color: var(--brand); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 24px 24px; }

.contact-page-section { background: var(--surface); }
.contact-info-card { padding: 38px; border-radius: var(--radius); background: var(--navy); color: white; }
.contact-info-card h2 { font-size: 2rem; }
.contact-info-card > p { margin-top: 16px; color: #b9c7da; }
.contact-info-list { display: grid; gap: 16px; margin-top: 32px; }
.contact-info-list a, .contact-info-list span { display: flex; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #e8f2ff; }
.contact-info-list svg { color: #77ceff; }

.site-footer { padding: 76px 0 28px; background: #051327; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .8fr .9fr; gap: 60px; }
.footer-grid > div:not(.footer-intro) { display: flex; flex-direction: column; gap: 13px; }
.footer-brand { display: inline-flex; align-items: center; width: fit-content; }
.footer-brand img { width: 220px; height: auto; filter: drop-shadow(0 8px 24px rgba(55,174,255,.13)); }
.footer-intro > p { max-width: 340px; margin-top: 21px; color: #9eafc6; font-size: .88rem; }
.footer-email { display: flex; width: fit-content; gap: 9px; align-items: center; margin-top: 19px; color: #d9e9fb; font-size: .84rem; }
.footer-email + .footer-email { margin-top: 11px; }
.social-links { display: flex; gap: 9px; margin-top: 18px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; color: #bcd1e9; transition: color .2s ease, background .2s ease, transform .2s ease; }
.social-links a:hover { color: white; background: rgba(255,255,255,.1); transform: translateY(-2px); }
.footer-grid h2 { margin: 7px 0 8px; color: white; font-size: .77rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-intro) > a { display: flex; align-items: center; gap: 8px; color: #a8b8cd; font-size: .85rem; }
.footer-grid > div:not(.footer-intro) > a:hover { color: white; }
.footer-detail { display: flex; gap: 9px; align-items: center; color: #a8b8cd; font-size: .85rem; }
.footer-link { color: #78ceff !important; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.11); color: #71839b; font-size: .72rem; }
.footer-bottom a:hover { color: white; }
.legal-copy { max-width: 840px; }
.legal-copy h2 { margin-top: 42px; font-size: 1.45rem; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { margin-top: 12px; }
.legal-note { margin-top: 44px !important; padding: 20px; border-left: 3px solid var(--brand); background: var(--surface-blue); }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 48; display: inline-flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 19px; border: 2px solid rgba(255,255,255,.88); border-radius: 999px; background: #17a95b; color: white; font-size: .86rem; font-weight: 800; box-shadow: 0 15px 35px rgba(5,70,36,.28); transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #118c4a; }

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .desktop-nav { display: none; }
  .kreativa-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none; }
  .kreativa-nav .wp-block-navigation__responsive-container-open { display: flex; }
  .kreativa-nav .wp-block-navigation__responsive-container.is-menu-open { padding: 32px; background: white; color: var(--ink); }
  .kreativa-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { align-items: flex-start; gap: 20px; }
  .header-cta { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { width: 46px; height: 46px; display: grid; align-content: center; gap: 5px; padding: 0 12px; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { height: 2px; background: var(--ink); border-radius: 2px; }
  .mobile-menu nav { position: absolute; right: 0; top: 58px; width: min(330px, calc(100vw - 32px)); display: grid; gap: 2px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }
  .mobile-menu nav > a:not(.button) { padding: 13px 12px; border-radius: 9px; font-weight: 650; }
  .mobile-menu nav > a:not(.button):hover { background: var(--surface); color: var(--brand); }
  .mobile-menu .button { margin-top: 10px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-stage { width: min(720px, 100%); margin-inline: auto; }
  .hero-picture { width: 100%; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .split-heading > p, .split-heading > div > p:last-child { justify-self: start; }
  .service-grid, .project-grid, .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child, .project-card:last-child { grid-column: 1 / -1; }
  .testimonial-card:last-child { grid-column: 1 / -1; }
  .approach-grid, .contact-grid, .about-intro { grid-template-columns: 1fr; gap: 52px; }
  .service-landing-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 38px 0; }
  .process-grid::before { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .service-detail { min-height: auto; grid-template-columns: 1fr; }
  .service-detail:nth-child(even) .service-detail-media { order: 0; }
  .service-detail-media { min-height: 420px; }
  .service-detail-body { padding: 44px; }
  .case-study { grid-template-columns: 1fr; }
  .case-study:nth-child(even) .case-art { order: 0; }
  .values-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .header-inner { height: 72px; }
  .brand img { width: 132px; }
  .hero { min-height: auto; padding: 70px 0 78px; }
  .hero-grid { gap: 50px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-stage { min-height: 350px; }
  .hero-picture { width: 108%; transform: translateX(-1%) rotate(.5deg); border-width: 5px; border-radius: 20px; }
  .browser-card { width: 108%; transform: translateX(-1%) rotate(1deg); }
  .browser-content { min-height: 270px; padding: 16px; }
  .mock-hero { min-height: 170px; }
  .mock-hero h2 { font-size: .98rem; }
  .mock-art { height: 112px; }
  .mock-art::before { width: 55px; height: 55px; border-width: 9px; left: 25px; top: 20px; }
  .mock-stats span:nth-child(3) { display: none; }
  .mock-stats { grid-template-columns: 1fr 1fr; }
  .floating-card { display: none; }
  .sector-inner { overflow-x: auto; justify-content: flex-start; min-height: 72px; padding-right: 20px; }
  .sector-inner > * { flex: 0 0 auto; }
  .service-grid, .project-grid, .testimonial-grid, .principles-grid, .model-grid, .values-grid { grid-template-columns: 1fr; }
  .service-card:last-child, .project-card:last-child { grid-column: auto; }
  .testimonial-card:last-child { grid-column: auto; }
  .service-card { min-height: auto; }
  .approach-grid { gap: 42px; }
  .process-grid { grid-template-columns: 1fr; gap: 26px; }
  .process-grid article { display: grid; grid-template-columns: 54px 1fr; gap: 4px 18px; padding: 0; text-align: left; }
  .process-grid span { grid-row: 1 / 3; width: 54px; height: 54px; margin: 0; }
  .process-grid p { margin-top: 5px; }
  .cta-section { padding: 34px 0; }
  .cta-band { align-items: flex-start; flex-direction: column; padding: 38px 28px; }
  .contact-form { padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 80px 0 72px; }
  .service-detail { padding: 0; }
  .service-detail-media { min-height: 250px; }
  .service-detail-body { padding: 31px 23px; }
  .service-detail-media figcaption { left: 20px; right: 20px; bottom: 18px; }
  .deliverables { grid-template-columns: 1fr; }
  .case-art { min-height: 300px; padding: 28px; }
  .case-art .project-visual { height: 240px; }
  .case-copy { padding: 32px 24px; }
  .case-meta { grid-template-columns: 1fr; }
  .about-visual { min-height: 390px; }
  .about-visual-content { left: 18px; right: 18px; bottom: 18px; width: calc(100% - 36px); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}

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