:root{--color-primary: #111111;--color-primary-soft: #1b1b1b;--color-secondary: #c79a2b;--color-secondary-dark: #a87d17;--color-secondary-light: #e7c86f;--color-bg: #f7f5f1;--color-bg-soft: #fcfbf8;--color-surface: #ffffff;--color-surface-alt: #fdfbf7;--color-border: #e8e1d2;--color-text: #111111;--color-text-muted: #5f5a52;--color-text-light: #8c877f;--color-white: #ffffff;--shadow-sm: 0 8px 24px rgba(0, 0, 0, .06);--shadow-md: 0 14px 40px rgba(0, 0, 0, .1);--shadow-lg: 0 24px 60px rgba(0, 0, 0, .14);--radius-sm: 12px;--radius-md: 20px;--radius-lg: 30px;--container: 1200px;--container-narrow: 860px;--font-sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;--transition: all .25s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:16px;line-height:1.65}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none;transition:var(--transition)}ul{margin:0;padding:0;list-style:none}p{margin:0 0 18px;color:var(--color-text-muted)}h1,h2,h3,h4{margin:0 0 16px;line-height:1.12;font-weight:800;color:var(--color-primary)}h1{font-size:clamp(2.2rem,4vw,4.2rem)}h2{font-size:clamp(1.75rem,3vw,2.8rem)}h3{font-size:1.2rem}.skip-link{position:absolute;left:-9999px;top:0}.skip-link:focus{left:16px;top:16px;z-index:1000;background:var(--color-white);padding:10px 14px;border-radius:10px;box-shadow:var(--shadow-sm)}.container{width:min(100% - 40px,var(--container));margin-inline:auto}.narrow,.container.narrow{width:min(100% - 40px,var(--container-narrow));margin-inline:auto}.section{padding:88px 0}.light-section,.section.alt{background:var(--color-bg-soft)}.dark-section{background:linear-gradient(180deg,#111,#1a1a1a)}.dark-section h2,.dark-section h3,.dark-section p,.dark-section li,.dark-section a{color:var(--color-white)}.section-eyebrow,.page-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:8px 14px;border-radius:999px;background:#c79a2b1a;color:var(--color-secondary-dark);font-weight:700;font-size:.9rem}.section-title{margin-bottom:38px}.section-title.center{text-align:center}.section-lead,.lead{font-size:1.05rem}.text-gold{color:var(--color-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;border:1px solid transparent;font-weight:700;cursor:pointer}.btn-primary{background:var(--color-secondary);color:var(--color-primary);box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--color-secondary-light)}.btn-secondary{background:var(--color-white);border-color:var(--color-border);color:var(--color-primary)}.btn-secondary:hover{background:var(--color-bg-soft)}.site-header{position:sticky;top:0;z-index:40;backdrop-filter:blur(14px);background:#fcfbf8e0;border-bottom:1px solid rgba(232,225,210,.7)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:86px}.brand{display:inline-flex;align-items:center;gap:14px;min-width:0}.brand img{width:56px;height:56px;object-fit:contain}.brand-text{display:flex;flex-direction:column}.brand-name{font-weight:900;letter-spacing:.02em}.brand-subtitle{color:var(--color-text-light);font-size:.92rem}.main-nav ul{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.main-nav a{color:var(--color-text-muted);font-weight:600}.main-nav a[aria-current=page],.main-nav a:hover{color:var(--color-primary)}.hero{padding:72px 0 32px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:center}.hero-actions,.hero-buttons,.form-actions,.badge-row{display:flex;gap:14px;flex-wrap:wrap}.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.badge,.ui-badge{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);font-weight:700;box-shadow:var(--shadow-sm)}.hero-card,.card,.info-card,.service-card,.trust-card,.legal-block,.form-shell,.contact-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.hero-card{padding:28px}.hero-logo-wrap{display:grid;place-items:center;min-height:240px;margin-bottom:20px;border-radius:var(--radius-md);background:linear-gradient(180deg,#fff,#fbf7ef)}.hero-logo-wrap img{width:min(100%,280px)}.hero-side-points{display:grid;gap:12px}.hero-side-point{padding:14px 16px;border-radius:var(--radius-sm);background:var(--color-bg-soft);border:1px solid var(--color-border);color:var(--color-text-muted);font-weight:600}.grid-4,.cards-grid.four-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.cards-grid.three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card,.info-card,.service-card,.trust-card,.contact-card{padding:26px}.card-icon{display:inline-grid;place-items:center;width:52px;height:52px;margin-bottom:16px;border-radius:16px;background:#c79a2b1f;color:var(--color-secondary-dark);font-weight:900}.card-link,.text-link{color:var(--color-secondary-dark);font-weight:800}.feature-list{display:grid;gap:16px}.feature-item{display:flex;gap:14px;align-items:flex-start;padding:18px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.feature-check{flex:0 0 auto;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#c79a2b29;color:var(--color-secondary-dark);font-weight:900}.steps-list{display:grid;gap:18px}.step-item{display:grid;grid-template-columns:52px 1fr;gap:18px;align-items:start;padding:22px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.step-number{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:var(--color-primary);color:var(--color-white);font-weight:800}.page-hero{padding:72px 0 26px}.page-hero__content{max-width:860px}.form-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:start}.form-grid.two-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.form-grid.three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.form-field{display:grid;gap:8px}.form-field label{font-weight:700;color:var(--color-primary)}.form-field input,.form-field select,.form-field textarea{width:100%;padding:14px 16px;border-radius:14px;border:1px solid var(--color-border);background:var(--color-white);color:var(--color-text);font:inherit}.form-shell{padding:26px}.checkbox-field label{font-weight:500;color:var(--color-text-muted)}.checkbox-field input{width:auto;margin-right:10px}.form-note{margin-top:18px;font-size:.95rem;color:var(--color-text-light)}.site-footer{padding:72px 0 26px;background:#111}.site-footer h3,.site-footer h4,.site-footer p,.site-footer a,.site-footer li,.site-footer div{color:var(--color-white)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px;margin-bottom:28px}.footer-links{display:grid;gap:10px}.footer-bottom{padding-top:20px;border-top:1px solid rgba(255,255,255,.14);color:#ffffffb8;font-size:.95rem}@media(max-width:1040px){.hero-grid,.form-layout,.grid-4,.grid-2,.cards-grid.four-cols,.cards-grid.three-cols,.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.header-inner{flex-wrap:wrap;padding:14px 0}.main-nav{width:100%;order:3}.main-nav ul{gap:14px}.hero-grid,.form-layout,.grid-4,.grid-2,.cards-grid.four-cols,.cards-grid.three-cols,.form-grid.two-cols,.form-grid.three-cols,.footer-grid{grid-template-columns:1fr}.hero,.page-hero,.section{padding-top:56px;padding-bottom:56px}}.form-intro{display:grid;gap:18px}.legal-note{padding:18px 20px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.contact-inline-list{display:grid;gap:12px}.contact-inline-item{padding:14px 16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.contact-inline-item strong{display:block;margin-bottom:4px;color:var(--color-primary)}.center-buttons,.final-cta-section .hero-buttons{justify-content:center}.checkbox-field a,.form-note a,.legal-block a,.text-link,.card-link{text-decoration:underline;text-underline-offset:3px}.form-field textarea{min-height:160px;resize:vertical}.hero-buttons.left{justify-content:flex-start}.form-status{margin:0 0 20px;padding:16px 18px;border-radius:var(--radius-sm);border:1px solid #e9b3b3;background:#fff3f3;color:#8a1f1f;font-weight:600;box-shadow:var(--shadow-sm)}.form-status[data-type=success]{border-color:#b6dfc3;background:#f1fbf4;color:#175c2e}.cookie-banner{position:fixed;inset:auto 20px 20px;z-index:100}.cookie-banner__inner{width:min(100%,1120px);margin-inline:auto;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:20px 22px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fffffffa;box-shadow:var(--shadow-lg);backdrop-filter:blur(10px)}.cookie-banner__title{margin:0 0 8px;color:var(--color-primary);font-weight:800}.cookie-banner__text{margin:0;color:var(--color-text-muted)}.cookie-banner__text a{text-decoration:underline;text-underline-offset:3px}.cookie-banner__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:760px){.cookie-banner{inset:auto 12px 12px}.cookie-banner__inner{grid-template-columns:1fr}.cookie-banner__actions{justify-content:stretch}.cookie-banner__actions .btn{width:100%}.dark-section{background:linear-gradient(180deg,#111,#1b1b1b);color:#fff}.dark-section h2{color:#fff;margin-bottom:32px}.dark-section .trust-card{background:#fff;border:1px solid #e8e1d2;border-radius:18px;padding:26px 24px;box-shadow:0 16px 45px #0000002e}.dark-section .trust-card h3{color:#111}.dark-section .trust-card p{color:#5b564d}.cards-grid{display:grid;gap:24px}.cards-grid.three-cols{grid-template-columns:repeat(3,1fr)}.cards-grid.four-cols{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.cards-grid.three-cols,.cards-grid.four-cols{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.cards-grid.three-cols,.cards-grid.four-cols{grid-template-columns:1fr}}}
