/* Canala Studio — SEO pages (ES · CL/AR/MX) — shares tokens.css */

/* ---------- Nav ---------- */
.seo-nav {
  position: sticky; top: 0; z-index: 90;
  background: rgba(245,240,230,0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15,20,25,0.08);
}
.seo-nav .container { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.seo-nav .brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 900; font-size: 15px; letter-spacing: -0.01em; }
.seo-nav .links { display: none; align-items: center; gap: 28px; font-size: 13.5px; font-weight: 500; }
.seo-nav .links a { opacity: 0.75; transition: opacity 0.2s; }
.seo-nav .links a:hover { opacity: 1; }
.seo-nav .btn { padding: 10px 18px; font-size: 12px; }
@media (min-width: 860px) { .seo-nav .links { display: inline-flex; } }

/* ---------- Hero ---------- */
.seo-hero { background: var(--near-black); color: var(--cream); padding: 88px 0 72px; position: relative; overflow: hidden; }
.seo-hero .blob { position: absolute; top: -25%; right: -12%; width: 640px; height: 640px; border-radius: 50%; background: radial-gradient(circle, rgba(217,119,66,0.16), transparent 70%); filter: blur(44px); }
.seo-hero .blob-2 { position: absolute; bottom: -20%; left: -12%; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(0,81,95,0.45), transparent 70%); filter: blur(44px); }
.seo-hero .container { position: relative; z-index: 1; max-width: 960px; }
.seo-hero .eyebrow-mono { color: var(--amber); display: block; margin-bottom: 18px; }
.seo-hero h1 { margin: 0; font-family: var(--font-display); font-weight: 900; font-size: clamp(36px, 5.6vw, 64px); line-height: 1.02; text-transform: uppercase; letter-spacing: -0.02em; text-wrap: balance; }
.seo-hero h1 em { font-style: normal; color: var(--amber); }
.seo-hero .lede { margin: 26px 0 0; font-size: 17.5px; line-height: 1.6; color: rgba(245,240,230,0.82); max-width: 62ch; }
.seo-hero .cta-row { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.seo-hero .stat-strip { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 12px 32px; font-family: var(--font-mono); font-weight: 700; font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(245,240,230,0.55); }
.seo-hero .stat-strip b { color: var(--amber); margin-right: 6px; }

/* ---------- Sections ---------- */
.seo-section { padding: 76px 0; }
.seo-section .container { max-width: 1080px; }
.seo-section h2 { font-family: var(--font-display); font-weight: 900; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.05; letter-spacing: -0.02em; text-transform: uppercase; margin: 0 0 14px; text-wrap: balance; }
.seo-section .section-eyebrow { display: block; margin-bottom: 14px; }
.seo-section .section-lede { font-size: 16.5px; color: rgba(15,20,25,0.72); max-width: 68ch; margin: 0 0 36px; line-height: 1.65; }
.bg-near-black .seo-section .section-lede, .seo-section.on-dark .section-lede { color: rgba(245,240,230,0.75); }
.seo-prose p { max-width: 70ch; line-height: 1.7; color: rgba(15,20,25,0.85); margin: 0 0 18px; }
.seo-prose strong { color: var(--near-black); }

/* Benefit cards */
.card-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); } }
.b-card { background: #fff; border: 1px solid rgba(15,20,25,0.09); padding: 26px 26px 24px; }
.b-card .num { font-family: var(--font-mono); font-weight: 700; font-size: 12px; color: var(--amber); letter-spacing: 0.14em; }
.b-card h3 { font-family: var(--font-display); font-weight: 800; font-size: 18px; margin: 12px 0 8px; line-height: 1.2; }
.b-card p { margin: 0; font-size: 14.5px; line-height: 1.6; color: rgba(15,20,25,0.7); }

/* Process */
.process-grid { display: grid; gap: 16px; grid-template-columns: 1fr; counter-reset: step; }
@media (min-width: 860px) { .process-grid { grid-template-columns: repeat(3, 1fr); } }
.p-step { background: var(--teal); color: var(--cream); padding: 28px 26px; position: relative; }
.p-step:nth-child(2) { background: var(--teal-dark); }
.p-step:nth-child(3) { background: var(--near-black); }
.p-step .step-n { font-family: var(--font-mono); font-weight: 700; font-size: 13px; color: var(--amber); letter-spacing: 0.16em; }
.p-step h3 { font-family: var(--font-display); font-weight: 800; font-size: 19px; margin: 14px 0 8px; text-transform: uppercase; letter-spacing: -0.01em; }
.p-step p { margin: 0; font-size: 14.5px; line-height: 1.6; color: rgba(245,240,230,0.8); }

/* ---------- Portfolio ---------- */
.client-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .client-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .client-grid { grid-template-columns: repeat(3, 1fr); } }
.client-card {
  display: flex; flex-direction: column; gap: 4px;
  background: #fff; border: 1px solid rgba(15,20,25,0.09);
  padding: 22px 24px; position: relative;
  transition: transform 0.35s var(--ease-out-expo), box-shadow 0.35s, border-color 0.3s;
}
.client-card:hover { transform: translateY(-3px); border-color: var(--teal); box-shadow: 0 18px 36px -18px rgba(0,54,64,0.28); }
.client-card .mono-mark {
  width: 40px; height: 40px; margin-bottom: 14px;
  background: var(--teal); color: var(--cream);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 900; font-size: 16px;
}
.client-card:nth-child(3n+2) .mono-mark { background: var(--amber); color: var(--near-black); }
.client-card:nth-child(3n) .mono-mark { background: var(--teal-dark); }
.client-card .dom { font-family: var(--font-mono); font-weight: 700; font-size: 13.5px; letter-spacing: 0.02em; }
.client-card .rub { font-size: 13px; color: var(--stone); }
.client-card .visit { margin-top: 12px; font-family: var(--font-mono); font-weight: 700; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); }
.client-card:hover .visit { color: var(--amber-hot); }
.sector-heading { display: flex; align-items: center; gap: 16px; margin: 52px 0 20px; }
.sector-heading:first-of-type { margin-top: 0; }
.sector-heading h3 { font-family: var(--font-display); font-weight: 900; font-size: 20px; text-transform: uppercase; letter-spacing: -0.01em; margin: 0; white-space: nowrap; }
.sector-heading .rule { flex: 1; height: 1px; background: rgba(15,20,25,0.14); }
.sector-heading .count { font-family: var(--font-mono); font-weight: 700; font-size: 12px; color: var(--stone); }

/* ---------- Pricing ---------- */
.price-table-wrap { overflow-x: auto; border: 1px solid rgba(15,20,25,0.1); background: #fff; }
.price-table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 14.5px; }
.price-table th { text-align: left; font-family: var(--font-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stone); padding: 14px 18px; border-bottom: 1px solid rgba(15,20,25,0.1); }
.price-table td { padding: 14px 18px; border-bottom: 1px solid rgba(15,20,25,0.07); vertical-align: top; line-height: 1.55; }
.price-table tr:last-child td { border-bottom: none; }
.price-table tr.hl td { background: rgba(0,81,95,0.06); }
.price-table .price { font-family: var(--font-mono); font-weight: 700; white-space: nowrap; }
.price-card { background: var(--near-black); color: var(--cream); padding: 40px 36px; display: flex; flex-direction: column; gap: 10px; }
.price-card .big { font-family: var(--font-display); font-weight: 900; font-size: clamp(38px, 5vw, 56px); letter-spacing: -0.02em; line-height: 1; }
.price-card .big small { font-size: 0.4em; font-weight: 700; letter-spacing: 0; color: var(--amber); vertical-align: super; }
.price-card ul { margin: 14px 0 20px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; font-size: 14.5px; color: rgba(245,240,230,0.85); }
.price-card ul li::before { content: "→ "; color: var(--amber); font-family: var(--font-mono); }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid rgba(15,20,25,0.12); max-width: 820px; }
.faq-list details { border-bottom: 1px solid rgba(15,20,25,0.12); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 4px; font-family: var(--font-display); font-weight: 700; font-size: 16.5px; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-family: var(--font-mono); font-weight: 700; font-size: 20px; color: var(--amber); flex-shrink: 0; transition: transform 0.3s var(--ease-out-expo); }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list .faq-a { padding: 0 4px 22px; font-size: 15px; line-height: 1.65; color: rgba(15,20,25,0.75); max-width: 68ch; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--teal); color: var(--cream); padding: 84px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band .container { position: relative; z-index: 1; max-width: 860px; }
.cta-band h2 { font-family: var(--font-display); font-weight: 900; font-size: clamp(30px, 4.6vw, 52px); line-height: 1.02; text-transform: uppercase; letter-spacing: -0.02em; margin: 0 0 18px; text-wrap: balance; }
.cta-band p { color: rgba(245,240,230,0.82); font-size: 16.5px; max-width: 56ch; margin: 0 auto 32px; line-height: 1.6; }
.cta-band .cta-sub { margin-top: 14px; font-family: var(--font-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,240,230,0.55); }

/* ---------- Footer ---------- */
.seo-footer { background: var(--near-black); color: var(--cream); padding: 64px 0 40px; }
.seo-footer .cols { display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 860px) { .seo-footer .cols { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.seo-footer .col h4 { font-family: var(--font-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--stone); margin: 0 0 16px; }
.seo-footer .col ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.seo-footer .col ul a { color: rgba(245,240,230,0.72); transition: color 0.2s; }
.seo-footer .col ul a:hover { color: var(--amber); }
.seo-footer .about { font-size: 14px; line-height: 1.65; color: rgba(245,240,230,0.6); max-width: 34ch; margin: 14px 0 0; }
.seo-footer .legal { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(245,240,230,0.12); display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: var(--stone); }

/* Breadcrumbs */
.crumbs { padding: 18px 0 0; font-family: var(--font-mono); font-weight: 500; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--stone); }
.crumbs a { color: var(--teal); }
.crumbs span.sep { margin: 0 8px; opacity: 0.5; }

@media (prefers-reduced-motion: reduce) {
  .client-card, .btn, .faq-list summary::after { transition: none !important; }
}
