@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin-ext-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin-ext-500-normal.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin-ext-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin-ext-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin-ext-800-normal.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }

:root {
  color: #0e172d;
  background: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-synthesis: none;
  --blue: #3450ed;
  --blue-dark: #1f3fd6;
  --ink: #0e172d;
  --muted: #596277;
  --line: #dde2eb;
  --soft: #f5f8ff;
  --yellow: #f2bd21;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.admin-bar .site-header { top: 32px; }
button, input, textarea { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-shell { min-height: 100vh; overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid #eef0f5; backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo-link { display: inline-flex; flex: 0 0 auto; }
.brand-logo { width: 54px; height: 54px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a { display: inline-flex; align-items: center; gap: 5px; text-decoration: none; padding: 26px 0; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 19px; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; cursor: pointer; }
.mobile-nav { display: none; }

.hero { min-height: 670px; position: relative; border-bottom: 1px solid #e9ecf3; isolation: isolate; }
.hero-image { position: absolute; z-index: -1; inset: 0 0 0 auto; width: min(70vw, 1030px); height: 100%; object-fit: cover; object-position: center; }
.hero-inner { min-height: 670px; display: flex; align-items: center; }
.hero-copy { width: 57%; padding: 70px 0 54px; }
.hero h1 { margin: 0; font-size: clamp(54px, 5.3vw, 80px); line-height: 1.06; letter-spacing: -0.05em; font-weight: 800; }
.hero-copy > p { width: min(520px, 90%); margin: 25px 0 32px; font-size: 18px; line-height: 1.75; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; border: 0; text-decoration: none; font-weight: 700; cursor: pointer; transition: background 170ms ease, transform 170ms ease, box-shadow 170ms ease; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(52, 80, 237, 0.18); }
.button-primary:hover { background: var(--blue-dark); transform: translateY(-1px); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-dark); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--blue); padding: 8px 0; }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin-top: 58px; width: min(690px, 100%); }
.proof-item { display: flex; gap: 11px; color: var(--blue); }
.proof-item span { display: grid; gap: 2px; color: var(--ink); font-size: 13px; line-height: 1.35; }
.proof-item strong { font-weight: 700; }
.proof-item small { color: var(--muted); font-size: 12px; }
.proof-item > .dashicons { width: 30px; height: 30px; font-size: 30px; flex: 0 0 auto; }

.section { padding: 110px 0; }
.story-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr); gap: 88px; align-items: center; }
.story-copy { max-width: 520px; }
.eyebrow { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; }
h2 { margin: 0; font-size: clamp(36px, 4vw, 53px); line-height: 1.12; letter-spacing: -0.04em; }
.story h2 { color: var(--blue); }
.accent-line { display: block; width: 58px; height: 3px; background: var(--yellow); margin: 28px 0; }
.accent-line.small { width: 36px; margin: 16px 0; }
.story-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; font-size: 16px; }
.story-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

.services { padding-top: 82px; }
.section-heading { text-align: center; margin-bottom: 58px; }
.section-heading p { margin: 14px 0 0; color: var(--muted); font-size: 17px; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service { padding: 0 30px; border-right: 1px solid var(--line); }
.service:first-child { padding-left: 0; }
.service:last-child { border-right: 0; padding-right: 0; }
.service-title { display: flex; align-items: center; gap: 15px; color: var(--blue); min-height: 70px; }
.service h3 { margin: 0; color: var(--ink); font-size: 18px; line-height: 1.35; }
.service ul { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 15px; }
.service li { display: flex; gap: 10px; align-items: flex-start; color: #3c465d; font-size: 14px; line-height: 1.5; }
.service li .dashicons { width: 15px; height: 15px; font-size: 15px; color: var(--blue); flex: 0 0 auto; margin-top: 3px; }
.service-title > .dashicons { width: 34px; height: 34px; font-size: 34px; flex: 0 0 auto; }

.certificates { padding-top: 86px; background: var(--soft); border-top: 1px solid #edf1f9; }
.certificate-heading { max-width: 760px; margin-inline: auto; }
.certificate-heading .eyebrow { color: var(--blue-dark); }
.certificate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.certificate-card { min-width: 0; padding: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 38px rgba(14, 23, 45, 0.07); }
.certificate-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; height: 310px; }
.certificate-images.is-single { grid-template-columns: 1fr; }
.certificate-images a { display: flex; min-width: 0; overflow: hidden; background: #f6f7fa; border: 1px solid #e4e7ee; }
.certificate-images img { width: 100%; height: 100%; object-fit: contain; transition: transform 180ms ease; }
.certificate-images a:hover img, .certificate-images a:focus-visible img { transform: scale(1.025); }
.certificate-card h3 { margin: 20px 0 8px; font-size: 19px; line-height: 1.35; }
.certificate-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.trust-band { padding: 54px 0; background: var(--soft); border-block: 1px solid #edf1f9; }
.trust-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 80px; align-items: center; }
.quote-block, .trust-promise { display: flex; align-items: center; gap: 25px; }
.quote-icon { width: 36px; height: 36px; font-size: 36px; color: var(--blue); flex: 0 0 auto; align-self: flex-start; }
.quote-block p, .trust-promise p { margin: 0; font-size: 16px; line-height: 1.65; font-weight: 600; }
.quote-block small { color: var(--muted); }
.trust-promise { border-left: 1px solid var(--line); padding-left: 58px; }
.trust-promise > .dashicons { width: 72px; height: 72px; font-size: 72px; color: var(--blue); flex: 0 0 auto; }

.contact { padding-bottom: 72px; }
.contact-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 80px; }
.contact h2 { font-size: clamp(34px, 3.5vw, 48px); }
.contact-list { display: grid; gap: 24px; font-style: normal; margin-top: 36px; }
.contact-list a, .contact-list > div { display: flex; gap: 18px; align-items: flex-start; text-decoration: none; }
.contact-list .dashicons { width: 27px; height: 27px; font-size: 27px; color: var(--blue); flex: 0 0 auto; }
.contact-list span { display: grid; gap: 4px; }
.contact-list strong { font-size: 15px; }
.contact-list small { color: var(--muted); }
.contact-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: #4e586e; font-size: 12px; font-weight: 700; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; border: 1px solid #cfd5e0; background: #fff; color: var(--ink); padding: 14px 16px; border-radius: 0; outline: 0; transition: border-color 160ms ease, box-shadow 160ms ease; }
.contact-form input:not([type="checkbox"]):focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(52, 80, 237, 0.12); }
.contact-form textarea { resize: vertical; min-height: 140px; }
.consent { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 12px !important; font-weight: 500 !important; line-height: 1.55; }
.consent input { margin-top: 3px; accent-color: var(--blue); }
.consent a { color: var(--blue-dark); }
.submit-button { width: 100%; }
.form-success { margin: 0; padding: 14px 16px; background: #ecf8f1; color: #176d43; border-left: 3px solid #27a66b; font-weight: 700; }
.form-error { margin: 0; padding: 14px 16px; background: #fff0f0; color: #8a1f2d; border-left: 3px solid #c73548; font-weight: 700; }
.contact-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { border-top: 1px solid var(--line); padding: 26px 0; }
.footer-inner { display: grid; grid-template-columns: auto auto 1fr; gap: 34px; align-items: center; color: var(--muted); font-size: 12px; }
.site-footer .brand-logo { width: 46px; height: 46px; }
.footer-inner nav { display: flex; justify-content: center; gap: 30px; }
.footer-inner nav a { text-decoration: none; }
.footer-inner nav a:hover { color: var(--blue); }
.social-link { color: var(--blue); display: inline-flex; }
.social-link .dashicons { width: 27px; height: 27px; font-size: 27px; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }

.policy-main { padding: 76px 0 100px; }
.policy-back { white-space: nowrap; }
.policy-content { max-width: 900px; }
.policy-content h1 { margin: 8px 0 14px; font-size: clamp(44px, 6vw, 72px); line-height: 1.05; letter-spacing: -0.05em; }
.policy-updated { color: var(--muted); }
.policy-note { margin: 34px 0 44px; padding: 20px 22px; background: #fff8df; border-left: 4px solid var(--yellow); line-height: 1.65; }
.policy-content section { padding: 28px 0; border-top: 1px solid var(--line); }
.policy-content section h2 { font-size: 26px; letter-spacing: -0.025em; }
.policy-content section p, .policy-content section li { color: #46516a; font-size: 16px; line-height: 1.8; }
.policy-content section ul { padding-left: 24px; }
.policy-content section a { color: var(--blue-dark); }
.policy-table-wrap { width: 100%; overflow-x: auto; margin: 22px 0; }
.policy-table { width: 100%; min-width: 680px; border-collapse: collapse; color: #46516a; font-size: 14px; line-height: 1.55; }
.policy-table th, .policy-table td { padding: 13px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-table th { color: var(--ink); background: var(--soft); font-weight: 800; }
.policy-table code { color: var(--blue-dark); font-family: Consolas, monospace; font-size: 13px; }
.policy-footer { grid-template-columns: auto 1fr; }

.tool-main { min-height: calc(100vh - 79px); display: grid; place-items: start center; padding: 72px 24px 100px; background: linear-gradient(180deg, #f5f8ff 0%, #fff 100%); }
.tool-gate { width: min(760px, 100%); padding: clamp(30px, 5vw, 56px); border: 1px solid var(--line); background: #fff; box-shadow: 0 30px 80px rgba(14, 23, 45, 0.11); }
.tool-gate > .brand-logo { width: 76px; height: 76px; margin-bottom: 32px; }
.tool-gate h1 { margin: 12px 0 18px; font-size: clamp(42px, 6vw, 66px); line-height: 1; letter-spacing: -0.055em; }
.tool-gate > p:not(.eyebrow):not(.tool-preview-notice) { max-width: 650px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.tool-gate form { margin-top: 30px; }
.tool-gate label { display: grid; gap: 9px; color: #33405c; font-size: 13px; font-weight: 800; }
.tool-inline { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.tool-inline input { min-width: 0; height: 52px; padding: 0 15px; border: 1px solid #bfc8dc; border-radius: 0; outline: none; }
.tool-inline input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(52, 80, 237, 0.12); }
.tool-preview-notice { margin: 20px 0 0; padding: 14px 16px; border-left: 3px solid var(--blue); background: #eef1ff; color: #33405c; font-size: 13px; line-height: 1.55; }

:focus-visible { outline: 3px solid rgba(52, 80, 237, 0.35); outline-offset: 3px; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 20px; }
  .hero-copy { width: 62%; }
  .story-grid { grid-template-columns: 1fr 1fr; gap: 52px; }
  .services-grid { grid-template-columns: 1fr 1fr; gap: 48px 0; }
  .certificate-grid { grid-template-columns: 1fr 1fr; }
  .service:nth-child(2) { border-right: 0; }
  .service:nth-child(3) { padding-left: 0; }
  .trust-grid { gap: 48px; }
  .contact-grid { gap: 52px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .mobile-nav { display: grid; max-height: 0; overflow: hidden; transition: max-height 220ms ease; background: #fff; border-top: 1px solid transparent; }
  .mobile-nav.is-open { max-height: 420px; border-color: var(--line); }
  .mobile-nav a { padding: 14px 24px; text-decoration: none; font-weight: 700; border-bottom: 1px solid #eef0f5; }
  .hero { min-height: auto; padding-top: 0; display: flex; flex-direction: column; }
  .hero-image { position: relative; width: 100%; height: 390px; object-position: 58% center; z-index: 0; order: 0; }
  .hero-inner { min-height: auto; order: 1; }
  .hero-copy { width: 100%; padding: 48px 0 58px; }
  .hero h1 { font-size: clamp(46px, 12vw, 68px); }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 82px 0; }
  .story-grid, .contact-grid, .trust-grid { grid-template-columns: 1fr; }
  .story-grid { gap: 42px; }
  .story-image { order: -1; }
  .trust-promise { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 34px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner nav { grid-column: 1 / -1; justify-content: flex-start; flex-wrap: wrap; gap: 16px 25px; }
}

@media (max-width: 560px) {
  body.admin-bar .site-header { top: 46px; }
  .header-inner { min-height: 68px; }
  .brand-logo { width: 48px; height: 48px; }
  .policy-back { font-size: 0; width: auto; border: 0; }
  .policy-back svg { width: 24px; height: 24px; }
  .hero-image { height: 310px; }
  .hero h1 { font-size: 47px; }
  .hero-copy > p { width: 100%; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .button, .hero-actions .text-link { width: 100%; justify-content: center; }
  .proof-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .section { padding: 68px 0; }
  .story-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; gap: 0; }
  .certificate-grid { grid-template-columns: 1fr; }
  .certificate-images { height: 360px; }
  .service, .service:first-child, .service:nth-child(3), .service:last-child { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service:last-child { border-bottom: 0; }
  .section-heading { margin-bottom: 30px; }
  .quote-block, .trust-promise { align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr auto; gap: 20px; }
  .footer-inner p { grid-column: 1 / -1; margin: 0; }
  .policy-main { padding-top: 48px; }
  .policy-content h1 { font-size: 43px; }
  .tool-inline { grid-template-columns: 1fr; gap: 10px; }
  .tool-inline .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
