/*
Theme Name: OVIA Kurumsal
Author: OVIA
Description: Sanal santral, cagri merkezi ve CRM hizmetleri icin hizli ve responsive kurumsal WordPress temasi.
Version: 2.3.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ovia
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --ink: #071d2b;
  --ink-2: #123246;
  --paper: #f7faf8;
  --white: #ffffff;
  --line: #d9e2de;
  --muted: #5e716f;
  --green: #19d37e;
  --green-dark: #08a95e;
  --mint: #dbf9e9;
  --blue: #2d6cdf;
  --amber: #efa91e;
  --header-h: 76px;
  --max: 1200px;
  --pad: clamp(20px, 4vw, 48px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.55; }
body.admin-bar .site-header { top: 32px; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
svg { width: 1em; height: 1em; stroke-width: 1.8; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 100; background: var(--white); padding: 12px 18px; border-radius: 4px; }
.skip-link:focus { top: 12px; }

.site-header { height: var(--header-h); background: rgba(247,250,248,.95); display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(7,29,43,.08); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.45rem; font-weight: 850; letter-spacing: 0; }
.brand-logo { width: 42px; height: 42px; flex: none; object-fit: contain; }
.brand-logo-custom { width: auto; max-width: 190px; max-height: 48px; }
.brand-logo-custom + span { display: none; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 38px); font-size: .91rem; font-weight: 650; }
.desktop-nav a, .text-link { transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: var(--green-dark); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.text-link { font-size: .9rem; font-weight: 720; }
.button { min-height: 50px; padding: 0 23px; border-radius: 5px; background: var(--green); color: #052516; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 780; border: 1px solid var(--green); cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: #2ce28f; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(8,169,94,.18); }
.button-small { min-height: 42px; padding: 0 17px; font-size: .87rem; }
.menu-button { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; border: 0; background: transparent; cursor: pointer; }
.mobile-nav { position: absolute; left: 0; top: var(--header-h); width: 100%; min-height: calc(100svh - var(--header-h)); padding: 24px var(--pad); background: var(--paper); }
.mobile-nav a { display: block; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; font-weight: 730; }

.hero { min-height: calc(100svh - var(--header-h)); position: relative; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; animation: hero-in 1.2s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,33,.94) 0%, rgba(5,22,33,.82) 36%, rgba(5,22,33,.22) 68%, rgba(5,22,33,.07) 100%); }
.hero-content { position: relative; z-index: 1; width: min(690px, 58vw); margin-left: max(var(--pad), calc((100vw - var(--max))/2)); padding: 70px 0 62px; color: var(--white); animation: content-in .8s .25s cubic-bezier(.2,.7,.2,1) both; }
@keyframes hero-in { from { opacity: .5; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }
@keyframes content-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.eyebrow { margin: 0 0 19px; font-size: .74rem; font-weight: 850; letter-spacing: .14em; color: var(--green-dark); }
.eyebrow.light { color: var(--green); }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(3.4rem, 6.3vw, 6.9rem); line-height: .93; letter-spacing: 0; font-weight: 800; }
.hero-copy { max-width: 610px; margin: 30px 0 0; color: #dbe8e5; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button-ghost { color: var(--white); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.45); }
.button-ghost:hover { background: rgba(255,255,255,.15); box-shadow: none; }
.hero-proof { display: flex; gap: 25px; flex-wrap: wrap; margin-top: 35px; color: #c8d6d3; font-size: .79rem; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof svg { color: var(--green); }

.trust-strip { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 35px; max-width: var(--max); margin: auto; padding: 18px var(--pad); border-bottom: 1px solid var(--line); }
.trust-strip p { margin: 0; flex: none; color: var(--muted); font-size: .67rem; font-weight: 850; letter-spacing: .15em; }
.trust-strip div { width: 100%; display: flex; justify-content: flex-end; gap: clamp(22px, 4vw, 60px); color: #36514e; font-size: .78rem; font-weight: 700; }
.trust-strip span { white-space: nowrap; }

.section { width: min(var(--max), calc(100% - 2 * var(--pad))); margin: 0 auto; padding: clamp(88px, 11vw, 146px) 0; }
.section-heading { max-width: 790px; }
.section-heading h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5.15rem); line-height: .98; letter-spacing: 0; font-weight: 780; }
.section-heading > p:last-child { max-width: 650px; margin: 27px 0 0; color: var(--muted); font-size: 1.03rem; }
.row-heading { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.row-heading > p:last-child { margin: 0 0 7px; }
.row-heading h2 { font-size: clamp(2.5rem, 4.5vw, 4.7rem); }

.workflow-list { margin: 75px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.workflow-list li { min-height: 205px; padding: 24px 18px 22px 0; border-right: 1px solid var(--line); display: grid; align-content: space-between; grid-template-columns: 1fr auto; }
.workflow-list li:last-child { border-right: 0; padding-left: 18px; }
.workflow-list li + li { padding-left: 18px; }
.workflow-list span { font-size: .7rem; font-weight: 850; color: var(--green-dark); }
.workflow-list svg { font-size: 1.45rem; color: var(--ink-2); }
.workflow-list strong { grid-column: 1 / -1; align-self: end; font-size: 1rem; }
.workflow-list small { grid-column: 1 / -1; color: var(--muted); font-size: .78rem; }

.solutions { padding-top: 55px; }
.solution-layout { display: grid; grid-template-columns: minmax(275px, .68fr) minmax(0, 1.65fr); gap: 66px; margin-top: 70px; align-items: center; }
.solution-tabs { display: flex; flex-direction: column; }
.solution-tabs button { min-height: 96px; display: grid; grid-template-columns: 40px 1fr auto; grid-template-rows: 1fr 1fr; text-align: left; align-items: end; padding: 16px 6px; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; transition: padding .2s ease, color .2s ease; }
.solution-tabs button:first-child { border-top: 1px solid var(--line); }
.solution-tabs button span { grid-row: 1 / 3; align-self: center; color: var(--muted); font-size: .7rem; font-weight: 850; }
.solution-tabs button strong { font-size: 1.12rem; }
.solution-tabs button small { color: var(--muted); }
.solution-tabs button svg { grid-column: 3; grid-row: 1 / 3; align-self: center; opacity: 0; transform: translateX(-8px); transition: .2s ease; }
.solution-tabs button[aria-selected="true"] { color: var(--green-dark); padding-left: 16px; background: var(--white); }
.solution-tabs button[aria-selected="true"] svg { opacity: 1; transform: none; }
.product-preview { border-radius: 8px; overflow: hidden; background: #eef3f2; box-shadow: 0 28px 70px rgba(7,29,43,.14); transform: translateY(0); transition: opacity .2s ease, transform .2s ease; }
.product-preview.switching { opacity: .65; transform: translateY(5px); }
.preview-bar { height: 54px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; background: var(--ink); color: var(--white); }
.mini-brand { display: flex; align-items: center; gap: 5px; font-size: .78rem; font-weight: 800; }
.mini-brand b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 4px; background: var(--green); color: var(--ink); }
.mini-brand span { color: #a8b7b5; font-weight: 500; }
.preview-user { display: flex; align-items: center; gap: 10px; font-size: .62rem; color: #bcd0cb; }
.preview-user span::before { content: ""; width: 6px; height: 6px; display: inline-block; margin-right: 6px; border-radius: 50%; background: var(--green); }
.preview-user b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #244458; color: var(--white); }
.preview-body { min-height: 430px; display: grid; grid-template-columns: 56px 1fr; }
.preview-body aside { padding-top: 23px; display: flex; flex-direction: column; align-items: center; gap: 26px; background: #0d2738; color: #78909e; }
.preview-body aside svg:nth-child(2) { color: var(--green); }
.preview-main { min-width: 0; padding: 24px; }
.preview-title { display: flex; justify-content: space-between; align-items: center; }
.preview-title > div { display: flex; flex-direction: column; }
.preview-title small { color: #7c9290; font-size: .5rem; font-weight: 800; }
.preview-title strong { margin-top: 2px; font-size: 1rem; }
.preview-title button { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 4px; background: var(--white); }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 20px; }
.metric-row > div { min-width: 0; padding: 15px; display: grid; grid-template-columns: 30px 1fr; background: var(--white); border-radius: 5px; }
.metric-icon { grid-row: 1 / 4; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 5px; font-size: .77rem; }
.metric-icon.green { background: var(--mint); color: var(--green-dark); }
.metric-icon.blue { background: #e4edff; color: var(--blue); }
.metric-icon.amber { background: #fff3d8; color: #b77800; }
.metric-row small { font-size: .47rem; font-weight: 800; color: #7c9290; white-space: nowrap; }
.metric-row strong { font-size: 1.2rem; line-height: 1.15; }
.metric-row em { color: var(--green-dark); font-size: .48rem; font-style: normal; }
.call-table { margin-top: 18px; background: var(--white); border-radius: 5px; overflow: hidden; font-size: .64rem; }
.call-table > div { min-height: 54px; padding: 0 16px; display: grid; grid-template-columns: 1.35fr .8fr 1fr .5fr; align-items: center; border-top: 1px solid #edf1ef; }
.call-table .table-head { min-height: 35px; border: 0; color: #829592; font-size: .52rem; font-weight: 800; }
.call-table b { display: inline-grid; place-items: center; width: 25px; height: 25px; margin-right: 6px; border-radius: 50%; background: #e6eeec; font-size: .5rem; }
.call-table .live { color: var(--green-dark); font-weight: 800; }
.call-table .live::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--green); animation: pulse 1s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.preview-caption { min-height: 102px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; align-items: center; padding: 20px 24px; background: var(--white); border-top: 1px solid var(--line); }
.preview-caption div { display: flex; flex-direction: column; }
.preview-caption span { color: var(--green-dark); font-size: .58rem; font-weight: 850; }
.preview-caption strong { font-size: 1.05rem; }
.preview-caption p { margin: 0; color: var(--muted); font-size: .76rem; }

.advantage-band { background: var(--ink); color: var(--white); overflow: hidden; }
.advantage-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 140px); }
.inverse h2 { color: var(--white); font-size: clamp(2.6rem, 4.8vw, 4.8rem); }
.inverse > p:last-of-type { color: #aebfbc; }
.inverse .button { margin-top: 36px; }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-light:hover { background: var(--mint); border-color: var(--mint); }
.advantage-list article { min-height: 155px; display: grid; grid-template-columns: 60px 1fr; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.15); }
.advantage-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.advantage-list article > span { color: #6f8582; font-size: .7rem; font-weight: 800; }
.advantage-list article div { display: grid; grid-template-columns: 45px 1fr; column-gap: 10px; align-items: center; }
.advantage-list svg { grid-row: 1 / 3; font-size: 1.6rem; color: var(--green); }
.advantage-list h3 { margin: 0; font-size: 1.2rem; }
.advantage-list p { margin: 3px 0 0; color: #aebfbc; font-size: .88rem; }

.sector-links { display: grid; grid-template-columns: 1fr 1fr; margin-top: 68px; border-top: 1px solid var(--line); }
.sector-links a { min-height: 118px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 15px; padding: 18px 25px 18px 0; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.sector-links a:nth-child(odd) { border-right: 1px solid var(--line); }
.sector-links a:nth-child(even) { padding-left: 25px; }
.sector-links a:hover { padding-right: 15px; background: var(--white); }
.sector-links > a > svg:first-child { font-size: 1.45rem; color: var(--green-dark); }
.sector-links > a > svg:last-child { color: var(--muted); }
.sector-links span { display: flex; flex-direction: column; }
.sector-links strong { font-size: 1rem; }
.sector-links small { margin-top: 3px; color: var(--muted); }

.pricing { padding-top: 70px; }
.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.centered > p:last-child { margin-inline: auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border: 1px solid var(--line); }
.pricing-grid article { min-height: 480px; padding: 38px; display: flex; flex-direction: column; background: var(--white); border-right: 1px solid var(--line); position: relative; }
.pricing-grid article:last-child { border-right: 0; }
.pricing-grid article > p { margin: 0 0 16px; color: var(--green-dark); font-size: .67rem; font-weight: 850; letter-spacing: .12em; }
.pricing-grid h3 { margin: 0; font-size: 1.65rem; }
.pricing-grid article > span { margin-top: 5px; color: var(--muted); font-size: .85rem; }
.pricing-grid ul { margin: 34px 0; padding: 0; list-style: none; color: #344d4a; font-size: .88rem; }
.pricing-grid li { margin: 13px 0; padding-left: 24px; position: relative; }
.pricing-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 900; }
.pricing-grid .button { margin-top: auto; }
.button-outline { background: transparent; border-color: var(--ink); }
.button-outline:hover { color: var(--white); background: var(--ink); border-color: var(--ink); box-shadow: none; }
.pricing-grid .featured { background: var(--ink); color: var(--white); transform: translateY(-16px); box-shadow: 0 20px 50px rgba(7,29,43,.15); border: 0; }
.pricing-grid .featured > span, .pricing-grid .featured ul { color: #b7c6c3; }
.popular { position: absolute; top: -28px; right: 15px; background: var(--green); color: var(--ink); padding: 7px 10px; font-size: .55rem; font-weight: 900; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; padding-top: 60px; }
.faq .section-heading h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 750; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { flex: none; transition: transform .2s ease; }
.faq details[open] summary svg { transform: rotate(45deg); }
.faq details p { margin: -7px 50px 26px 0; color: var(--muted); }

.cta-band { width: min(1380px, calc(100% - 2 * var(--pad))); margin: 0 auto 36px; padding: clamp(55px, 7vw, 92px); display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: center; background: var(--green-dark); color: var(--white); }
.cta-band h2 { margin: 0; max-width: 650px; font-size: clamp(2.4rem, 4.5vw, 4.5rem); line-height: .98; }
.cta-band > div > p:last-child { max-width: 580px; color: #d6f7e7; }
.cta-phone { width: fit-content; margin-top: 25px; display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.cta-phone > svg { width: 40px; height: 40px; padding: 10px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.cta-phone span { display: flex; flex-direction: column; }
.cta-phone small { color: #d6f7e7; font-size: .68rem; }
.cta-phone strong { font-size: 1rem; }
.lead-form { display: grid; gap: 14px; }
.lead-form label { display: block; }
.lead-form label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.lead-form input { width: 100%; min-height: 56px; padding: 0 17px; border: 1px solid rgba(255,255,255,.45); border-radius: 4px; background: rgba(255,255,255,.12); color: var(--white); outline: none; }
.lead-form input::placeholder { color: #d7eee4; }
.lead-form input:focus { border-color: var(--white); box-shadow: 0 0 0 3px rgba(255,255,255,.15); }
.lead-form input.invalid { border-color: #ffe18b; }
.form-note { margin: 0; text-align: center; color: #d4eee2; font-size: .7rem; }

.site-footer { background: var(--ink); color: var(--white); padding: 70px max(var(--pad), calc((100vw - var(--max))/2)) 25px; }
.footer-top { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; padding-bottom: 65px; }
.footer-brand { margin-bottom: 18px; }
.footer-brand .brand-logo { width: 44px; height: 44px; }
.footer-top > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-top p, .footer-top a, .footer-top span { margin: 0; color: #a8bbb8; font-size: .8rem; }
.footer-top strong { margin-bottom: 8px; font-size: .82rem; }
.footer-top a:hover { color: var(--green); }
.account-info { display: grid; grid-template-columns: .75fr 1.5fr 1fr; gap: 40px; align-items: start; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.12); }
.account-info h2 { margin: 0; color: var(--white); font-size: .9rem; }
.account-info div { display: flex; flex-direction: column; gap: 7px; }
.account-info span { color: #7e9692; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.account-info strong { color: #c8d6d3; font-size: .76rem; line-height: 1.6; overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #7e9692; font-size: .7rem; }
.footer-bottom div { display: flex; gap: 22px; }

.wp-content { width: min(var(--max), calc(100% - 2 * var(--pad))); min-height: 60vh; margin: 0 auto; padding: 80px 0; }
.wp-content article { max-width: 780px; }
.wp-content h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 1; }
.wp-content .post-meta { color: var(--muted); font-size: .85rem; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.legal-header { position: relative; }
.legal-header .button { min-height: 42px; }
.legal-page { width: min(900px, calc(100% - 2 * var(--pad))); margin: 0 auto; padding: clamp(65px, 9vw, 110px) 0; }
.legal-intro { padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.legal-intro .eyebrow { margin-bottom: 14px; }
.legal-intro h1 { max-width: 780px; margin: 0; font-size: clamp(2.6rem, 6vw, 5.2rem); line-height: .98; }
.legal-intro > p:not(.eyebrow) { max-width: 760px; margin: 24px 0 0; color: var(--muted); }
.legal-updated { display: inline-block; margin-top: 22px; color: var(--green-dark); font-size: .75rem; font-weight: 800; }
.legal-content { padding-top: 22px; }
.legal-content section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 16px; font-size: clamp(1.35rem, 3vw, 1.8rem); }
.legal-content h3 { margin: 24px 0 8px; font-size: 1rem; }
.legal-content p { margin: 10px 0; color: #344d4a; }
.legal-content ul { margin: 14px 0 0; padding-left: 22px; color: #344d4a; }
.legal-content li + li { margin-top: 9px; }
.legal-content a { color: #087744; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-data-list { display: grid; grid-template-columns: 1fr 1.4fr; margin-top: 18px; border-top: 1px solid var(--line); }
.legal-data-list dt, .legal-data-list dd { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); }
.legal-data-list dt { padding-right: 25px; font-weight: 800; }
.legal-data-list dd { color: var(--muted); }
.legal-contact { padding: 24px !important; background: var(--white); border: 1px solid var(--line) !important; }
.legal-contact address { color: #344d4a; font-style: normal; }
.legal-footer { padding: 26px var(--pad); background: var(--ink); color: #a8bbb8; text-align: center; font-size: .75rem; }

:focus-visible { outline: 3px solid #f6c84a; outline-offset: 3px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .desktop-nav, .header-actions .text-link { display: none; }
  .menu-button { display: inline-flex; }
  .hero-content { width: min(670px, 70vw); }
  .solution-layout { gap: 35px; }
  .preview-body { min-height: 390px; }
  .metric-row > div { padding: 11px; }
  .call-table > div { grid-template-columns: 1.3fr .7fr 1fr .45fr; padding: 0 10px; }
  .pricing-grid article { padding: 30px 24px; }
}

@media (max-width: 780px) {
  :root { --header-h: 68px; }
  .site-header { padding-inline: 18px; }
  body.admin-bar .site-header { top: 46px; }
  .brand { font-size: 1.2rem; }
  .header-actions .button { display: none; }
  .hero { min-height: calc(100svh - var(--header-h)); align-items: flex-end; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,22,33,.98) 0%, rgba(5,22,33,.9) 43%, rgba(5,22,33,.15) 100%); }
  .hero-content { width: auto; margin: 0; padding: 165px 20px 35px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); line-height: .94; }
  .hero-copy { margin-top: 22px; font-size: .95rem; }
  .hero-actions { margin-top: 25px; }
  .hero-actions .button { flex: 1; padding-inline: 12px; }
  .hero-proof { margin-top: 25px; gap: 12px 20px; }
  .trust-strip { align-items: flex-start; flex-direction: column; gap: 12px; padding-block: 22px; overflow: hidden; }
  .trust-strip div { justify-content: flex-start; gap: 22px; overflow-x: auto; max-width: 100%; padding-bottom: 3px; }
  .section { padding-block: 85px; }
  .section-heading h2, .row-heading h2 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  .row-heading { grid-template-columns: 1fr; gap: 25px; }
  .workflow-list { grid-template-columns: 1fr; margin-top: 50px; }
  .workflow-list li, .workflow-list li + li, .workflow-list li:last-child { min-height: 90px; padding: 18px 0; grid-template-columns: 35px 38px 1fr; grid-template-rows: 1fr 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow-list li span, .workflow-list li svg { grid-row: 1 / 3; align-self: center; }
  .workflow-list strong, .workflow-list small { grid-column: 3; }
  .solution-layout { grid-template-columns: 1fr; margin-top: 45px; }
  .solution-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .solution-tabs button, .solution-tabs button:first-child { min-height: 75px; grid-template-columns: 28px 1fr; padding: 10px 8px; border-top: 0; }
  .solution-tabs button strong { font-size: .86rem; }
  .solution-tabs button small, .solution-tabs button svg { display: none; }
  .solution-tabs button[aria-selected="true"] { padding-left: 8px; box-shadow: inset 3px 0 var(--green); }
  .preview-body { min-height: 340px; grid-template-columns: 42px 1fr; }
  .preview-body aside { gap: 24px; }
  .preview-main { padding: 15px 10px; overflow: hidden; }
  .metric-row { gap: 6px; }
  .metric-row > div { padding: 8px 6px; grid-template-columns: 23px 1fr; }
  .metric-icon { width: 19px; height: 19px; }
  .metric-row small { font-size: .38rem; }
  .metric-row strong { font-size: .92rem; }
  .call-table { font-size: .52rem; overflow-x: auto; }
  .call-table > div { min-width: 470px; }
  .preview-caption { grid-template-columns: 1fr; gap: 7px; }
  .advantage-inner { grid-template-columns: 1fr; gap: 60px; }
  .advantage-list article { grid-template-columns: 38px 1fr; }
  .sector-links { grid-template-columns: 1fr; }
  .sector-links a, .sector-links a:nth-child(even) { padding: 18px 8px 18px 0; border-right: 0; }
  .pricing-grid { grid-template-columns: 1fr; gap: 1px; background: var(--line); }
  .pricing-grid article { min-height: 430px; border: 0; }
  .pricing-grid .featured { transform: none; }
  .popular { top: 15px; }
  .faq { grid-template-columns: 1fr; gap: 45px; }
  .cta-band { width: 100%; margin-bottom: 0; grid-template-columns: 1fr; gap: 45px; padding: 65px 20px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .account-info { grid-template-columns: 1fr 1.5fr; }
  .account-info h2 { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { flex-direction: column; }
  .solution-tabs { grid-template-columns: 1fr; }
  .preview-body { grid-template-columns: 35px 1fr; }
  .preview-main { padding-left: 7px; padding-right: 7px; }
  .metric-row > div { display: block; }
  .metric-icon { margin-bottom: 5px; }
  .metric-row small, .metric-row strong, .metric-row em { display: block; }
  .preview-caption { padding-inline: 15px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > div:first-child { grid-column: auto; }
  .account-info { grid-template-columns: 1fr; gap: 22px; }
  .account-info h2 { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 13px; }
  .legal-header .button { min-height: 38px; padding-inline: 12px; font-size: .75rem; }
  .legal-data-list { grid-template-columns: 1fr; }
  .legal-data-list dt { padding-bottom: 4px; border-bottom: 0; }
  .legal-data-list dd { padding-top: 0; }
  .legal-contact { padding: 20px !important; }
}

@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; }
}
