:root {
  --navy: #071b33;
  --navy-2: #0c2948;
  --ink: #10243b;
  --cyan: #00b8c8;
  --cyan-bright: #20d1dc;
  --white: #fff;
  --mist: #eef4f7;
  --line: rgba(7, 27, 51, .14);
  --max: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Montserrat, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .8rem 1rem; background: white; color: var(--navy); }
.skip-link:focus { top: 1rem; }
.topbar { height: 82px; padding: 0 max(28px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; position: fixed; top: 0; left: 0; right: 0; z-index: 50; color: white; background: linear-gradient(180deg, rgba(4,17,32,.88), rgba(4,17,32,.45), transparent); transition: .25s ease; }
.topbar.scrolled { height: 70px; background: rgba(7,27,51,.96); box-shadow: 0 12px 34px rgba(0,0,0,.14); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; line-height: 1; }
.brand img { display: block; width: 182px; height: auto; }
.hero { min-height: 100svh; position: relative; background: var(--navy); color: white; display: grid; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url("assets/terraza-tarifa.png") center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,20,38,.98) 0%, rgba(5,20,38,.9) 34%, rgba(5,20,38,.32) 65%, rgba(5,20,38,.1) 100%), linear-gradient(0deg, rgba(4,15,29,.55), transparent 50%); }
.hero::after { content: ""; position: absolute; right: -12vw; bottom: -20vh; width: 50vw; height: 52vh; background: var(--cyan); transform: skewX(-32deg); opacity: .88; mix-blend-mode: multiply; }
.hero-copy { position: relative; z-index: 2; width: min(760px, calc(100% - 56px)); margin-left: max(28px, calc((100vw - var(--max)) / 2)); padding: 140px 0 100px; }
.eyebrow { margin: 0 0 1.25rem; color: var(--cyan-bright); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #008b9a; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3.2rem, 7vw, 6.8rem); line-height: .91; letter-spacing: -.06em; font-weight: 900; text-transform: uppercase; }
h1 em { color: var(--cyan-bright); font-style: normal; }
.hero-lead { max-width: 650px; font-size: clamp(1.05rem, 1.65vw, 1.38rem); line-height: 1.6; color: rgba(255,255,255,.82); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 1.4rem; font-weight: 800; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--cyan-bright); box-shadow: 0 14px 36px rgba(0,184,200,.25); }
.statement { max-width: var(--max); margin: auto; padding: 120px 28px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.5rem; align-items: start; position: relative; }
.statement h2, .services h2, .method h2, .contact h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: .98; letter-spacing: -.055em; }
.large-copy { max-width: 630px; font-size: clamp(1.25rem, 2.3vw, 2rem); line-height: 1.4; color: #5c6b78; }
.market-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.market-cards article { background: var(--navy); color: white; padding: 2rem 1.5rem; min-height: 230px; display: flex; flex-direction: column; justify-content: flex-end; }
.market-cards article.turquoise { background: var(--cyan); color: var(--navy); }
.market-cards span { font-weight: 800; letter-spacing: .12em; font-size: .72rem; }
.market-cards strong { display: block; font-size: clamp(3rem, 5vw, 5.2rem); line-height: 1; letter-spacing: -.06em; margin: .55rem 0; }
.market-cards p { margin: 0; font-size: .78rem; font-weight: 600; }
.market-message { grid-column: 2; margin: 0; text-align: right; font-size: 1.15rem; line-height: 1.45; }
.market-message strong { color: #008c9b; }
.journey { background: var(--navy); color: white; padding: 110px max(28px, calc((100vw - var(--max)) / 2)); }
.section-intro { max-width: 820px; }
.section-intro h2 { font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.05em; }
.journey-track { list-style: none; padding: 0; margin: 4.5rem 0 0; display: grid; grid-template-columns: repeat(5, 1fr); }
.journey-track li { position: relative; padding: 1.7rem 1rem 1.2rem 0; border-top: 2px solid rgba(255,255,255,.18); }
.journey-track li::before { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--cyan-bright); top: -7px; left: 0; box-shadow: 0 0 0 8px rgba(32,209,220,.08); }
.journey-track span { color: var(--cyan-bright); font-size: .68rem; font-weight: 800; }
.journey-track b { display: block; font-size: 1.22rem; margin: 1rem 0 .4rem; }
.journey-track p { margin: 0; color: rgba(255,255,255,.62); font-size: .85rem; }
.services { padding: 120px max(28px, calc((100vw - var(--max)) / 2)); background: #f7fafb; }
.services-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 4rem; align-items: end; margin-bottom: 4rem; }
.services-heading > p { color: #5e6e7c; line-height: 1.75; font-size: 1rem; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(7,27,51,.12); border: 1px solid rgba(7,27,51,.12); }
.service-grid article { background: white; padding: 2.6rem; min-height: 390px; transition: .25s ease; }
.service-grid article:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(7,27,51,.12); position: relative; z-index: 2; }
.service-code { color: #008c9b; font-weight: 800; font-size: .72rem; letter-spacing: .12em; }
.service-grid h3 { font-size: clamp(1.55rem, 2.5vw, 2.25rem); letter-spacing: -.04em; line-height: 1.1; margin: 1.3rem 0 2rem; max-width: 460px; }
.service-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .9rem; color: #596a78; font-size: .9rem; }
.service-grid li { position: relative; padding-left: 1.5rem; line-height: 1.5; }
.service-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 900; }
.method { background: var(--navy); color: white; padding: 120px max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.method-lead { position: sticky; top: 120px; align-self: start; }
.method h2 { max-width: 630px; }
.method-steps { border-top: 1px solid rgba(255,255,255,.18); }
.method-steps article { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 2.1rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.method-steps span { color: var(--cyan-bright); font-size: .72rem; font-weight: 800; }
.method-steps h3 { margin-bottom: .65rem; font-size: 1.35rem; }
.method-steps p { margin: 0; color: rgba(255,255,255,.6); line-height: 1.65; }
.promise { position: relative; overflow: hidden; padding: 120px max(28px, calc((100vw - var(--max)) / 2)); background: var(--cyan); color: var(--navy); }
.promise::after { content: ""; position: absolute; width: 42vw; height: 150%; right: -20vw; top: -25%; background: rgba(255,255,255,.24); transform: skewX(-25deg); }
.promise > p { font-size: 1rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.promise-words { display: flex; flex-wrap: wrap; gap: .1em .25em; max-width: 1100px; position: relative; z-index: 2; }
.promise-words span { color: var(--navy); font-size: clamp(2.5rem, 6.2vw, 6.3rem); line-height: 1.05; font-weight: 900; letter-spacing: -.035em; }
.quote { max-width: var(--max); margin: auto; padding: 120px 28px; display: grid; grid-template-columns: 130px 1fr 280px; gap: 2rem; align-items: center; }
.quote-mark { color: var(--cyan); font-size: 12rem; line-height: .6; font-weight: 900; }
blockquote { margin: 0; }
blockquote p { font-size: clamp(2rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.05em; font-weight: 800; }
blockquote cite { font-size: .8rem; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.quote-note { border-left: 3px solid var(--cyan); padding-left: 1.4rem; font-size: .92rem; line-height: 1.7; color: #60707c; }
.contact { background: var(--navy); color: white; padding: 120px max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.9); font-size: 1.25rem; font-weight: 700; line-height: 1.6; }
.contact-card { background: white; color: var(--navy); padding: 2.5rem; border-top: 8px solid var(--cyan); }
.contact-card h3 { font-size: 1.7rem; line-height: 1.2; }
.contact-details { display: grid; margin-top: 1.8rem; border-top: 1px solid var(--line); }
.contact-item { display: grid; gap: .35rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-item strong { color: #008c9b; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-value { display: flex; align-items: center; gap: .65rem; font-size: 1rem; font-weight: 700; overflow-wrap: anywhere; }
.contact-value svg { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; fill: none; stroke: var(--cyan); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 24px max(28px, calc((100vw - var(--max)) / 2)); background: #041426; color: white; }
.footer-brand img { width: 205px; }
footer p { margin: 0; font-size: .7rem; font-weight: 800; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .1em; }
@media (max-width: 900px) {
  .statement { grid-template-columns: 1fr; }
  .market-cards, .market-message { grid-column: 1; }
  .services-heading, .method, .contact { grid-template-columns: 1fr; gap: 3rem; }
  .method-lead { position: static; }
  .quote { grid-template-columns: 80px 1fr; }
  .quote-note { grid-column: 2; }
  .journey-track { grid-template-columns: 1fr; }
  .journey-track li { padding: 1.5rem 0 1.5rem 2rem; border-top: 0; border-left: 2px solid rgba(255,255,255,.18); }
  .journey-track li::before { top: 1.65rem; left: -7px; }
}
@media (max-width: 620px) {
  .topbar { height: 70px; padding-inline: 18px; }
  .brand img { width: 150px; }
  .hero-copy { width: calc(100% - 36px); margin-left: 18px; padding-top: 120px; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,20,38,.97), rgba(5,20,38,.67)), linear-gradient(0deg, rgba(4,15,29,.6), transparent); }
  .statement, .services, .journey, .method, .promise, .contact, .quote { padding-top: 82px; padding-bottom: 82px; }
  .statement { padding-inline: 18px; grid-template-columns: 1fr; gap: 1.6rem; }
  .statement-copy, .market-cards, .market-message { grid-column: 1; }
  .market-cards { grid-template-columns: 1fr 1fr; }
  .market-cards article { padding: 1.2rem; min-height: 180px; }
  .service-grid { grid-template-columns: 1fr; }
  .services-heading { gap: 1rem; }
  .service-grid article { min-height: auto; padding: 2rem 1.4rem; }
  .quote { grid-template-columns: 1fr; }
  .quote-mark { font-size: 8rem; height: 54px; }
  .quote-note { grid-column: 1; }
  footer { flex-direction: column; align-items: flex-start; padding-block: 34px; }
  .footer-brand-right { margin-top: .5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
