:root{--primary:#444544;--text:#1F2937;--bg:#F8FAFC;--accent:#B7791F;--accentHover:#9A5B2E;--menuBg:#242423;--menuBorder:#444544;--menuText:#E8EDDF;--menuAccent:#F5CB5C;--menuAccentHover:#F4AF23;--radius:16px;--radiusBtn:999px;--shadow:0 18px 40px rgba(15,23,42,.10);--shadowSoft:0 10px 22px rgba(15,23,42,.08);--container:1180px;--sectionY:clamp(78px, 7vw, 110px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);font-size:18px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}::selection{background:rgba(245,203,92,.55);color:#000}img,svg,video{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5{margin:0 0 16px;letter-spacing:-.02em}h1{color:#fff;font-weight:900;font-size:clamp(34px, 5vw, 58px);line-height:1.08}h2{color:var(--primary);font-weight:800;font-size:clamp(24px, 3vw, 36px);line-height:1.2}h3{color:var(--text);font-weight:800;font-size:clamp(18px, 2.2vw, 24px);line-height:1.3}h4{font-weight:900;font-size:18px;line-height:1.25;margin-bottom:12px}h5{font-weight:900;font-size:15px;line-height:1.2;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}p{margin:0 0 18px}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accentHover)}.muted{color:rgba(31,41,55,.75)}.center{text-align:center}.kpi{font-size:clamp(22px, 3vw, 32px);font-weight:900;letter-spacing:-.02em}.container{width:min(var(--container), calc(100% - 48px));margin:0 auto}.section{padding:var(--sectionY) 0}.section--white{background:#fff;border-top:1px solid rgba(15,23,42,.10);border-bottom:1px solid rgba(15,23,42,.10)}.section--gray{background:#f3f4f6}.section--dark{background:#1a1a1a;color:rgba(255,255,255,.92);border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.10)}.section--contrast{background:linear-gradient(180deg,#2f302f 0%,#1a1a1a 100%);color:rgba(255,255,255,.92);border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.10)}.section--dark h2,.section--contrast h2,.section--dark h3,.section--contrast h3{color:#fff}.section--dark .muted,.section--contrast .muted{color:rgba(255,255,255,.70)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:clamp(18px, 3vw, 26px);align-items:start}.grid-2--alt{grid-template-columns:1.2fr .8fr}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch;margin-top:18px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}@media (max-width:980px){.grid-2,.grid-2--alt{grid-template-columns:1fr}.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.grid-3,.grid-4{grid-template-columns:1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 26px;border-radius:var(--radiusBtn);font-weight:900;border:1px solid transparent;cursor:pointer;transition:transform .12s ease,background-color .2s ease,border-color .2s ease,color .2s ease;user-select:none;white-space:nowrap;line-height:1;font-size:16px;font-family:inherit}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accentHover);color:#fff}.btn--secondary{background:transparent;border-color:var(--accent);color:var(--accent)}.btn--secondary:hover{border-color:var(--accentHover);color:var(--accentHover)}.btn--large{padding:20px 36px;font-size:18px}.hero{position:relative;overflow:hidden;background:radial-gradient(1200px 600px at 20% 20%,rgba(245,203,92,.20),transparent 60%),radial-gradient(900px 500px at 85% 35%,rgba(245,203,92,.12),transparent 55%),linear-gradient(180deg,#444544 0%,#2f302f 100%);color:#fff;padding:clamp(80px, 8vw, 130px) 0}.hero::after{content:"";position:absolute;left:-120px;top:-120px;width:340px;height:340px;border-radius:999px;border:2px solid rgba(245,203,92,.22);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(26px, 4vw, 50px);align-items:center;position:relative;z-index:1}@media (max-width:980px){.hero-grid{grid-template-columns:1fr}}.hero-lead{font-size:clamp(16px, 2.2vw, 22px);color:rgba(255,255,255,.85);margin-bottom:18px;max-width:820px}.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.hero-card{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);padding:18px;backdrop-filter:blur(8px);box-shadow:0 20px 50px rgba(0,0,0,.20);display:flex;flex-direction:column;gap:14px}.card{background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:var(--radius);box-shadow:var(--shadowSoft);padding:22px}.card--soft{background:rgba(15,23,42,.02);border:1px solid rgba(15,23,42,.08);box-shadow:none}.card--dark{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding:22px;color:#fff}.card--highlight{background:#fff;border:2px solid var(--accent);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.card__title{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.icon-card{display:flex;flex-direction:column;height:100%}.icon-wrapper{width:48px;height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;background:rgba(245,203,92,.16);border:1px solid rgba(245,203,92,.30);margin-bottom:14px;flex:0 0 auto;color:var(--accent)}.section--dark .icon-wrapper{color:#fff}.icon-wrapper--danger{background:rgba(220,38,38,.16);border-color:rgba(220,38,38,.30);color:#dc2626}.accent-line{width:60px;height:2px;background:var(--accent);opacity:.85;border-radius:999px;margin:10px 0 16px}.section--dark .accent-line,.section--contrast .accent-line{background:var(--menuAccent);opacity:.9}.divider{width:60px;height:3px;background:var(--menuAccent);border-radius:999px;margin-top:18px;opacity:.95}.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;font-weight:900;font-size:12px;letter-spacing:.06em;text-transform:uppercase;background:rgba(245,203,92,.18);border:1px solid rgba(245,203,92,.30);color:rgba(15,23,42,.92);width:fit-content;margin-bottom:12px}.badge--solid{background:rgba(245,203,92,.95);color:#111;border:1px solid rgba(0,0,0,.06)}.pill{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;background:rgba(245,203,92,.16);border:1px solid rgba(245,203,92,.30);color:rgba(255,255,255,.92);white-space:nowrap}.callout{border-radius:18px;padding:18px;border:1px solid rgba(15,23,42,.10);background:rgba(15,23,42,.02)}.callout--accent{background:rgba(245,203,92,.16);border:1px solid rgba(245,203,92,.30)}.callout--danger{background:rgba(245,203,92,.16);border:1px solid rgba(245,203,92,.30)}.sig-quote{position:relative;padding:28px 28px 28px 38px;border-left:4px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;background:rgba(245,203,92,.08);font-size:clamp(17px, 2vw, 21px);font-weight:800;font-style:italic;line-height:1.5;margin:28px 0}.section--dark .sig-quote,.section--contrast .sig-quote{border-left-color:var(--menuAccent);background:rgba(245,203,92,.10);color:#fff}.list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.list li{display:flex;gap:12px;align-items:flex-start}.bullet{width:10px;height:10px;border-radius:999px;background:rgba(183,121,31,.95);margin-top:8px;flex:0 0 auto}.section--dark .bullet,.section--contrast .bullet{background:rgba(245,203,92,.95)}details{background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:18px;box-shadow:var(--shadowSoft);padding:0;overflow:hidden}details+details{margin-top:12px}summary{list-style:none;cursor:pointer;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:900;color:rgba(15,23,42,.92);background:rgba(15,23,42,.02);border-bottom:1px solid rgba(15,23,42,.10);user-select:none}summary::-webkit-details-marker{display:none}.chev{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff;font-weight:900;transform:rotate(0deg);transition:transform .18s ease;flex:0 0 auto}details[open] summary .chev{transform:rotate(180deg)}.details-body{padding:18px}.section--contrast details{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);box-shadow:none}.section--contrast summary{color:rgba(255,255,255,.92);background:rgba(255,255,255,.04);border-bottom-color:rgba(255,255,255,.10)}.section--contrast .chev{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:rgba(255,255,255,.85)}.section--contrast .details-body{color:rgba(255,255,255,.80)}.dt-slider{position:relative;display:flex;align-items:center;gap:8px}.dt-slider__viewport{flex:1;overflow:hidden;border-radius:var(--radius)}.dt-slider__track{display:flex;gap:16px;transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.dt-slider__nav{width:44px;height:44px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff;color:var(--text);font-size:22px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto;box-shadow:var(--shadowSoft);transition:background .15s,border-color .15s;line-height:1}.dt-slider__nav:hover{background:rgba(15,23,42,.04);border-color:rgba(15,23,42,.20)}.dt-slider__nav:disabled{opacity:.3;cursor:default}.gallery-shot{flex:0 0 420px;border-radius:14px;overflow:hidden;border:1px solid rgba(15,23,42,.10);background:#fff;cursor:pointer;padding:0;display:block;transition:box-shadow .2s,border-color .2s}.gallery-shot:hover{box-shadow:var(--shadow);border-color:var(--accent)}.gallery-shot img{width:100%;height:auto;display:block}.gallery-thumb{flex:0 0 280px;border-radius:14px;overflow:hidden;border:1px solid rgba(15,23,42,.10);background:#fff;display:flex;flex-direction:column;color:var(--text);transition:box-shadow .2s,border-color .2s}.gallery-thumb:hover{box-shadow:var(--shadow);border-color:var(--accent)}.gallery-thumb img{width:100%;height:158px;object-fit:cover}.gallery-thumb__cap{padding:12px 14px;font-weight:800;font-size:14px;line-height:1.4}.modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,visibility .2s ease}.modal[aria-hidden="true"]{opacity:0;visibility:hidden;pointer-events:none}.modal[aria-hidden="false"]{opacity:1;visibility:visible;pointer-events:auto}.modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.80);backdrop-filter:blur(6px)}.modal__content{position:relative;max-width:min(92vw, 900px);max-height:90vh;display:flex;align-items:center;justify-content:center}.modal__img{max-width:100%;max-height:85vh;border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.40);display:block}.modal__close{position:absolute;top:-14px;right:-14px;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.60);color:#fff;font-weight:900;font-size:18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s}.modal__close:hover{background:rgba(0,0,0,.80)}@media (max-width:520px){body{font-size:16px;line-height:1.55}.gallery-shot{flex:0 0 340px}.gallery-thumb{flex:0 0 240px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.chev,details,.dt-slider__track,.modal{transition:none!important}}.header{background-color:#444544!important;width:100%!important;position:sticky!important;top:0!important;z-index:9999!important;padding:0!important;box-shadow:0 4px 20px rgba(0,0,0,.1)!important}.header .container{max-width:1180px!important;margin:0 auto!important;padding:0 20px!important}.header__inner{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;height:80px!important;gap:20px!important}.header .brand{flex:0 0 auto!important;max-width:200px!important;display:flex!important;align-items:center!important}.header .brand a{display:block!important;line-height:0!important}.header .brand img,.header .custom-logo-link img,.custom-logo{height:45px!important;width:auto!important;max-width:100%!important;object-fit:contain!important;margin:0!important;padding:0!important;display:block!important}.header .nav{flex:1 1 auto!important;display:flex!important;justify-content:flex-end!important;margin:0 20px!important}.header .menu,.header .menu--desktop{display:flex!important;flex-direction:row!important;align-items:center!important;gap:4px!important;margin:0!important;padding:0!important;list-style:none!important}.header .menu>li{margin:0!important;padding:0!important}.header .menu>li>a{color:#E8EDDF!important;font-weight:700!important;font-size:15px!important;text-decoration:none!important;padding:10px 14px!important;white-space:nowrap!important}.header__cta{display:flex!important;align-items:center!important;gap:12px!important;flex:0 0 auto!important}.header__cta .btn{display:inline-flex!important;padding:12px 20px!important;font-size:14px!important;border-radius:99px!important;text-decoration:none!important}.drawer{display:none!important;position:fixed!important;inset:0!important;z-index:10000!important}.drawer.is-open{display:block!important}@media (max-width:980px){.header .nav{display:none!important}.header__cta .btn{display:none!important}.burger{display:flex!important;background:transparent!important;border:1px solid rgba(255,255,255,.2)!important;padding:8px!important;border-radius:8px!important;cursor:pointer!important}.burger__icon span{background-color:#fff!important;display:block;height:2px;width:24px;margin:5px 0}}@media (min-width:981px){.burger{display:none!important}}.header ul,.header li,.header .menu,.header .menu-item,.header .page_item{list-style:none!important;margin:0!important;padding:0!important;border:none!important;background:transparent!important;display:flex!important;align-items:center!important}.header__inner{width:100%!important;max-width:100%!important}.header .brand,.header .custom-logo-link{width:auto!important;max-width:200px!important;margin-right:auto!important}.header li::before,.header li::after{display:none!important;content:""!important}.header .menu>li>a{font-size:14px!important;padding:8px 10px!important}.header .menu>li.menu-item-has-children{position:relative!important}.header .menu .sub-menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:4px!important;position:absolute!important;top:100%!important;left:50%!important;transform:translateX(-50%) translateY(10px)!important;min-width:240px!important;background:#ffffff!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:12px!important;padding:8px!important;box-shadow:0 15px 40px rgba(0,0,0,.15)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:all 0.2s cubic-bezier(.25,.46,.45,.94)!important;z-index:99999!important}.header .menu>li.menu-item-has-children:hover .sub-menu,.header .menu>li.menu-item-has-children:focus-within .sub-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-50%) translateY(15px)!important}.header .menu .sub-menu::before{content:""!important;position:absolute!important;top:-20px!important;left:0!important;width:100%!important;height:20px!important;background:transparent!important}.header .menu .sub-menu::after{content:""!important;position:absolute!important;top:-6px!important;left:50%!important;transform:translateX(-50%) rotate(45deg)!important;width:12px!important;height:12px!important;background:#ffffff!important;border-top:1px solid rgba(0,0,0,.08)!important;border-left:1px solid rgba(0,0,0,.08)!important}.header .sub-menu li{width:100%!important;margin:0!important;padding:0!important;display:block!important}.header .sub-menu a{display:block!important;width:100%!important;padding:10px 16px!important;color:#1F2937!important;background:transparent!important;font-size:14px!important;font-weight:600!important;text-align:left!important;text-decoration:none!important;white-space:nowrap!important;border-radius:8px!important;transition:background 0.15s ease,color 0.15s ease!important}.header .sub-menu a:hover{background:rgba(183,121,31,.08)!important;color:#B7791F!important}.kt-marquee{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.kt-marquee__track{display:flex;gap:40px;width:max-content;animation:scroll 40s linear infinite}.kt-marquee__track:hover{animation-play-state:paused}.kt-logo-item{flex:0 0 auto;height:60px;width:140px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border:1px solid rgba(15,23,42,.08);border-radius:12px;opacity:.8;transition:opacity 0.2s}.kt-logo-item:hover{opacity:1;border-color:var(--accent)}@keyframes scroll{to{transform:translateX(-50%)}}.kt-marquee{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.kt-marquee__track{display:flex;gap:40px;width:max-content;animation:kt-scroll 40s linear infinite}.kt-marquee__track:hover{animation-play-state:paused}.kt-logo-item{flex:0 0 auto;height:80px;width:160px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border:1px solid rgba(15,23,42,.08);border-radius:12px;font-weight:900;color:#cbd5e1;font-size:14px;opacity:.8;transition:opacity 0.2s,border-color 0.2s}.kt-logo-item img{max-width:80%;max-height:60%;object-fit:contain;display:block;filter:grayscale(100%);opacity:.7;transition:all 0.3s}.kt-logo-item:hover{opacity:1;border-color:#B7791F;background:#fff}.kt-logo-item:hover img{filter:grayscale(0%);opacity:1}@keyframes kt-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.pre-footer{background:linear-gradient(180deg,#2f302f 0%,#1a1a1a 100%);border-top:1px solid rgba(255,255,255,.08);padding:clamp(60px, 7vw, 96px) 0}.pre-footer__inner{display:grid;grid-template-columns:1.1fr 0.9fr;gap:clamp(32px, 5vw, 64px);align-items:center}.pre-footer__label{font-size:12px;font-weight:900;letter-spacing:.10em;text-transform:uppercase;color:var(--menuAccent);margin-bottom:14px;opacity:1}.pre-footer__heading{color:#fff;font-size:clamp(24px, 3vw, 36px);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px}.pre-footer__sub{color:rgba(232,237,223,.75);font-size:17px;line-height:1.6;margin-bottom:28px;max-width:480px}.pre-footer__proof{display:flex;flex-direction:column;gap:20px}.pre-footer__proof-item{border-left:3px solid var(--accent);padding:10px 0 10px 20px}.pre-footer__proof-num{display:block;font-size:16px;font-weight:900;color:#fff;margin-bottom:4px;letter-spacing:-.01em}.pre-footer__proof-desc{display:block;font-size:13px;color:rgba(232,237,223,.60);line-height:1.45}@media (max-width:900px){.pre-footer__inner{grid-template-columns:1fr}.pre-footer__proof{flex-direction:row;flex-wrap:wrap;gap:16px}.pre-footer__proof-item{flex:1 1 160px}}@media (max-width:520px){.pre-footer__proof{flex-direction:column}}.site-footer{background-color:var(--menuBg);color:var(--menuText);padding:56px 0 0;border-top:1px solid rgba(255,255,255,.06);font-size:15px;line-height:1.6}.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.footer__brand{font-size:17px;font-weight:900;color:#fff;margin-bottom:10px;letter-spacing:-.01em}.footer__desc{font-size:14px;color:rgba(232,237,223,.65);line-height:1.65;margin-bottom:16px;max-width:300px}.footer__contact{font-size:14px;color:rgba(232,237,223,.60);margin-bottom:18px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.footer__contact-link{color:var(--menuText);text-decoration:none;font-weight:700;transition:color .15s}.footer__contact-link:hover{color:var(--menuAccent)}.footer__sep{opacity:.35}.footer__social{display:flex;gap:8px;flex-wrap:wrap}.footer__social-link{font-size:12px;font-weight:700;color:rgba(232,237,223,.70);text-decoration:none;border:1px solid rgba(255,255,255,.14);padding:5px 12px;border-radius:var(--radiusBtn);transition:color .15s,border-color .15s;white-space:nowrap}.footer__social-link:hover{color:var(--menuAccent);border-color:var(--menuAccent)}.footer__col-title{color:#fff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;margin-bottom:16px;opacity:.9}.footer__links{display:flex;flex-direction:column;gap:10px}.footer__link{font-size:14px;color:rgba(232,237,223,.65);text-decoration:none;font-weight:600;line-height:1.4;transition:color .15s;width:fit-content}.footer__link:hover{color:var(--menuAccent)}.footer__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0 28px;flex-wrap:wrap}.footer__copy{font-size:13px;color:rgba(232,237,223,.35)}.footer__policy{font-size:13px;color:rgba(232,237,223,.35);text-decoration:none;transition:color .15s}.footer__policy:hover{color:rgba(232,237,223,.70)}@media (max-width:980px){.footer__grid{grid-template-columns:1fr 1fr;gap:32px}.footer__col--wide{grid-column:1 / -1}.footer__desc{max-width:100%}}@media (max-width:540px){.footer__grid{grid-template-columns:1fr;gap:28px}.footer__bar{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width:980px){.drawer{display:none;position:fixed!important;inset:0!important;z-index:100000!important;width:100%!important;height:100%!important;pointer-events:none}.drawer.is-open{display:block!important;pointer-events:auto!important}.drawer__backdrop{position:absolute!important;inset:0!important;background:rgba(0,0,0,.7)!important;backdrop-filter:blur(4px)!important;opacity:0;transition:opacity 0.3s ease!important}.drawer.is-open .drawer__backdrop{opacity:1!important}.drawer__panel{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:85%!important;max-width:360px!important;background-color:#ffffff!important;box-shadow:-5px 0 30px rgba(0,0,0,.3)!important;display:flex!important;flex-direction:column!important;transform:translateX(100%)!important;transition:transform 0.3s cubic-bezier(.25,1,.5,1)!important;overflow-y:auto!important}.drawer.is-open .drawer__panel{transform:translateX(0)!important}.drawer__top{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:20px!important;border-bottom:1px solid #f3f4f6!important;background:#fff!important;position:sticky!important;top:0!important;z-index:10!important}.drawer__logo img{height:35px!important;width:auto!important;display:block!important}.drawer__close{width:44px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f3f4f6!important;border:none!important;border-radius:50%!important;font-size:20px!important;color:#111!important;cursor:pointer!important}.drawer__nav{padding:20px!important;flex:1!important}.drawer__menu{display:flex!important;flex-direction:column!important;gap:0!important}.drawer__menu li{width:100%!important;border-bottom:1px solid #f9fafb!important}.drawer__menu a{display:block!important;padding:14px 0!important;color:#1F2937!important;font-size:17px!important;font-weight:700!important;text-decoration:none!important}.drawer__menu a:active,.drawer__menu a:hover{color:#B7791F!important}.drawer__menu .sub-menu{display:none!important;background:#f8fafc!important;padding-left:15px!important;margin-bottom:10px!important;border-radius:8px!important}.drawer__menu li.is-open .sub-menu{display:block!important;animation:fadeIn 0.3s ease}.drawer__menu .sub-menu a{font-size:15px!important;font-weight:500!important;padding:10px 0!important;border-bottom:1px solid rgba(0,0,0,.03)!important;color:#4b5563!important}.menu-item-has-children>a::after{content:"▾"!important;float:right!important;font-size:18px!important;color:#9ca3af!important}.drawer__footer{margin-top:30px!important;padding-top:20px!important;border-top:1px solid #e5e7eb!important;display:flex!important;flex-direction:column!important;gap:12px!important}.drawer__footer .btn{width:100%!important;justify-content:center!important;padding:14px!important;font-size:16px!important}.drawer__footer .btn--secondary{color:#1F2937!important;border-color:#1F2937!important}@keyframes fadeIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}}.final-cta{background-color:#1a1a1a!important;background-image:radial-gradient(circle at 50% 0%,#333333 0%,#1a1a1a 75%)!important;color:#ffffff!important;padding:clamp(60px, 6vw, 90px) 20px!important;position:relative;overflow:hidden}.final-cta h2{color:#ffffff!important;margin-bottom:20px!important}.final-cta .accent-line{background:var(--accent)!important;margin:0 auto 24px auto!important;width:80px!important;height:3px!important}.final-cta p{color:rgba(255,255,255,.9)!important;font-size:clamp(18px, 2vw, 20px)!important;line-height:1.6!important;margin-bottom:32px!important}.final-cta .btn--secondary{border-color:rgba(255,255,255,.3)!important;color:#ffffff!important}.final-cta .btn--secondary:hover{border-color:var(--accent)!important;color:var(--accent)!important;background:transparent!important}.card--dark{background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.2)!important;color:#ffffff!important;backdrop-filter:blur(10px)}.card--dark strong{color:#ffffff!important;font-weight:800!important;display:block}.card--dark .muted,.section--dark .muted,.final-cta .muted,.hero .muted{color:rgba(255,255,255,.85)!important}@font-face{font-display:swap;font-family:'Inter Fallback';src:local('Arial');size-adjust:107%;ascent-override:90%}body{font-family:Inter,'Inter Fallback',sans-serif!important;font-display:swap}.header .brand img{width:200px;height:45px}.section--white{min-height:200px;contain:layout}.icon-wrapper{min-width:48px;min-height:48px}details.kt-acc{background:#ffffff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:12px!important;margin-bottom:16px!important;transition:all 0.3s ease!important;box-shadow:0 2px 4px rgba(15,23,42,.02)!important;overflow:hidden}details.kt-acc:hover{border-color:var(--accent)!important;box-shadow:0 10px 20px rgba(15,23,42,.05)!important}details.kt-acc[open]{border-color:rgba(15,23,42,.12)!important;box-shadow:0 10px 30px rgba(15,23,42,.08)!important}details.kt-acc summary{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:20px 24px!important;font-weight:700!important;font-size:17px!important;color:var(--primary)!important;cursor:pointer!important;list-style:none!important;background:transparent!important;user-select:none}details.kt-acc summary::-webkit-details-marker{display:none!important}.kt-chev{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.03);border-radius:50%;font-size:12px;color:var(--primary);transition:all 0.3s ease;flex:0 0 auto}details.kt-acc[open] .kt-chev{background:var(--accent);color:#fff;transform:rotate(180deg)}details.kt-acc .acc-body{padding:0 24px 24px 24px!important;font-size:16px!important;line-height:1.7!important;color:#4b5563!important;animation:slideDown 0.3s ease-out}.acc-body .list{margin-top:10px!important}.acc-body .list li{padding-left:0!important;margin-bottom:8px!important}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){details.kt-acc summary{padding:16px!important;font-size:16px!important}details.kt-acc .acc-body{padding:0 16px 16px 16px!important}}.card--strategy{background:linear-gradient(145deg,#1a1a1a 0%,#0d0d0d 100%)!important;border:1px solid rgba(183,121,31,.3)!important;display:flex;flex-direction:column;height:100%}.card--strategy h3{color:#ffffff!important;font-weight:800!important;margin-top:10px!important}.card--strategy p{color:rgba(255,255,255,.92)!important;font-size:15px!important;line-height:1.6!important}.card--strategy .icon-wrapper{background:rgba(183,121,31,.2)!important;border-color:rgba(183,121,31,.4)!important;color:#fff!important}.card--strategy .sig-quote{background:rgba(183,121,31,.15)!important;border-left:4px solid var(--accent)!important;color:#ffffff!important;padding:20px!important;margin-top:20px!important;border-radius:0 12px 12px 0!important;font-style:italic;font-weight:700!important}.timeline--logic{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:24px!important;margin-top:40px!important;counter-reset:step-counter}.timeline--logic .step{background:#ffffff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:16px!important;padding:32px 24px 24px!important;position:relative!important;transition:all 0.3s ease!important;display:flex!important;flex-direction:column!important;box-shadow:0 4px 6px rgba(0,0,0,.02)!important}.timeline--logic .step:hover{transform:translateY(-5px)!important;border-color:var(--accent)!important;box-shadow:0 20px 40px rgba(15,23,42,.08)!important}.timeline--logic .step::before{counter-increment:step-counter;content:counter(step-counter);position:absolute!important;top:-12px!important;left:24px!important;width:40px!important;height:40px!important;background:var(--accent)!important;color:#fff!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;font-size:18px!important;box-shadow:0 4px 10px rgba(183,121,31,.3)!important;z-index:2!important}.timeline--logic .step__top{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-bottom:16px!important}.timeline--logic .step__when{font-size:12px!important;font-weight:800!important;color:var(--accent)!important;text-transform:uppercase!important;letter-spacing:1px!important}.timeline--logic .step h3{font-size:19px!important;line-height:1.3!important;font-weight:800!important;color:var(--primary)!important;margin-bottom:12px!important;min-height:50px}.timeline--logic .step p{font-size:15px!important;line-height:1.6!important;color:#4b5563!important;margin:0!important}@media (max-width:1024px){.timeline--logic{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:640px){.timeline--logic{grid-template-columns:1fr!important;gap:32px!important}}.wp-block-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.wp-block-table table{word-break:break-word;min-width:100%}@media (max-width:640px){.wp-block-table table{font-size:14px}.wp-block-table th,.wp-block-table td{padding:10px 12px}}