:root {
    --primary-color: #111b48;
    --accent-color: #f2994a;
    --text-color: #0f172a;
    --muted-color: #475569;
    --light-color: #f8fafc;
    --card-color: #fff;
    --border-color: #e2e8f0;
    --container: 1240px;
    --shadow: 0 18px 45px rgba(15, 23, 42, .08);
    --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text-color); background: var(--card-color); font: 400 16px/1.7 Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; scroll-margin-top: 82px; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--primary-color); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--accent-color); outline-offset: 3px; }

h1, h2, h3 { margin: 0; color: var(--text-color); font-family: Inter, system-ui, sans-serif; line-height: 1.12; letter-spacing: 0; }
h1 { font-size: clamp(2.5rem, 4vw, 3.75rem); font-weight: 800; }
h2 { font-size: clamp(2rem, 3vw, 2.5rem); font-weight: 800; }
h3 { font-size: 1.25rem; }
p { margin: 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--primary-color); font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow > span { width: 8px; height: 8px; background: var(--accent-color); border-radius: 50%; }
.eyebrow--light { color: rgba(255, 255, 255, .9); }
.section-heading { max-width: 690px; }
.section-heading--center { margin: 0 auto 56px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { color: var(--muted-color); font-size: 1.08rem; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 4px; font-size: .84rem; font-weight: 700; line-height: 1.2; cursor: pointer; transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s; }
.button .icon { width: 17px; height: 17px; }
.button--accent { color: #fff; background: var(--accent-color); box-shadow: 0 6px 16px color-mix(in srgb, var(--accent-color) 30%, transparent); }
.button--accent:hover { background: color-mix(in srgb, var(--accent-color) 88%, #000); }
.button--ghost { color: #fff; border-color: rgba(255, 255, 255, .48); background: rgba(255, 255, 255, .05); }
.button--ghost:hover { color: var(--primary-color); background: #fff; }
.button--outline { color: var(--primary-color); border-color: var(--primary-color); }
.button--outline:hover { color: #fff; background: var(--primary-color); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.topbar { position: relative; z-index: 60; color: #fff; background: var(--primary-color); border-bottom: 1px solid rgba(255,255,255,.08); font-size: .79rem; }
.topbar__inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p, .topbar__contact, .topbar a { display: flex; align-items: center; gap: 7px; }
.topbar__contact { gap: 14px; }
.topbar .icon { width: 14px; height: 14px; color: var(--accent-color); }
.topbar__divider { opacity: .25; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 4px rgba(52, 211, 153, .12); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid #edf1f5; box-shadow: 0 3px 16px rgba(15,23,42,.04); backdrop-filter: blur(12px); }
body.admin-bar .site-header { top: 32px; }
.site-header__inner { min-height: 80px; display: flex; align-items: center; gap: 28px; }
.site-brand { margin-right: auto; display: flex; flex-direction: column; justify-content: center; }
.site-brand__logo { width: auto; max-width: 250px; max-height: 58px; object-fit: contain; }
.site-brand__line { color: var(--text-color); font-size: .98rem; line-height: 1.2; }
.site-brand__line strong { color: var(--primary-color); font-size: 1.45rem; }
.site-brand__tag { display: flex; align-items: center; gap: 6px; margin-top: 4px; color: var(--muted-color); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-brand__tag i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent-color); }
.site-nav { display: flex; align-items: center; gap: 28px; color: var(--muted-color); font-size: .84rem; font-weight: 650; }
.site-nav > a:not(.button) { position: relative; padding: 28px 0; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: 21px; width: 0; height: 2px; background: var(--primary-color); transition: width .2s; }
.site-nav > a:hover::after { width: 100%; }
.site-nav__mobile-cta { display: none; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--text-color); transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: var(--primary-color); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(135deg, color-mix(in srgb, var(--text-color) 78%, transparent) 0%, color-mix(in srgb, var(--primary-color) 68%, transparent) 52%, color-mix(in srgb, var(--primary-color) 78%, transparent) 100%); }
.hero--image { background-size: cover; background-position: center; }
.hero--image::after { content: ""; position: absolute; inset: 0; z-index: -3; background: inherit; }
.hero__inner { min-height: 640px; padding-block: 96px; display: grid; grid-template-columns: minmax(0, 7fr) minmax(350px, 5fr); align-items: center; gap: 64px; }
.hero__content { max-width: 720px; }
.hero h1 { color: #fff; }
.hero__intro { max-width: 670px; margin: 24px 0 30px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.hero__stats { display: flex; gap: 48px; margin-top: 38px; }
.hero__stats div { display: flex; flex-direction: column; padding-left: 16px; border-left: 2px solid var(--accent-color); }
.hero__stats strong { font: 700 1.12rem "Space Grotesk", sans-serif; }
.hero__stats span { color: rgba(255,255,255,.58); font-size: .75rem; }
.profile-panel { position: relative; overflow: hidden; padding: 32px; color: var(--text-color); background: rgba(255,255,255,.98); border: 1px solid rgba(241,245,249,.8); border-radius: var(--radius); box-shadow: 0 25px 50px -12px rgba(0,0,0,.4); }
.profile-panel__corner { position: absolute; top: 0; right: 0; width: 96px; height: 96px; background: color-mix(in srgb, var(--primary-color) 5%, transparent); border-radius: 0 0 0 100%; pointer-events: none; }
.profile-panel__title { position: relative; margin-bottom: 24px; padding-left: 16px; border-left: 4px solid var(--primary-color); font-size: 1.35rem; }
.profile-card { display: grid; grid-template-columns: 1fr 18px; align-items: center; gap: 14px; min-height: 74px; margin-bottom: 12px; padding: 14px 20px; border: 1px solid var(--border-color); border-radius: 4px; background: #fff; transition: border-color .2s, background-color .2s; }
.profile-card:hover strong { color: var(--primary-color); }
.profile-card strong, .profile-card small { display: block; }
.profile-card small { margin-top: 2px; color: var(--muted-color); font-size: .75rem; }
.profile-card > .icon { width: 16px; color: var(--primary-color); }
.profile-card:hover { border-color: var(--primary-color); background: color-mix(in srgb, var(--primary-color) 2%, #fff); }
.profile-panel__footer { margin-top: 32px; padding-top: 24px; border-top: 1px solid #f1f5f9; text-align: center; }
.profile-panel__footer p { margin-bottom: 16px; color: var(--muted-color); font-size: .8rem; }
.profile-panel__cta { width: 100%; }

.benefit-strip { padding: 28px 0; border-bottom: 1px solid var(--border-color); background: var(--card-color); }
.benefit-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-item { display: flex; align-items: center; gap: 13px; padding: 2px 26px; border-right: 1px solid var(--border-color); }
.benefit-item:first-child { padding-left: 0; }
.benefit-item:last-child { border: 0; }
.benefit-item > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--primary-color); background: var(--light-color); border-radius: 4px; }
.benefit-item strong, .benefit-item small { display: block; }
.benefit-item strong { font-size: .86rem; }
.benefit-item small { color: var(--muted-color); font-size: .7rem; line-height: 1.35; }

.services-section { background: var(--card-color); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; min-height: 350px; padding: 34px; border: 1px solid var(--border-color); border-radius: var(--radius); background: var(--card-color); box-shadow: 0 3px 14px rgba(15,23,42,.03); transition: border-color .2s, box-shadow .2s, transform .2s; }
.service-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--primary-color) 35%, var(--border-color)); box-shadow: var(--shadow); }
.service-card__icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 28px; color: #fff; background: var(--primary-color); border-radius: 5px; }
.service-card h3 { margin-bottom: 14px; font-size: 1.42rem; }
.service-card p { color: var(--muted-color); }
.service-card > a { position: absolute; left: 34px; bottom: 32px; display: flex; align-items: center; gap: 8px; color: var(--primary-color); font-size: .8rem; font-weight: 750; }
.service-card > a .icon { width: 16px; }

.partner-section { background: var(--light-color); }
.partner-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.dashboard-wrap { min-height: 480px; display: flex; align-items: center; padding: 54px; background: color-mix(in srgb, var(--primary-color) 92%, #000); border-radius: var(--radius); }
.dashboard-wrap--image { background-size: cover; background-position: center; background-blend-mode: multiply; }
.dashboard-card { width: 100%; padding: 26px; background: rgba(255,255,255,.97); border-radius: 6px; box-shadow: 0 24px 50px rgba(0,0,0,.22); }
.dashboard-card__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--border-color); }
.dashboard-card__head strong { color: var(--primary-color); font-size: 1.2rem; }
.dashboard-card__head span { color: var(--muted-color); font-size: .67rem; text-transform: uppercase; }
.dashboard-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0; }
.dashboard-metrics div { padding: 15px; background: var(--light-color); border-radius: 4px; }
.dashboard-metrics span, .dashboard-metrics strong, .dashboard-metrics small { display: block; }
.dashboard-metrics span { color: var(--muted-color); font-size: .66rem; }
.dashboard-metrics strong { margin: 5px 0; font-size: 1.16rem; }
.dashboard-metrics small { color: #059669; font-size: .61rem; }
.dashboard-progress { display: grid; grid-template-columns: 1fr auto; gap: 8px; color: var(--muted-color); font-size: .68rem; }
.dashboard-progress i { grid-column: 1/-1; height: 7px; overflow: hidden; background: var(--border-color); border-radius: 8px; }
.dashboard-progress b { display: block; height: 100%; background: var(--accent-color); }
.dashboard-card > p { display: flex; gap: 8px; margin-top: 18px; padding: 11px; color: var(--primary-color); background: color-mix(in srgb, var(--primary-color) 6%, #fff); font-size: .65rem; }
.dashboard-card > p .icon { width: 15px; }
.partner-copy h2 { margin-bottom: 20px; }
.partner-copy > p:not(.eyebrow) { color: var(--muted-color); font-size: 1.05rem; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; padding: 11px 0; font-weight: 600; }
.check-list .icon { width: 19px; height: 19px; padding: 3px; color: #fff; background: var(--primary-color); border-radius: 50%; }

.process-section { background: var(--card-color); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.process-grid::before { content: ""; position: absolute; left: 12.5%; right: 12.5%; top: 26px; height: 1px; background: var(--border-color); }
.process-step { position: relative; padding: 0 24px; text-align: center; }
.process-step > span { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 24px; color: #fff; background: var(--primary-color); border: 7px solid var(--card-color); border-radius: 50%; font-weight: 750; box-shadow: 0 0 0 1px var(--border-color); }
.process-step h3 { margin-bottom: 10px; }
.process-step p { color: var(--muted-color); font-size: .88rem; }

.pricing-section { background: var(--light-color); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 22px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 36px; border: 1px solid var(--border-color); border-radius: var(--radius); background: var(--card-color); }
.price-card--featured { border: 2px solid var(--primary-color); box-shadow: var(--shadow); }
.price-card__badge { align-self: flex-start; margin-bottom: 24px; padding: 5px 10px; color: var(--primary-color); background: color-mix(in srgb, var(--primary-color) 7%, #fff); border-radius: 3px; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-card--featured .price-card__badge { color: #fff; background: var(--accent-color); }
.price-card h3 { font-size: 1.55rem; }
.price-card > p { min-height: 54px; margin: 10px 0 22px; color: var(--muted-color); font-size: .88rem; }
.price-card__amount { display: grid; grid-template-columns: auto 1fr; margin-bottom: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--border-color); }
.price-card__amount small { grid-column: 1/-1; color: var(--muted-color); font-size: .68rem; }
.price-card__amount strong { color: var(--primary-color); font: 700 2.1rem "Space Grotesk", sans-serif; }
.price-card__amount span { align-self: end; padding: 0 0 6px 8px; color: var(--muted-color); font-size: .68rem; }
.price-card ul { flex: 1; margin: 0 0 26px; padding: 0; list-style: none; }
.price-card li { display: flex; gap: 10px; padding: 7px 0; color: var(--muted-color); font-size: .82rem; }
.price-card li .icon { width: 16px; color: var(--primary-color); }

.faq-section { background: var(--card-color); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-list details { border-bottom: 1px solid var(--border-color); }
.faq-list summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--text-color); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { transition: transform .2s; }
.faq-list details[open] summary .icon { transform: rotate(180deg); }
.faq-list details p { padding: 0 36px 22px 0; color: var(--muted-color); }

.contact-section { color: #fff; background: var(--primary-color); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 90px; }
.contact-copy h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { margin: 20px 0 32px; color: rgba(255,255,255,.7); }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 0; }
.contact-details div { min-width: 0; }
.contact-details dt { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.55); font-size: .68rem; text-transform: uppercase; }
.contact-details dt .icon { width: 15px; color: var(--accent-color); }
.contact-details dd { margin: 5px 0 0; overflow-wrap: anywhere; font-size: .87rem; font-weight: 600; }
.contact-form-card { padding: 38px; color: var(--text-color); background: var(--card-color); border-radius: var(--radius); box-shadow: 0 24px 50px rgba(0,0,0,.16); }
.contact-form-card h3 { margin-bottom: 24px; }
.admin-notice { padding: 14px; border-left: 4px solid var(--accent-color); background: var(--light-color); }
.wpcf7 form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wpcf7 form > p { margin: 0; }
.wpcf7 form > p:nth-last-child(-n+3), .wpcf7 form > .wpcf7-response-output { grid-column: 1/-1; }
.wpcf7 label { display: block; color: var(--text-color); font-size: .75rem; font-weight: 700; }
.wpcf7 input:not([type="submit"]), .wpcf7 select, .wpcf7 textarea { width: 100%; margin-top: 6px; padding: 12px 13px; color: var(--text-color); border: 1px solid var(--border-color); border-radius: 4px; background: #fff; outline: 0; }
.wpcf7 textarea { min-height: 120px; resize: vertical; }
.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus { border-color: var(--primary-color); box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-color) 10%, transparent); }
.wpcf7 input[type="submit"] { min-height: 48px; padding: 12px 22px; color: #fff; border: 0; border-radius: 4px; background: var(--accent-color); font-weight: 750; cursor: pointer; }
.wpcf7-not-valid-tip { margin-top: 5px; font-size: .7rem; }
.wpcf7 form .wpcf7-response-output { margin: 0; padding: 10px 12px; font-size: .78rem; }

.site-footer { padding: 64px 0 22px; color: rgba(255,255,255,.65); background: color-mix(in srgb, var(--primary-color) 82%, #000); font-size: .8rem; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 70px; padding-bottom: 48px; }
.site-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer__brand { color: #fff; font-size: 1.1rem; }
.site-footer__brand span { font-weight: 400; }
.site-footer__grid p { max-width: 430px; }
.site-footer__grid > div > span { color: rgba(255,255,255,.4); font-size: .66rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.site-footer__grid a { display: flex; align-items: center; gap: 8px; color: #fff; }
.site-footer__grid a .icon { width: 15px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: .7rem; }

@media (max-width: 1100px) {
    .site-nav { gap: 18px; }
    .header-cta { display: none; }
    .hero__inner { gap: 42px; }
    .partner-grid, .contact-grid { gap: 50px; }
}

@media (max-width: 900px) {
    .topbar__inner { justify-content: center; }
    .topbar__inner > p { display: none; }
    .nav-toggle { display: block; }
    .site-nav { position: fixed; inset: 119px 0 auto; max-height: calc(100vh - 119px); overflow: auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 20px 30px; color: var(--text-color); background: #fff; border-top: 1px solid var(--border-color); box-shadow: var(--shadow); }
    .site-nav.is-open { display: flex; }
    .site-nav > a:not(.button) { padding: 13px 4px; border-bottom: 1px solid var(--border-color); }
    .site-nav > a:not(.button)::after { display: none; }
    .site-nav__mobile-cta { display: inline-flex; margin-top: 18px; }
    .hero__inner { grid-template-columns: 1fr; padding-block: 72px; }
    .hero__content { max-width: 760px; }
    .profile-panel { max-width: 620px; }
    .benefit-strip__grid { grid-template-columns: 1fr 1fr; gap: 20px 0; }
    .benefit-item:nth-child(2) { border-right: 0; }
    .benefit-item:nth-child(3) { padding-left: 0; }
    .partner-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
    .dashboard-wrap { max-width: 680px; }
    .process-grid { grid-template-columns: 1fr 1fr; gap: 40px 0; }
    .process-grid::before { display: none; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
    .price-card > p { min-height: 0; }
}

@media (max-width: 700px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 76px 0; }
    .topbar__contact { gap: 9px; font-size: .7rem; }
    .topbar__divider { display: none; }
    .site-header__inner { min-height: 70px; }
    .site-brand__line { font-size: .72rem; }
    .site-brand__line strong { font-size: 1.16rem; }
    .site-brand__tag { max-width: 220px; font-size: .54rem; }
    .site-brand__logo { max-width: 200px; max-height: 48px; }
    .site-nav { inset: 109px 0 auto; max-height: calc(100vh - 109px); }
    .hero__inner { min-height: auto; padding-block: 64px; }
    .hero__intro { font-size: 1rem; }
    .hero__stats { gap: 26px; }
    .profile-panel { padding: 20px; }
    .benefit-strip__grid { grid-template-columns: 1fr; }
    .benefit-item, .benefit-item:nth-child(3) { padding: 7px 0; border-right: 0; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 325px; }
    .partner-grid, .faq-grid, .contact-grid { gap: 44px; }
    .dashboard-wrap { min-height: 390px; padding: 18px; }
    .dashboard-card { padding: 18px; }
    .dashboard-metrics { grid-template-columns: 1fr; }
    .process-grid { grid-template-columns: 1fr; }
    .process-step { max-width: 380px; margin-inline: auto; }
    .price-card { padding: 28px; }
    .contact-details { grid-template-columns: 1fr; }
    .contact-form-card { padding: 26px 20px; }
    .wpcf7 form { grid-template-columns: 1fr; }
    .wpcf7 form > p { grid-column: 1/-1; }
    .site-footer__grid { grid-template-columns: 1fr; gap: 30px; }
    .site-footer__bottom { flex-direction: column; }
}

@media screen and (max-width: 782px) {
    body.admin-bar .site-header { top: 46px; }
}

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