@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--nav-orange:#ff6b00;--nav-orange-light:#ff9d52;--nav-orange-dark:#d94f00;--nav-orange-soft:#ff6b001f;--nav-bg:#080a0fb3;--nav-bg-scrolled:#080a0fe6;--nav-surface:#ffffff0e;--nav-surface-hover:#ffffff17;--nav-text:#f7f8fb;--nav-text-soft:#b7bdc9;--nav-text-muted:#7f8796;--nav-border:#ffffff1a;--nav-border-strong:#ffffff29;--nav-success:#48d597;--nav-shadow:0 18px 60px #0000003d;--nav-dropdown-shadow:0 25px 80px #0000008c;--nav-transition:.22s cubic-bezier(.4, 0, .2, 1)}.simple-nav{z-index:9999;background:var(--nav-bg);-webkit-backdrop-filter:blur(16px)saturate(140%);width:100%;transition:background var(--nav-transition), border-color var(--nav-transition), box-shadow var(--nav-transition);border-bottom:1px solid #0000;position:fixed;top:0;left:0}.simple-nav.is-scrolled,.simple-nav.menu-is-open{border-bottom-color:var(--nav-border);background:var(--nav-bg-scrolled);box-shadow:var(--nav-shadow)}.nav-container{justify-content:space-between;align-items:center;width:min(1180px,100% - 48px);min-height:76px;margin:0 auto;display:flex}.nav-logo{color:var(--nav-text);border-radius:12px;flex:none;align-items:center;gap:11px;text-decoration:none;display:inline-flex}.nav-avatar-wrap{width:46px;height:46px;transition:transform var(--nav-transition), border-color var(--nav-transition), box-shadow var(--nav-transition);background:linear-gradient(145deg,#ff6b0038,#ffffff08);border:1px solid #ff6b007a;border-radius:14px;flex:none;padding:2px;display:block;position:relative;box-shadow:0 8px 24px #0000004d}.nav-logo:hover .nav-avatar-wrap{border-color:#ff6b00cc;transform:translateY(-2px)rotate(-2deg);box-shadow:0 10px 28px #00000059,0 0 18px #ff6b001f}.nav-avatar{object-fit:cover;background:#12151d;border-radius:11px;width:100%;height:100%;display:block}.nav-online-dot{background:var(--nav-success);border:3px solid #090b10;border-radius:50%;width:13px;height:13px;position:absolute;bottom:-3px;right:-3px;box-shadow:0 0 0 3px #48d59714}.nav-brand{flex-direction:column;gap:2px;display:flex}.nav-brand strong{color:var(--nav-text);letter-spacing:-.025em;white-space:nowrap;font-size:1rem;font-weight:800;line-height:1.15}.nav-brand strong span{color:var(--nav-orange-light)}.nav-brand small{color:var(--nav-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:700;line-height:1.2}.nav-links{align-items:center;gap:3px;display:flex}.nav-links>a:not(.nav-mobile-email){min-height:40px;color:var(--nav-text-soft);transition:color var(--nav-transition), background var(--nav-transition), transform var(--nav-transition);border-radius:10px;align-items:center;padding:8px 13px;font-size:.82rem;font-weight:650;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.nav-links>a:not(.nav-mobile-email):after{content:"";transform-origin:50%;background:linear-gradient(90deg, var(--nav-orange), var(--nav-orange-light));height:2px;transition:transform var(--nav-transition);border-radius:999px;position:absolute;bottom:5px;left:13px;right:13px;transform:scaleX(0)}.nav-links>a:not(.nav-mobile-email):hover{color:var(--nav-text);background:var(--nav-surface)}.nav-links>a:not(.nav-mobile-email):hover:after,.nav-links>a:not(.nav-mobile-email).active:after{transform:scaleX(1)}.nav-links>a:not(.nav-mobile-email).active{color:#fff;background:var(--nav-orange-soft)}.nav-links>a:focus-visible,.nav-logo:focus-visible,.nav-btn:focus-visible,.menu-toggle:focus-visible{outline-offset:3px;outline:3px solid #ff6b004d}.nav-right{flex:none;align-items:center;gap:10px;display:flex}.nav-btn{color:#fff;background:linear-gradient(135deg, var(--nav-orange), var(--nav-orange-dark));min-height:43px;transition:transform var(--nav-transition), box-shadow var(--nav-transition);border:1px solid #ff6b0040;border-radius:12px;align-items:center;gap:8px;padding:10px 15px;font-size:.78rem;font-weight:750;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 9px 24px #ff6b0033,inset 0 1px #ffffff3d}.nav-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff42,#0000);width:34%;height:320%;transition:left .55s;position:absolute;top:-110%;left:-55%;transform:rotate(24deg)}.nav-btn:hover:before{left:125%}.nav-btn:hover{transform:translateY(-2px);box-shadow:0 13px 30px #ff6b004d,inset 0 1px #ffffff3d}.nav-btn-arrow{transition:transform var(--nav-transition);font-size:.67rem}.nav-btn:hover .nav-btn-arrow{transform:translate(3px)}.nav-mobile-email{display:none}.menu-toggle{cursor:pointer;border:1px solid var(--nav-border);width:43px;height:43px;color:var(--nav-text);background:var(--nav-surface);transition:color var(--nav-transition), border-color var(--nav-transition), background var(--nav-transition), transform var(--nav-transition);border-radius:12px;place-items:center;padding:0;display:none}.menu-toggle:hover{color:var(--nav-orange-light);background:var(--nav-surface-hover);border-color:#ff6b0052}.menu-toggle:active{transform:scale(.94)}.menu-toggle-icon{place-items:center;font-size:1.05rem;display:grid}.nav-progress{pointer-events:none;height:1px;position:absolute;bottom:-1px;left:0;right:0;overflow:hidden}.nav-progress span{transform-origin:0;background:linear-gradient(90deg, var(--nav-orange), var(--nav-orange-light));width:100%;height:100%;display:block;transform:scaleX(0)}@supports (animation-timeline:scroll()){.nav-progress span{animation:linear both navScrollProgress;animation-timeline:scroll(root)}}@keyframes navScrollProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (width<=860px){.nav-container{width:min(100% - 32px,720px);min-height:70px;position:relative}.menu-toggle{display:grid}.nav-links{z-index:10;visibility:hidden;opacity:0;border:1px solid var(--nav-border-strong);box-shadow:var(--nav-dropdown-shadow);-webkit-backdrop-filter:blur(24px)saturate(140%);transform-origin:top;pointer-events:none;background:radial-gradient(circle at 100% 0,#ff6b001f,#0000 32%),#0e1118f7;border-radius:20px;flex-direction:column;align-items:stretch;gap:5px;padding:10px;transition:opacity .24s,visibility .24s,transform .24s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:calc(100% + 10px);left:0;right:0;transform:translateY(-10px)scale(.98)}.nav-links.show{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.nav-links>a:not(.nav-mobile-email){border:1px solid #0000;border-radius:12px;justify-content:space-between;width:100%;min-height:48px;padding:12px 14px;font-size:.87rem}.nav-links>a:not(.nav-mobile-email):before{content:"";opacity:0;background:var(--nav-orange);width:6px;height:6px;transition:opacity var(--nav-transition), transform var(--nav-transition);border-radius:50%;order:2;display:block;transform:scale(.5);box-shadow:0 0 12px #ff6b00b3}.nav-links>a:not(.nav-mobile-email):after{display:none}.nav-links>a:not(.nav-mobile-email):hover{border-color:var(--nav-border)}.nav-links>a:not(.nav-mobile-email).active{border-color:#ff6b0038}.nav-links>a:not(.nav-mobile-email).active:before{opacity:1;transform:scale(1)}.nav-mobile-email{color:#fff;background:linear-gradient(135deg, var(--nav-orange), var(--nav-orange-dark));border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:48px;margin-top:5px;padding:12px 14px;font-size:.82rem;font-weight:750;text-decoration:none;display:flex;box-shadow:0 9px 24px #ff6b0033}.nav-mobile-email svg:last-child{font-size:.68rem}}@media (width<=560px){.nav-container{width:calc(100% - 24px);min-height:66px}.nav-avatar-wrap{border-radius:13px;width:42px;height:42px}.nav-avatar{border-radius:10px}.nav-brand strong{font-size:.9rem}.nav-brand small{font-size:.57rem}.nav-btn{display:none}.nav-links{top:calc(100% + 8px)}}@media (width<=350px){.nav-brand small{display:none}.nav-brand strong{font-size:.84rem}.nav-logo{gap:8px}}@media (prefers-reduced-motion:reduce){.simple-nav,.nav-avatar-wrap,.nav-links,.nav-links a,.nav-links a:after,.nav-btn,.nav-btn:before,.nav-btn-arrow,.menu-toggle{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}.nav-progress{display:none}}@media (prefers-contrast:more){:root{--nav-text-soft:#e2e5eb;--nav-text-muted:#bec4ce;--nav-border:#ffffff47;--nav-border-strong:#ffffff6b}}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.simple-nav{background:#080a0ff7}.nav-links{background:#10131a}}:root{--orange:#ff6b00;--orange-light:#ffad69;--orange-dark:#d84b00;--orange-soft:#ff6b001f;--green:#4ed79a;--background:#07090d;--card:#10131aeb;--surface:#ffffff0b;--surface-hover:#ffffff13;--border:#ffffff1a;--border-strong:#ffffff2b;--text:#f7f8fa;--text-soft:#b7bcc6;--text-muted:#7e8592}*{box-sizing:border-box}body{background:var(--background);margin:0}button,a{-webkit-tap-highlight-color:transparent}.consultation-page{min-height:100vh;color:var(--text);background:radial-gradient(circle at 10% 8%,#ff6b0021,#0000 30rem),radial-gradient(circle at 95% 45%,#ff6b0014,#0000 32rem),linear-gradient(#090b10,#07090d 60%,#090b10);font-family:DM Sans,sans-serif;position:relative;overflow:hidden}.background-grid{pointer-events:none;opacity:.21;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:65px 65px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 75%);mask-image:linear-gradient(#000,#0000 75%)}.glow{pointer-events:none;filter:blur(75px);background:#ff6b0017;border-radius:50%;width:350px;height:350px;position:absolute}.glow-left{animation:9s ease-in-out infinite alternate floatLeft;top:5%;left:-200px}.glow-right{animation:11s ease-in-out infinite alternate floatRight;top:47%;right:-200px}.top-navigation{z-index:10;justify-content:space-between;align-items:center;width:min(1180px,100% - 40px);margin:0 auto;padding:23px 0;display:flex;position:relative}.brand{color:var(--text);align-items:center;gap:11px;text-decoration:none;display:inline-flex}.brand-symbol{width:42px;height:42px;color:var(--orange-light);background:var(--orange-soft);border:1px solid #ff6b0052;border-radius:13px;place-items:center;display:grid}.brand-name{flex-direction:column;display:flex}.brand-name strong{font-family:Manrope,sans-serif;font-size:.96rem}.brand-name small{color:var(--text-muted);font-size:.64rem}.navigation-button{border:1px solid var(--border-strong);min-height:41px;color:var(--text);background:var(--surface);border-radius:11px;align-items:center;gap:8px;padding:10px 15px;font-size:.73rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.navigation-button:hover{background:var(--orange-soft);border-color:#ff6b0073;transform:translateY(-2px)}.copy-notification{z-index:100;min-width:min(360px,100% - 30px);color:var(--text);background:#0f1614f5;border:1px solid #4ed79a47;border-radius:14px;align-items:center;gap:10px;padding:13px 14px;animation:.3s both notificationEnter;display:flex;position:fixed;top:22px;left:50%;transform:translate(-50%);box-shadow:0 20px 55px #0006}.copy-notification>svg{color:var(--green)}.copy-notification span{color:var(--text-muted);flex-direction:column;flex:1;gap:2px;font-size:.62rem;display:flex}.copy-notification strong{color:var(--text);font-size:.7rem}.copy-notification button{cursor:pointer;width:28px;height:28px;color:var(--text-muted);background:var(--surface);border:0;border-radius:8px;place-items:center;display:grid}.hero-section{z-index:2;grid-template-columns:minmax(0,1.15fr) minmax(380px,.75fr);align-items:center;gap:clamp(55px,8vw,105px);width:min(1180px,100% - 40px);margin:0 auto;padding:70px 0 105px;display:grid;position:relative}.hero-content{animation:.7s both contentEnter}.availability{color:#c3efdb;background:#4ed79a12;border:1px solid #4ed79a33;border-radius:999px;align-items:center;gap:8px;min-height:32px;margin-bottom:28px;padding:7px 12px;font-size:.69rem;font-weight:600;display:inline-flex}.availability>span{background:var(--green);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite statusPulse;box-shadow:0 0 12px #4ed79ad9}.eyebrow{color:var(--orange-light);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 14px;font-size:.68rem;font-weight:800;display:flex}.hero-content h1{letter-spacing:-.07em;max-width:720px;margin:0;font-family:Manrope,sans-serif;font-size:clamp(3.3rem,6.8vw,6.1rem);font-weight:800;line-height:.94}.hero-content h1 span{color:#0000;background:linear-gradient(105deg, var(--orange), #ffae68 62%, #ffd4b1);-webkit-background-clip:text;background-clip:text;padding:5px 0 9px;display:block}.rotating-hook{align-items:center;min-height:43px;margin-top:17px;display:flex}.hook-line{color:#e5e7eb;padding-left:17px;font-family:Manrope,sans-serif;font-size:clamp(.88rem,1.5vw,1.02rem);font-weight:700;animation:.45s both hookChange;position:relative}.hook-line:before{content:"";background:var(--orange);border-radius:99px;width:3px;height:22px;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 15px #ff6b008c}.hero-description{max-width:680px;color:var(--text-soft);margin:18px 0 0;font-size:clamp(.94rem,1.5vw,1.06rem);line-height:1.75}.hero-description strong{color:var(--text)}.decision-hook{background:#ff6b0011;border:1px solid #ff6b0030;border-radius:15px;align-items:flex-start;gap:12px;max-width:640px;margin-top:23px;padding:14px;display:flex}.decision-icon{width:35px;height:35px;color:var(--orange-light);background:var(--orange-soft);border-radius:11px;flex:none;place-items:center;font-family:Manrope,sans-serif;font-weight:800;display:grid}.decision-hook div{flex-direction:column;gap:3px;display:flex}.decision-hook strong{font-size:.74rem}.decision-hook p{color:var(--text-muted);margin:0;font-size:.66rem;line-height:1.5}.hero-benefits{flex-wrap:wrap;gap:9px;margin-top:22px;display:flex}.hero-benefits span{border:1px solid var(--border);min-height:37px;color:var(--text-soft);background:var(--surface);border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.67rem;font-weight:600;display:inline-flex}.hero-benefits svg{color:var(--orange-light)}.hero-actions{flex-wrap:wrap;gap:11px;margin-top:28px;display:flex}.primary-button,.secondary-button{cursor:pointer;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:51px;padding:13px 19px;font-family:inherit;font-size:.78rem;font-weight:750;text-decoration:none;transition:all .22s;display:inline-flex;position:relative;overflow:hidden}.primary-button{color:#fff;background:linear-gradient(135deg, var(--orange), var(--orange-dark));border:1px solid #0000;box-shadow:0 15px 35px #ff6b003d,inset 0 1px #ffffff40}.primary-button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:35%;height:340%;transition:left .6s;position:absolute;top:-120%;left:-60%;transform:rotate(24deg)}.primary-button:hover:before{left:130%}.primary-button:hover,.secondary-button:hover{transform:translateY(-3px)}.secondary-button{border:1px solid var(--border-strong);color:var(--text);background:var(--surface)}.secondary-button:hover{background:var(--surface-hover);border-color:#ff6b0061}.booking-card{border:1px solid var(--border-strong);background:linear-gradient(145deg, #fff1, transparent 50%), var(--card);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:29px;padding:28px;animation:.75s .1s both cardEnter;position:relative;overflow:hidden;box-shadow:0 35px 90px #00000080,inset 0 1px #ffffff14}.card-light{pointer-events:none;filter:blur(58px);background:#ff6b0026;border-radius:50%;width:320px;height:320px;position:absolute;top:-160px;right:-130px}.booking-top{justify-content:space-between;align-items:center;display:flex;position:relative}.special-offer,.saving-label{letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:7px 10px;font-size:.61rem;font-weight:800;display:inline-flex}.special-offer{border:1px solid var(--border);color:var(--text-muted);background:var(--surface)}.saving-label{color:#ffb477;background:var(--orange-soft);border:1px solid #ff6b004d}.consultant-row{align-items:center;gap:11px;margin-top:20px;display:flex;position:relative}.consultant-avatar{color:#fff;background:linear-gradient(145deg, var(--orange), #963504);border-radius:14px;flex:none;place-items:center;width:46px;height:46px;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:800;display:grid;position:relative}.consultant-avatar span{background:var(--green);border:3px solid #11141a;border-radius:50%;width:13px;height:13px;position:absolute;bottom:-3px;right:-3px}.consultant-row>div:last-child{flex-direction:column;gap:2px;display:flex}.consultant-row strong{font-size:.74rem}.consultant-row p{color:var(--text-muted);margin:0;font-size:.6rem}.booking-card h2{letter-spacing:-.045em;margin:21px 0 0;font-family:Manrope,sans-serif;font-size:clamp(1.8rem,3vw,2.3rem);line-height:1.08;position:relative}.card-description{color:var(--text-soft);margin:10px 0 18px;font-size:.76rem;line-height:1.6;position:relative}.price-animation-box{border:1px solid var(--border);background:#0000003b;border-radius:17px;grid-template-columns:1fr 44px 1fr;align-items:center;gap:9px;padding:16px;display:grid;position:relative}.regular-price,.offer-price{flex-direction:column;gap:5px;display:flex}.regular-price>span,.offer-price>span{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.54rem;font-weight:700}.regular-price strong{color:#8b919b;width:fit-content;font-family:Manrope,sans-serif;font-size:1.25rem;position:relative}.regular-price strong i{background:linear-gradient(90deg, var(--orange-dark), var(--orange-light));transform-origin:0;border-radius:99px;width:110%;height:3px;animation:.6s .35s forwards strikePrice;position:absolute;top:51%;left:-5%;overflow:hidden;transform:rotate(-9deg)scaleX(0);box-shadow:0 0 8px #ff6b008c}.price-transformation{color:var(--orange);justify-content:center;align-items:center;display:flex;position:relative}.price-transformation:before{content:"";background:#ff6b0040;height:1px;position:absolute;top:50%;left:4px;right:4px}.price-transformation svg{background:#101218;padding:3px;font-size:1rem;position:relative}.moving-dot{z-index:2;background:var(--orange-light);width:5px;height:5px;box-shadow:0 0 9px var(--orange);border-radius:50%;animation:1.2s ease-in-out infinite movePriceDot;position:absolute;top:50%;left:2px;transform:translateY(-50%)}.offer-price{text-align:right;align-items:flex-end}.offer-price strong{color:var(--orange-light);letter-spacing:-.06em;font-family:Manrope,sans-serif;font-size:2.25rem;line-height:1}.offer-price strong small{margin-right:2px;font-size:1rem}.offer-price strong.price-finished{animation:.7s priceSuccess}.price-message{color:#9de5c4;justify-content:center;align-items:center;gap:7px;margin-top:9px;font-size:.61rem;font-weight:700;display:flex}.price-message svg{color:var(--green)}.countdown-section{background:#ff6b000e;border:1px solid #ff6b002e;border-radius:14px;margin-top:13px;padding:13px}.countdown-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.countdown-heading>span{color:var(--text-muted);text-transform:uppercase;align-items:center;gap:6px;font-size:.56rem;font-weight:700;display:flex}.countdown-heading svg{color:var(--orange-light)}.countdown-heading>strong{color:#ffc08e;font-size:.59rem}.countdown{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:7px;margin-top:10px;display:grid}.countdown>div{border:1px solid var(--border);background:#00000030;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:1px;min-height:46px;display:flex}.countdown strong{color:#fff;font-family:Manrope,sans-serif;font-size:.92rem}.countdown span{color:var(--text-muted);text-transform:uppercase;font-size:.46rem}.countdown b{color:var(--orange)}.certificate-box{background:linear-gradient(135deg,#ff6b0018,#ffbe7408);border:1px solid #ffae5e33;border-radius:14px;align-items:flex-start;gap:10px;margin-top:12px;padding:13px;display:flex}.certificate-icon{color:#ffc18c;background:#ff6b0024;border-radius:10px;flex:none;place-items:center;width:35px;height:35px;display:grid}.certificate-box div{flex-direction:column;gap:3px;display:flex}.certificate-box strong{color:#ffe0c3;font-size:.68rem}.certificate-box p{color:#a9988b;margin:0;font-size:.59rem;line-height:1.45}.session-information{grid-template-columns:1fr 1fr;gap:8px;margin-top:11px;display:grid}.session-information>div{border:1px solid var(--border);background:var(--surface);border-radius:11px;align-items:center;gap:8px;min-width:0;padding:10px;display:flex}.session-information svg{color:var(--orange-light);flex:none;font-size:.76rem}.session-information span{flex-direction:column;gap:2px;min-width:0;display:flex}.session-information small{color:var(--text-muted);font-size:.5rem}.session-information strong{font-size:.6rem}.benefit-list{flex-direction:column;gap:8px;margin:15px 0;padding:0;list-style:none;display:flex}.benefit-list li{color:var(--text-soft);align-items:flex-start;gap:8px;font-size:.66rem;line-height:1.45;display:flex}.benefit-list li>span{width:18px;height:18px;color:var(--orange-light);background:var(--orange-soft);border-radius:50%;flex:none;place-items:center;font-size:.5rem;display:grid}.selected-service{background:#ff6b000f;border:1px solid #ff6b0030;border-radius:11px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:11px;padding:10px 11px;display:flex}.selected-service span{color:var(--text-muted);font-size:.55rem}.selected-service strong{color:var(--orange-light);text-align:right;font-size:.62rem}.full-booking-button{width:100%}.booking-note{color:var(--text-muted);text-align:center;margin:8px 0 0;font-size:.53rem}.safe-booking{border-top:1px solid var(--border);color:var(--text-muted);align-items:flex-start;gap:8px;margin-top:13px;padding-top:13px;display:flex}.safe-booking>svg{color:var(--green);margin-top:2px}.safe-booking span{flex-direction:column;gap:2px;font-size:.54rem;line-height:1.45;display:flex}.safe-booking strong{color:#c7e7d8;font-size:.59rem}.services-section,.faq-section{z-index:2;border-top:1px solid var(--border);width:min(1180px,100% - 40px);margin:0 auto;padding:95px 0;position:relative}.section-heading{grid-template-columns:minmax(0,1fr) minmax(270px,.55fr);align-items:end;gap:55px;display:grid}.section-heading h2,.faq-heading h2{letter-spacing:-.055em;margin:0;font-family:Manrope,sans-serif;font-size:clamp(2.2rem,4vw,3.65rem);line-height:1.05}.section-heading>p{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.7}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:42px;display:grid}.service-card{cursor:pointer;border:1px solid var(--border);min-height:255px;color:var(--text);text-align:left;animation:serviceEnter .6s var(--delay) ease both;background:linear-gradient(145deg,#ffffff0b,#0000),#0d1015d6;border-radius:20px;flex-direction:column;align-items:flex-start;padding:21px;font-family:inherit;transition:all .23s;display:flex;position:relative;overflow:hidden}.service-card:hover,.service-card.selected{background:linear-gradient(145deg,#ff6b0017,#0000),#0f1218f7;border-color:#ff6b006e;transform:translateY(-6px)}.service-number{color:#ffffff29;font-size:.65rem;font-weight:800;position:absolute;top:18px;right:19px}.service-icon{width:43px;height:43px;color:var(--orange-light);background:var(--orange-soft);border:1px solid #ff6b0038;border-radius:13px;place-items:center;margin-bottom:25px;display:grid}.service-card>strong{font-family:Manrope,sans-serif;font-size:.96rem}.service-card>p{color:var(--text-muted);margin:8px 0 20px;font-size:.68rem;line-height:1.6}.service-action{color:var(--text-soft);align-items:center;gap:7px;margin-top:auto;font-size:.63rem;font-weight:700;display:flex}.service-card.selected .service-action{color:var(--orange-light)}.final-hook{border:1px solid var(--border);background:var(--surface);border-radius:18px;align-items:center;gap:13px;margin-top:18px;padding:20px 22px;display:flex}.final-hook-icon{width:41px;height:41px;color:var(--orange-light);background:var(--orange-soft);border-radius:11px;flex:none;place-items:center;display:grid}.final-hook>div{flex-direction:column;flex:1;gap:3px;display:flex}.final-hook strong{font-size:.74rem}.final-hook p{color:var(--text-muted);margin:0;font-size:.63rem}.final-hook>a{color:var(--orange-light);flex:none;align-items:center;gap:8px;font-size:.67rem;font-weight:750;text-decoration:none;display:inline-flex}.faq-section{padding-top:90px;padding-bottom:120px}.faq-heading{max-width:700px}.faq-list{flex-direction:column;gap:10px;max-width:850px;margin-top:37px;display:flex}.faq-item{border:1px solid var(--border);background:var(--surface);border-radius:15px;overflow:hidden}.faq-item>button{cursor:pointer;width:100%;min-height:61px;color:var(--text);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:15px;padding:16px 18px;font-family:inherit;font-size:.75rem;font-weight:700;display:flex}.faq-item>button svg{color:var(--orange-light);flex:none;transition:transform .25s}.faq-item.open>button svg{transform:rotate(180deg)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.faq-answer>p{min-height:0;color:var(--text-muted);margin:0;padding:0 18px;font-size:.7rem;line-height:1.65;transition:padding .3s;overflow:hidden}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer>p{padding-bottom:18px}@keyframes strikePrice{to{transform:rotate(-9deg)scaleX(1)}}@keyframes movePriceDot{0%{opacity:0;left:2px}25%{opacity:1}75%{opacity:1}to{opacity:0;left:calc(100% - 7px)}}@keyframes priceSuccess{0%,to{transform:scale(1)}40%{color:#fff;text-shadow:0 0 20px #ff6b00cc;transform:scale(1.13)}}@keyframes contentEnter{0%{opacity:0;filter:blur(5px);transform:translateY(25px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes cardEnter{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes hookChange{0%{opacity:0;filter:blur(3px);transform:translateY(7px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes serviceEnter{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes notificationEnter{0%{opacity:0;transform:translate(-50%,-15px)}to{opacity:1;transform:translate(-50%)}}@keyframes statusPulse{50%{opacity:.5;transform:scale(.75)}}@keyframes floatLeft{to{transform:translate(80px,55px)scale(1.12)}}@keyframes floatRight{to{transform:translate(-70px,-45px)scale(1.1)}}@media (width<=980px){.hero-section{grid-template-columns:1fr;width:min(760px,100% - 40px);padding-top:55px}.hero-content{text-align:center}.availability,.eyebrow,.hero-benefits,.hero-actions{justify-content:center}.hero-description,.decision-hook{margin-left:auto;margin-right:auto}.booking-card{text-align:left;width:min(530px,100%);margin:0 auto}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.top-navigation,.hero-section,.services-section,.faq-section{width:min(100% - 28px,560px)}.hero-section{gap:42px;padding:45px 0 75px}.hero-content h1{font-size:clamp(2.75rem,14vw,4.4rem)}.hook-line{margin:0 auto}.hero-benefits{grid-template-columns:1fr;display:grid}.hero-actions{flex-direction:column}.hero-actions>*{width:100%}.booking-card{border-radius:23px;padding:21px 17px}.session-information{grid-template-columns:1fr}.section-heading{grid-template-columns:1fr;gap:16px}.services-grid{grid-template-columns:1fr;margin-top:31px}.service-card{min-height:235px}.final-hook{flex-direction:column;align-items:flex-start}.faq-section{padding:75px 0 95px}}@media (width<=390px){.brand-name small{display:none}.navigation-button{padding:9px 11px;font-size:.64rem}.price-animation-box{text-align:center;grid-template-columns:1fr}.regular-price,.offer-price{text-align:center;align-items:center}.price-transformation{width:45px;margin:3px auto;transform:rotate(90deg)}.selected-service{flex-direction:column;align-items:flex-start}.selected-service strong{text-align:left}.countdown-heading{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.simple-about{--about-orange:#ff6b00;--about-orange-light:#ff9d52;--about-orange-dark:#d94f00;--about-orange-soft:#ff6b001c;--about-orange-glow:#ff6b003d;--about-bg:#0a0c12;--about-bg-soft:#0e1118;--about-card:#12151ddb;--about-surface:#ffffff0d;--about-surface-hover:#ffffff16;--about-text-main:#f7f8fb;--about-text-soft:#b7bdc9;--about-text-muted:#7f8796;--about-border:#ffffff1a;--about-border-strong:#ffffff29;--about-success:#48d597;isolation:isolate;width:100%;color:var(--about-text-main);background:radial-gradient(circle at 82% 25%,#ff6b0017,#0000 30%),radial-gradient(circle at 15% 85%,#ff8c3c0b,#0000 28%),linear-gradient(145deg,#0a0c12 0%,#0e1118 50%,#090b10 100%);padding:clamp(85px,10vw,135px) 0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.simple-about:before{z-index:-1;content:"";background:linear-gradient(90deg,#0000,#ff6b0061,#0000);width:min(1100px,90%);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.about-ambient{z-index:-2;pointer-events:none;filter:blur(90px);border-radius:50%;position:absolute}.about-ambient-one{background:#ff6b001f;width:460px;height:460px;animation:14s ease-in-out infinite alternate aboutAmbientOne;top:-180px;right:-170px}.about-ambient-two{background:#ff8b3912;width:500px;height:500px;animation:17s ease-in-out infinite alternate aboutAmbientTwo;bottom:-220px;left:-180px}.about-container{z-index:1;grid-template-columns:minmax(0,1fr) minmax(390px,.82fr);align-items:center;gap:clamp(55px,8vw,110px);width:min(1180px,100% - 48px);margin:0 auto;display:grid;position:relative}.about-left{opacity:0;min-width:0;transform:translateY(28px)}.about-visible .about-left{animation:.7s forwards aboutContentEnter}.about-tag{color:var(--about-orange-light);background:var(--about-orange-soft);letter-spacing:.11em;text-transform:uppercase;border:1px solid #ff6b0038;border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 12px;font-size:.7rem;font-weight:800;display:inline-flex}.about-tag svg{font-size:.76rem}.about-left h2{max-width:730px;color:var(--about-text-main);letter-spacing:-.06em;margin:0;font-size:clamp(2.55rem,5vw,4.4rem);font-weight:850;line-height:1.02}.about-left h2 span{color:#0000;background:linear-gradient(100deg, var(--about-orange), #ffb06d 58%, var(--about-orange-light));-webkit-background-clip:text;background-clip:text;display:inline}.about-intro{max-width:670px;color:var(--about-text-soft);margin:25px 0 0;font-size:clamp(1rem,1.5vw,1.08rem);line-height:1.75}.about-intro strong{color:#fff;font-weight:800}.about-text{max-width:670px;color:var(--about-text-muted);margin:14px 0 0;font-size:.94rem;line-height:1.75}.about-benefits{grid-template-columns:1fr 1fr;gap:11px 20px;max-width:640px;margin-top:27px;display:grid}.about-benefit{min-width:0;color:var(--about-text-soft);align-items:center;gap:9px;font-size:.78rem;font-weight:650;display:flex}.about-benefit svg{color:var(--about-orange-light);flex:none;font-size:.78rem}.about-actions{flex-wrap:wrap;align-items:center;gap:18px;margin-top:31px;display:flex}.about-primary-btn{color:#fff;background:linear-gradient(135deg, var(--about-orange), var(--about-orange-dark));border:1px solid #ff6b0047;border-radius:13px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:13px 19px;font-size:.84rem;font-weight:750;text-decoration:none;transition:transform .22s,box-shadow .22s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 13px 30px #ff6b0038,inset 0 1px #ffffff3d}.about-primary-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:35%;height:320%;transition:left .55s;position:absolute;top:-110%;left:-55%;transform:rotate(24deg)}.about-primary-btn:hover:before{left:125%}.about-primary-btn:hover{transform:translateY(-3px);box-shadow:0 17px 38px #ff6b004d,inset 0 1px #ffffff3d}.about-primary-btn svg:last-child{font-size:.68rem;transition:transform .22s}.about-primary-btn:hover svg:last-child{transform:translate(3px)}.about-text-link{color:var(--about-text-soft);align-items:center;gap:8px;padding:9px 2px;font-size:.8rem;font-weight:700;text-decoration:none;transition:color .22s,gap .22s;display:inline-flex}.about-text-link svg{color:var(--about-orange-light);font-size:.68rem}.about-text-link:hover{color:#fff;gap:12px}.about-primary-btn:focus-visible,.about-text-link:focus-visible,.about-capability-btn:focus-visible{outline-offset:4px;outline:3px solid #ff6b004d}.about-right{opacity:0;min-width:0;transform:translateY(30px)scale(.975)}.about-visible .about-right{animation:.78s .12s forwards aboutCardEnter}.about-expertise-card{border:1px solid var(--about-border-strong);background:linear-gradient(145deg, #ffffff12, #ffffff05), var(--about-card);-webkit-backdrop-filter:blur(22px);border-radius:28px;padding:27px;position:relative;overflow:hidden;box-shadow:0 30px 85px #00000061,inset 0 1px #ffffff14}.about-expertise-card:before{content:"";pointer-events:none;filter:blur(55px);background:#ff6b001f;border-radius:50%;width:300px;height:300px;position:absolute;top:-120px;right:-120px}.about-card-top{justify-content:space-between;align-items:center;gap:14px;margin-bottom:25px;display:flex;position:relative}.about-card-top>span:first-child{color:var(--about-text-muted);letter-spacing:.11em;text-transform:uppercase;font-size:.67rem;font-weight:800}.about-live-status{color:#91dfbb;background:#48d59712;border:1px solid #48d5972b;border-radius:999px;align-items:center;gap:7px;padding:6px 9px;font-size:.65rem;font-weight:750;display:inline-flex}.about-live-status i{background:var(--about-success);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite aboutStatusPulse;box-shadow:0 0 10px #48d597b3}.about-profile-area{border-bottom:1px solid var(--about-border);align-items:center;gap:18px;padding-bottom:22px;display:flex;position:relative}.about-image-ring{background:linear-gradient(135deg, var(--about-orange), var(--about-orange-light));border-radius:24px;flex:none;width:94px;height:94px;padding:4px;position:relative;box-shadow:0 15px 35px #ff6b0038,0 0 0 8px #ff6b000d}.about-image-ring img{object-fit:cover;background:var(--about-bg-soft);border:3px solid #171a22;border-radius:20px;width:100%;height:100%;display:block}.about-profile-icon{color:#fff;background:linear-gradient(135deg, var(--about-orange), var(--about-orange-dark));border:3px solid #151820;border-radius:9px;place-items:center;width:29px;height:29px;font-size:.72rem;display:grid;position:absolute;bottom:-7px;right:-8px}.about-profile-copy{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.about-profile-copy small{color:var(--about-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.66rem;font-weight:650}.about-profile-copy strong{color:#fff;letter-spacing:-.035em;font-size:clamp(1.25rem,2.5vw,1.55rem);font-weight:820;line-height:1.15}.about-profile-copy span{color:var(--about-orange-light);font-size:.7rem;font-weight:650;line-height:1.4}.about-active-capability{background:radial-gradient(circle at 100% 0,#ff6b001a,#0000 45%),#ff6b000e;border:1px solid #ff6b002e;border-radius:17px;align-items:flex-start;gap:14px;min-height:132px;margin-top:20px;padding:18px;animation:.42s both aboutCapabilityChange;display:flex}.about-active-icon{width:43px;height:43px;color:var(--about-orange-light);background:#ff6b001a;border:1px solid #ff6b003d;border-radius:12px;flex:none;place-items:center;font-size:1rem;display:grid}.about-active-capability>div{min-width:0}.about-active-capability small{color:var(--about-text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:.61rem;font-weight:750;display:block}.about-active-capability h3{color:#fff;letter-spacing:-.02em;margin:0;font-size:1.05rem;font-weight:800}.about-active-capability p{color:var(--about-text-soft);margin:7px 0 0;font-size:.73rem;line-height:1.55}.about-capability-list{grid-template-columns:1fr 1fr;gap:8px;margin-top:13px;display:grid}.about-capability-btn{cursor:pointer;border:1px solid var(--about-border);min-height:42px;color:var(--about-text-muted);background:var(--about-surface);text-align:left;border-radius:11px;align-items:center;gap:9px;padding:9px 11px;font-family:inherit;font-size:.69rem;font-weight:700;transition:color .2s,border-color .2s,background .2s,transform .2s;display:flex}.about-capability-btn svg{color:var(--about-text-muted);flex:none;font-size:.8rem;transition:color .2s}.about-capability-btn:hover{color:#fff;background:var(--about-surface-hover);border-color:#ff6b0047;transform:translateY(-2px)}.about-capability-btn.is-active{color:#fff;background:var(--about-orange-soft);border-color:#ff6b0061;box-shadow:inset 0 0 0 1px #ff6b000a}.about-capability-btn.is-active svg{color:var(--about-orange-light)}.about-capability-btn:active{transform:translateY(0)scale(.98)}.about-card-footer{border-top:1px solid var(--about-border);background:#00000024;grid-template-columns:repeat(3,1fr);gap:7px;margin:22px -27px -27px;padding:18px 17px;display:grid}.about-card-footer>div{text-align:center;flex-direction:column;align-items:center;gap:3px;min-width:0;padding:0 6px;display:flex}.about-card-footer>div:not(:last-child){border-right:1px solid var(--about-border)}.about-card-footer strong{color:var(--about-orange-light);font-size:.83rem;font-weight:800}.about-card-footer span{color:var(--about-text-muted);font-size:.57rem;font-weight:650;line-height:1.35}@keyframes aboutContentEnter{0%{opacity:0;filter:blur(5px);transform:translateY(28px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes aboutCardEnter{0%{opacity:0;filter:blur(5px);transform:translateY(30px)scale(.975)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes aboutCapabilityChange{0%{opacity:0;filter:blur(3px);transform:translateY(7px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes aboutStatusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.78)}}@keyframes aboutAmbientOne{0%{transform:translate(0,0)scale(1)}to{transform:translate(-55px,45px)scale(1.1)}}@keyframes aboutAmbientTwo{0%{transform:translate(0,0)scale(1)}to{transform:translate(50px,-35px)scale(1.08)}}@media (width<=980px){.about-container{grid-template-columns:1fr;gap:58px;width:min(720px,100% - 40px)}.about-left{text-align:center}.about-left h2,.about-intro,.about-text,.about-benefits{margin-left:auto;margin-right:auto}.about-actions{justify-content:center}.about-right{width:min(530px,100%);margin:0 auto}}@media (width<=600px){.simple-about{padding:78px 0}.about-container{gap:44px;width:min(100% - 28px,520px)}.about-tag{margin-bottom:16px;font-size:.65rem}.about-left h2{font-size:clamp(2.35rem,12vw,3.25rem);line-height:1.02}.about-intro{margin-top:20px;font-size:.94rem;line-height:1.7}.about-text{font-size:.85rem;line-height:1.7}.about-benefits{text-align:left;grid-template-columns:1fr;width:fit-content;margin-top:23px}.about-benefit{font-size:.75rem}.about-actions{flex-direction:column;gap:9px;margin-top:27px}.about-primary-btn{width:100%}.about-text-link{justify-content:center;width:100%}.about-expertise-card{border-radius:23px;padding:20px 17px}.about-card-top{margin-bottom:21px}.about-profile-area{gap:15px}.about-image-ring{border-radius:20px;width:78px;height:78px}.about-image-ring img{border-radius:16px}.about-profile-copy strong{font-size:1.18rem}.about-profile-copy span{font-size:.61rem}.about-active-capability{min-height:145px;padding:15px}.about-active-icon{width:38px;height:38px}.about-capability-list{grid-template-columns:1fr 1fr;gap:7px}.about-capability-btn{min-height:44px;padding:8px;font-size:.61rem}.about-card-footer{margin:19px -17px -20px;padding:16px 8px}.about-card-footer strong{font-size:.75rem}.about-card-footer span{font-size:.52rem}}@media (width<=380px){.about-card-top{align-items:flex-start}.about-live-status{font-size:.58rem}.about-profile-area{text-align:center;flex-direction:column}.about-profile-copy{align-items:center}.about-active-capability{text-align:center;flex-direction:column;align-items:center;min-height:190px}.about-capability-list{grid-template-columns:1fr}.about-card-footer{grid-template-columns:1fr;gap:11px}.about-card-footer>div{padding:4px 0}.about-card-footer>div:not(:last-child){border-right:0;border-bottom:1px solid var(--about-border);padding-bottom:11px}}@media (prefers-reduced-motion:reduce){.about-left,.about-right,.about-active-capability,.about-live-status i,.about-ambient{transition-duration:.01ms!important;animation:none!important}.about-left,.about-right{opacity:1;filter:none;transform:none}}@media (prefers-contrast:more){.simple-about{--about-text-soft:#e0e3e9;--about-text-muted:#b3bac6;--about-border:#ffffff40;--about-border-strong:#fff6}}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.about-expertise-card{background:#14171f}}.pro-footer{--footer-orange:#ff6b00;--footer-orange-light:#ff9d52;--footer-orange-dark:#d94f00;--footer-orange-soft:#ff6b001c;--footer-bg:#080a0f;--footer-card:#12151de0;--footer-surface:#ffffff0d;--footer-surface-hover:#ffffff16;--footer-text:#f7f8fb;--footer-text-soft:#b7bdc9;--footer-text-muted:#7f8796;--footer-border:#ffffff1a;--footer-border-strong:#ffffff29;--footer-success:#48d597;isolation:isolate;width:100%;color:var(--footer-text);background:radial-gradient(circle at 85% 15%,#ff6b001a,#0000 31%),radial-gradient(circle at 10% 82%,#ff8f3e0d,#0000 29%),linear-gradient(145deg,#080a0f 0%,#0d1017 50%,#07090d 100%);padding:clamp(80px,10vw,125px) 0 0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.pro-footer:before{z-index:-1;content:"";background:linear-gradient(90deg,#0000,#ff6b0073,#0000);width:min(1100px,90%);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer-ambient{z-index:-2;pointer-events:none;filter:blur(90px);border-radius:50%;position:absolute}.footer-ambient-one{background:#ff6b0021;width:480px;height:480px;animation:15s ease-in-out infinite alternate footerAmbientOne;top:-190px;right:-180px}.footer-ambient-two{background:#ff872d12;width:540px;height:540px;animation:18s ease-in-out infinite alternate footerAmbientTwo;bottom:-260px;left:-210px}.footer-container{z-index:1;grid-template-columns:minmax(0,1.08fr) minmax(350px,.72fr);align-items:stretch;gap:22px;width:min(1120px,100% - 48px);margin:0 auto;display:grid;position:relative}.footer-brand-card,.footer-contact-card,.footer-navigation{border:1px solid var(--footer-border);background:linear-gradient(145deg, #fff1, #ffffff05), var(--footer-card);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden;box-shadow:0 28px 75px #00000057,inset 0 1px #ffffff12}.footer-brand-card,.footer-contact-card{border-radius:28px;padding:clamp(24px,3vw,34px)}.footer-brand-card:before,.footer-contact-card:before{content:"";pointer-events:none;filter:blur(50px);background:#ff6b001c;border-radius:50%;width:270px;height:270px;position:absolute;top:-110px;right:-110px}.footer-brand-card{animation:.7s both footerCardEnter}.footer-side-column{flex-direction:column;gap:16px;min-width:0;animation:.7s .1s both footerCardEnter;display:flex}.footer-profile-row{align-items:center;gap:18px;display:flex;position:relative}.footer-avatar-wrap{background:linear-gradient(145deg,#ff6b0036,#ffffff08);border:1px solid #ff6b0073;border-radius:23px;flex:none;width:84px;height:84px;padding:4px;position:relative;box-shadow:0 16px 36px #00000059,0 0 26px #ff6b0017}.footer-avatar{object-fit:cover;background:#12151d;border-radius:19px;width:100%;height:100%;display:block}.footer-online-dot{background:var(--footer-success);border:4px solid #10131a;border-radius:50%;width:17px;height:17px;animation:2.2s ease-in-out infinite footerStatusPulse;position:absolute;bottom:-2px;right:-2px;box-shadow:0 0 0 4px #48d59717}.footer-profile-copy{min-width:0}.footer-mini-label{color:var(--footer-orange-light);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:7px;margin:0 0 8px;font-size:.66rem;font-weight:800;display:inline-flex}.footer-mini-label svg{font-size:.67rem}.footer-brand-card h2{color:#fff;letter-spacing:-.055em;margin:0;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:850;line-height:1}.footer-brand-card h2 span{color:#0000;background:linear-gradient(100deg, var(--footer-orange), #ffb06d);-webkit-background-clip:text;background-clip:text}.footer-role{color:var(--footer-text);margin:25px 0 0;font-size:.88rem;font-weight:750;line-height:1.55;position:relative}.footer-about{max-width:650px;color:var(--footer-text-soft);margin:12px 0 0;font-size:.85rem;line-height:1.7;position:relative}.footer-stats{grid-template-columns:repeat(3,1fr);gap:9px;margin:24px 0;display:grid;position:relative}.footer-stats>div{border:1px solid var(--footer-border);background:var(--footer-surface);text-align:center;border-radius:14px;min-width:0;padding:15px 10px;transition:transform .22s,border-color .22s,background .22s}.footer-stats>div:hover{background:var(--footer-surface-hover);border-color:#ff6b0047;transform:translateY(-3px)}.footer-stats strong{color:var(--footer-orange-light);margin-bottom:4px;font-size:.95rem;font-weight:800;display:block}.footer-stats small{color:var(--footer-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.61rem;font-weight:650;display:block;overflow:hidden}.footer-main-btn,.footer-outline-btn{border-radius:13px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;font-size:.8rem;font-weight:750;text-decoration:none;transition:transform .22s,border-color .22s,background .22s,box-shadow .22s;display:inline-flex;position:relative;overflow:hidden}.footer-main-btn{color:#fff;background:linear-gradient(135deg, var(--footer-orange), var(--footer-orange-dark));border:1px solid #ff6b0042;box-shadow:0 13px 30px #ff6b0038,inset 0 1px #ffffff3d}.footer-main-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:35%;height:320%;transition:left .55s;position:absolute;top:-110%;left:-55%;transform:rotate(24deg)}.footer-main-btn:hover:before{left:125%}.footer-main-btn:hover{transform:translateY(-3px);box-shadow:0 17px 38px #ff6b004d,inset 0 1px #ffffff3d}.footer-main-btn svg:last-child,.footer-outline-btn svg:last-child{font-size:.66rem;transition:transform .22s}.footer-main-btn:hover svg:last-child,.footer-outline-btn:hover svg:last-child{transform:translate(3px)}.footer-trust-note{color:var(--footer-text-muted);align-items:flex-start;gap:9px;margin-top:15px;font-size:.67rem;line-height:1.5;display:flex}.footer-trust-note svg{color:var(--footer-success);flex:none;margin-top:2px}.footer-card-heading{align-items:center;gap:12px;margin-bottom:20px;display:flex;position:relative}.footer-heading-icon{color:#fff;background:linear-gradient(135deg, var(--footer-orange), var(--footer-orange-dark));border:1px solid #ff6b003d;border-radius:13px;flex:none;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 11px 25px #ff6b0038}.footer-heading-icon svg{font-size:.9rem}.footer-card-heading>div{min-width:0}.footer-card-heading small{color:var(--footer-text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:.61rem;font-weight:750;display:block}.footer-card-heading h3{color:#fff;letter-spacing:-.025em;margin:0;font-size:1.15rem;font-weight:800}.footer-contact-list{flex-direction:column;gap:9px;display:flex;position:relative}.footer-contact-item{border:1px solid var(--footer-border);background:var(--footer-surface);border-radius:13px;align-items:center;gap:11px;min-width:0;padding:12px;transition:transform .22s,border-color .22s,background .22s;display:flex}.footer-contact-item:hover{background:var(--footer-surface-hover);border-color:#ff6b0040;transform:translateY(-2px)}.footer-contact-icon{width:36px;height:36px;color:var(--footer-orange-light);background:#ff6b0017;border:1px solid #ff6b002e;border-radius:11px;flex:none;place-items:center;display:grid}.footer-contact-icon svg{font-size:.77rem}.footer-contact-details{flex:1;min-width:0}.footer-contact-details small{color:var(--footer-text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:3px;font-size:.58rem;font-weight:700;display:block}.footer-contact-details a,.footer-contact-details p{color:var(--footer-text-soft);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.7rem;font-weight:650;line-height:1.4;text-decoration:none;display:block;overflow:hidden}.footer-contact-details a:hover{color:var(--footer-orange-light)}.footer-copy-btn{cursor:pointer;border:1px solid var(--footer-border);width:33px;height:33px;color:var(--footer-text-muted);background:#ffffff09;border-radius:10px;flex:none;place-items:center;padding:0;transition:color .2s,border-color .2s,background .2s,transform .2s;display:grid}.footer-copy-btn:hover{color:var(--footer-orange-light);background:var(--footer-orange-soft);border-color:#ff6b004d;transform:translateY(-1px)}.footer-copy-btn.is-copied{color:var(--footer-success);background:#48d59714;border-color:#48d5973d}.footer-offer-box{background:radial-gradient(circle at 100% 0,#ff6b001a,#0000 45%),#ff6b000e;border:1px solid #ff6b0033;border-radius:15px;align-items:center;gap:12px;margin:15px 0;padding:14px;display:flex;position:relative}.footer-offer-icon{color:#fff;background:linear-gradient(135deg, var(--footer-orange), var(--footer-orange-dark));border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 11px 25px #ff6b0033}.footer-offer-icon svg{font-size:.87rem}.footer-offer-box>div{min-width:0}.footer-offer-box small{color:var(--footer-text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:2px;font-size:.58rem;font-weight:750;display:block}.footer-offer-box h4{color:var(--footer-orange-light);letter-spacing:-.03em;margin:0;font-size:1.1rem;font-weight:850}.footer-offer-box h4 span{color:var(--footer-text-soft);letter-spacing:normal;font-size:.68rem;font-weight:650}.footer-offer-box p{color:var(--footer-text-muted);align-items:center;gap:6px;margin:5px 0 0;font-size:.59rem;line-height:1.4;display:flex}.footer-offer-box p svg{color:var(--footer-orange-light)}.footer-outline-btn{color:var(--footer-orange-light);background:#ff6b0011;border:1px solid #ff6b0045}.footer-outline-btn:hover{color:#fff;background:linear-gradient(135deg, var(--footer-orange), var(--footer-orange-dark));transform:translateY(-3px);box-shadow:0 15px 32px #ff6b0038}.footer-navigation{border-radius:17px;align-items:center;gap:17px;padding:16px 18px;display:flex}.footer-navigation>span{color:var(--footer-text-muted);letter-spacing:.07em;text-transform:uppercase;flex:none;font-size:.61rem;font-weight:750}.footer-navigation>div{flex-wrap:wrap;gap:6px;display:flex}.footer-navigation a{color:var(--footer-text-soft);border-radius:7px;padding:6px 8px;font-size:.65rem;font-weight:650;text-decoration:none;transition:color .2s,background .2s}.footer-navigation a:hover{color:var(--footer-orange-light);background:var(--footer-orange-soft)}.footer-bottom{z-index:1;border-top:1px solid var(--footer-border);grid-template-columns:1fr auto 40px;align-items:center;gap:22px;width:min(1120px,100% - 48px);margin:34px auto 0;padding:22px 0;display:grid;position:relative}.footer-bottom p,.footer-bottom>span{color:var(--footer-text-muted);margin:0;font-size:.66rem;font-weight:650;line-height:1.5}.footer-bottom>span{text-align:center}.footer-top-btn{cursor:pointer;border:1px solid var(--footer-border-strong);width:40px;height:40px;color:var(--footer-orange-light);background:var(--footer-surface);border-radius:11px;place-items:center;padding:0;transition:color .2s,border-color .2s,background .2s,transform .2s;display:grid}.footer-top-btn:hover{color:#fff;background:var(--footer-orange);border-color:#ff6b0059;transform:translateY(-3px)}.footer-main-btn:focus-visible,.footer-outline-btn:focus-visible,.footer-contact-details a:focus-visible,.footer-copy-btn:focus-visible,.footer-navigation a:focus-visible,.footer-top-btn:focus-visible{outline-offset:4px;outline:3px solid #ff6b004d}@keyframes footerCardEnter{0%{opacity:0;filter:blur(4px);transform:translateY(25px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes footerStatusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.58;transform:scale(.78)}}@keyframes footerAmbientOne{0%{transform:translate(0,0)scale(1)}to{transform:translate(-55px,45px)scale(1.1)}}@keyframes footerAmbientTwo{0%{transform:translate(0,0)scale(1)}to{transform:translate(55px,-40px)scale(1.08)}}@media (width<=900px){.footer-container{grid-template-columns:1fr;width:min(720px,100% - 40px)}.footer-bottom{grid-template-columns:1fr auto;width:min(720px,100% - 40px)}.footer-bottom>span{display:none}}@media (width<=600px){.pro-footer{padding-top:78px}.footer-container{width:min(100% - 28px,520px)}.footer-brand-card,.footer-contact-card{border-radius:23px;padding:21px 18px}.footer-profile-row{gap:14px}.footer-avatar-wrap{border-radius:20px;width:72px;height:72px}.footer-avatar{border-radius:16px}.footer-brand-card h2{font-size:1.75rem}.footer-mini-label{font-size:.56rem}.footer-role{margin-top:21px;font-size:.78rem}.footer-about{font-size:.77rem}.footer-stats{gap:7px;margin:21px 0}.footer-stats>div{padding:13px 5px}.footer-stats strong{font-size:.82rem}.footer-stats small{font-size:.52rem}.footer-main-btn,.footer-outline-btn{font-size:.73rem}.footer-navigation{flex-direction:column;align-items:flex-start;gap:10px}.footer-navigation>div{width:100%}.footer-bottom{grid-template-columns:1fr 40px;width:min(100% - 28px,520px);margin-top:27px}.footer-bottom p{font-size:.59rem}}@media (width<=380px){.footer-profile-row{flex-direction:column;align-items:flex-start}.footer-stats{grid-template-columns:1fr}.footer-stats small{white-space:normal}.footer-contact-item{align-items:flex-start}.footer-contact-details a,.footer-contact-details p{white-space:normal;overflow-wrap:anywhere}.footer-offer-box{align-items:flex-start}}@media (prefers-reduced-motion:reduce){.footer-brand-card,.footer-side-column,.footer-online-dot,.footer-ambient{animation:none!important}.footer-main-btn,.footer-main-btn:before,.footer-outline-btn,.footer-stats>div,.footer-contact-item,.footer-copy-btn,.footer-navigation a,.footer-top-btn{transition-duration:.01ms!important}}@media (prefers-contrast:more){.pro-footer{--footer-text-soft:#e0e3e9;--footer-text-muted:#b3bac6;--footer-border:#ffffff42;--footer-border-strong:#ffffff6b}}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.footer-brand-card,.footer-contact-card,.footer-navigation{background:#14171f}}.gallery-section{background:radial-gradient(circle at 15% 20%,#ffedd5d9,#0000 30%),radial-gradient(circle at 85% 25%,#e0f2fee6,#0000 32%),radial-gradient(circle at 50% 100%,#ff6b0014,#0000 36%),#f8fafc;width:100%;padding:95px 0;font-family:Plus Jakarta Sans,sans-serif;overflow:hidden}.gallery-container{width:min(1200px,92%);margin:0 auto}.gallery-header{text-align:center;max-width:760px;margin:0 auto 46px}.gallery-label{color:#ff6b00;text-transform:uppercase;letter-spacing:.12em;background:#ff6b001f;border-radius:999px;justify-content:center;align-items:center;margin-bottom:16px;padding:10px 18px;font-size:13px;font-weight:900;display:inline-flex}.gallery-header h2{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.15}.gallery-header h2 span{color:#ff6b00}.gallery-subtitle{color:#64748b;max-width:700px;margin:18px auto 0;font-size:1.05rem;font-weight:600;line-height:1.75}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.gallery-card{aspect-ratio:1;cursor:pointer;background:#fff;border:7px solid #fff;border-radius:28px;width:100%;padding:0;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 20px 45px #0f172a1a,0 10px 26px #ff6b0014}.gallery-card:before{content:"";z-index:2;pointer-events:none;border:2px solid #ff6b0047;border-radius:28px;position:absolute;inset:-2px}.gallery-card:hover{transform:translateY(-9px);box-shadow:0 28px 60px #0f172a26,0 18px 40px #ff6b0029}.gallery-card img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.gallery-card:hover img{transform:scale(1.08)}.gallery-overlay{z-index:3;opacity:0;background:linear-gradient(#0f172a14,#0f172ac7),#ff6b000a;flex-direction:column;justify-content:flex-end;align-items:center;padding:22px;transition:all .35s;display:flex;position:absolute;inset:0}.gallery-card:hover .gallery-overlay{opacity:1}.zoom-icon{color:#ff6b00;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;transition:all .35s;display:flex;position:absolute;top:18px;right:18px;transform:scale(.8);box-shadow:0 12px 26px #0f172a2e}.gallery-card:hover .zoom-icon{transform:scale(1)}.gallery-overlay h3{color:#fff;text-align:center;margin:0 0 6px;font-size:18px;font-weight:900}.gallery-overlay p{color:#e2e8f0;margin:0;font-size:13px;font-weight:700}.gallery-modal{z-index:9999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172ad1;justify-content:center;align-items:center;padding:28px;animation:.25s forwards modalFade;display:flex;position:fixed;inset:0}.modal-close{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:19px;transition:all .3s;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 18px 40px #00000040}.modal-close:hover{color:#fff;background:#ff6b00;transform:rotate(90deg)scale(1.05)}.modal-content{background:#fff;border:8px solid #fff;border-radius:30px;width:min(900px,94vw);max-height:90vh;animation:.3s forwards modalPop;overflow:hidden;box-shadow:0 30px 90px #00000059}.modal-content img{object-fit:contain;background:#f8fafc;width:100%;max-height:74vh;display:block}.modal-caption{text-align:center;background:#fff;padding:18px 22px}.modal-caption h3{color:#0f172a;margin:0 0 4px;font-size:20px;font-weight:900}.modal-caption p{color:#64748b;margin:0;font-size:13px;font-weight:800}@keyframes modalFade{0%{opacity:0}to{opacity:1}}@keyframes modalPop{0%{opacity:0;transform:scale(.92)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.gallery-section{padding:72px 0}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:16px}.gallery-card{border-width:5px;border-radius:22px}.gallery-card:before{border-radius:22px}.gallery-overlay{padding:16px}.zoom-icon{width:40px;height:40px;font-size:15px}.modal-content{border-width:5px;border-radius:22px}.modal-close{width:42px;height:42px;top:16px;right:16px}}@media (width<=480px){.gallery-container{width:90%}.gallery-grid{grid-template-columns:1fr}.gallery-card{aspect-ratio:4/3}.gallery-header h2{font-size:2rem}.gallery-subtitle{font-size:.96rem}}.service-section{background:radial-gradient(circle at 20% 20%,#ffedd5bf,#0000 28%),radial-gradient(circle at 80% 80%,#e0f2fecc,#0000 30%),#f8fafc;width:100%;padding:90px 0;font-family:Plus Jakarta Sans,sans-serif;overflow:hidden}.service-container{width:min(1200px,92%);margin:0 auto}.service-header{text-align:center;max-width:760px;margin:0 auto 42px}.service-badge{color:#ff6b00;text-transform:uppercase;letter-spacing:.12em;background:#ff6b001f;border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;padding:10px 18px;font-size:13px;font-weight:900;display:inline-flex}.service-header h2{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.15}.service-header h2 span{color:#ff6b00}.service-header p{color:#64748b;max-width:680px;margin:18px auto 0;font-size:1.05rem;font-weight:600;line-height:1.75}.service-slider{width:100%;padding:20px 0;position:relative;overflow:hidden}.service-slider:before,.service-slider:after{content:"";z-index:2;pointer-events:none;width:130px;height:100%;position:absolute;top:0}.service-slider:before{background:linear-gradient(90deg,#f8fafc,#0000);left:0}.service-slider:after{background:linear-gradient(270deg,#f8fafc,#0000);right:0}.service-track{gap:18px;width:max-content;animation:24s linear infinite serviceSlide;display:flex}.service-slider:hover .service-track{animation-play-state:paused}.service-box{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #ffffffe6;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-width:190px;height:118px;padding:18px 16px;transition:all .3s;display:flex;box-shadow:0 18px 38px #0f172a14,0 10px 24px #ff6b0014}.service-box:hover{border-color:#ff6b0047;transform:translateY(-8px);box-shadow:0 22px 45px #ff6b0029,0 12px 26px #0f172a14}.service-icon{color:#fff;background:linear-gradient(135deg,#ff6b00,#fb923c);border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:12px;font-size:20px;display:flex;box-shadow:0 12px 24px #ff6b004d}.service-box h3{color:#0f172a;text-align:center;margin:0;font-size:15px;font-weight:900;line-height:1.3}@keyframes serviceSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.service-section{padding:70px 0}.service-header{margin-bottom:30px}.service-header p{font-size:.98rem}.service-track{gap:14px;animation-duration:20s}.service-box{border-radius:20px;min-width:160px;height:108px}.service-icon{width:42px;height:42px;font-size:18px}.service-box h3{font-size:14px}.service-slider:before,.service-slider:after{width:55px}}@media (width<=480px){.service-box{min-width:145px;height:104px}.service-header h2{font-size:2rem}}.simple-notice{--notice-primary:#ff6b00;--notice-blue:#2563eb;--notice-bg:#fff;--notice-text:#0f172a;--notice-muted:#64748b;--notice-primary-light:#ff6b001f;background:radial-gradient(circle at 85% 18%, #ffedd5d1, transparent 34%), radial-gradient(circle at 12% 85%, #dbeafeb8, transparent 32%), var(--notice-bg);justify-content:center;align-items:center;width:100%;min-height:430px;padding:110px 20px;font-family:Plus Jakarta Sans,sans-serif;display:flex;position:relative;overflow:hidden}.simple-notice:before{content:"";filter:blur(20px);pointer-events:none;background:#ff6b001f;border-radius:50%;width:620px;height:620px;position:absolute;top:-260px;right:-220px}.simple-notice:after{content:"";filter:blur(20px);pointer-events:none;background:#2563eb14;border-radius:50%;width:660px;height:660px;position:absolute;bottom:-280px;left:-220px}.notice-content{z-index:1;text-align:center;width:min(1050px,100%);margin:0 auto;animation:.8s forwards noticeFadeUp;position:relative}.notice-tag{background:var(--notice-primary-light);color:var(--notice-primary);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;align-items:center;margin-bottom:24px;padding:10px 18px;font-size:12px;font-weight:900;display:inline-flex}.notice-typing-text{max-width:950px;min-height:150px;color:var(--notice-text);letter-spacing:-.055em;margin:0 auto;font-size:clamp(2.15rem,5vw,4.4rem);font-weight:900;line-height:1.18}.notice-word{margin-right:.28em;animation:.35s both wordPop;display:inline-block}.notice-word:nth-child(3n){color:var(--notice-primary)}.notice-word:nth-child(5n){background:linear-gradient(135deg, var(--notice-blue), #0ea5e9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.notice-cursor{background:var(--notice-primary);border-radius:999px;width:4px;height:.85em;margin-left:6px;animation:.8s infinite cursorBlink;display:inline-block;transform:translateY(8px)}@keyframes wordPop{0%{opacity:0;filter:blur(5px);transform:translateY(18px)scale(.96)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes cursorBlink{0%,45%{opacity:1}46%,to{opacity:0}}@keyframes noticeFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.simple-notice{min-height:360px;padding:85px 18px}.notice-typing-text{min-height:140px;font-size:clamp(2rem,8vw,3rem);line-height:1.24}}@media (width<=480px){.simple-notice{min-height:330px;padding:75px 16px}.notice-tag{margin-bottom:20px;padding:8px 14px;font-size:10px}.notice-typing-text{letter-spacing:-.04em;min-height:150px;font-size:2rem}.notice-word{margin-right:.22em}.notice-cursor{width:3px;transform:translateY(5px)}}.couse-section{background:radial-gradient(circle at 85% 18%,#ffedd5d1,#0000 34%),radial-gradient(circle at 12% 85%,#dbeafeb8,#0000 32%),#fff;width:100%;padding:95px 0;font-family:Plus Jakarta Sans,sans-serif;overflow:hidden}.couse-container{width:min(1200px,92%);margin:0 auto}.couse-header{text-align:center;max-width:790px;margin:0 auto 42px}.couse-label{color:#df7b34;text-transform:uppercase;letter-spacing:.1em;background:#ff6b001f;border-radius:999px;justify-content:center;align-items:center;margin-bottom:16px;padding:9px 16px;font-size:12px;font-weight:900;display:inline-flex}.couse-header h2{color:#0f172a;letter-spacing:-.045em;margin:0;font-size:clamp(2rem,4vw,3.25rem);font-weight:900;line-height:1.15}.couse-header h2 span{background:linear-gradient(135deg,#ff6b00,#ff983f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.couse-subtitle{color:#64748b;max-width:720px;margin:18px auto 0;font-size:1rem;font-weight:600;line-height:1.72}.couse-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.couse-card{-webkit-backdrop-filter:blur(14px)saturate(180%);background:linear-gradient(135deg,#ff6b000f,#2563eb0b),#ffffffeb;border:1px solid #ff6b0024;border-top-color:#fffffff2;border-radius:24px;padding:20px;transition:all .32s;position:relative;overflow:hidden;box-shadow:0 18px 42px #0f172a14,0 8px 20px #ff6b000f}.couse-card:before{content:"";filter:blur(12px);pointer-events:none;background:#ff6b001a;border-radius:50%;width:170px;height:170px;position:absolute;top:-80px;right:-80px}.couse-card:hover{border-color:#ff6b0047;transform:translateY(-7px);box-shadow:0 26px 55px #0f172a1f,0 14px 30px #ff6b001a}.couse-top{z-index:1;align-items:center;gap:13px;margin-bottom:16px;display:flex;position:relative}.couse-icon-box{color:#ff6b00;background:#ff6b001f;border:1px solid #ff6b002e;border-radius:17px;flex-shrink:0;place-items:center;width:54px;height:54px;display:grid;box-shadow:0 10px 22px #ff6b001f}.couse-icon-box svg{font-size:25px}.couse-badge{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;background:#2563eb17;border-radius:999px;align-items:center;margin-bottom:6px;padding:5px 10px;font-size:10px;font-weight:900;display:inline-flex}.couse-card h3{color:#0f172a;letter-spacing:-.03em;margin:0;font-size:1.08rem;font-weight:900;line-height:1.2}.couse-description{z-index:1;color:#64748b;min-height:48px;margin:0 0 15px;font-size:.86rem;font-weight:700;line-height:1.55;position:relative}.couse-price-row{z-index:1;background:#ff6b0014;border:1px solid #ff6b001f;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:15px;padding:12px 14px;display:flex;position:relative}.couse-price-row span{color:#64748b;font-size:12px;font-weight:900}.couse-price-row strong{color:#ff6b00;font-size:1.35rem;font-weight:900}.couse-notes-box{z-index:1;margin-bottom:15px;position:relative}.couse-notes-box p{color:#0f172a;margin:0 0 9px;font-size:.82rem;font-weight:900}.notes-list{flex-wrap:wrap;gap:7px;display:flex}.notes-list span{color:#2563eb;background:#fff;border:1px solid #2563eb24;border-radius:12px;justify-content:center;align-items:center;min-width:42px;padding:7px 10px;font-size:12px;font-weight:900;display:inline-flex;box-shadow:0 8px 18px #0f172a0d}.couse-feature{z-index:1;background:#2563eb0f;border:1px solid #2563eb1a;border-radius:14px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 12px;display:flex;position:relative}.couse-feature svg{color:#2563eb;flex-shrink:0;font-size:14px}.couse-feature span{color:#334155;font-size:12px;font-weight:800;line-height:1.4}.couse-email-btn{z-index:1;color:#fff;background:#22c55e;border-radius:999px;justify-content:center;align-items:center;gap:9px;width:100%;padding:12px 15px;font-size:13px;font-weight:900;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;box-shadow:0 14px 28px #22c55e3d}.couse-whatsapp-btn svg{font-size:17px}.couse-whatsapp-btn:hover{background:#16a34a;transform:translateY(-3px);box-shadow:0 18px 36px #22c55e57}@media (width<=1100px){.couse-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=820px){.couse-section{padding:78px 0}.couse-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=540px){.couse-container{width:90%}.couse-grid{grid-template-columns:1fr}.couse-card{border-radius:22px;padding:19px}.couse-header h2{font-size:2.05rem}.couse-subtitle{font-size:.95rem}}.demo-section{--demo-primary:#ff6b00;--demo-primary-light:#ff6b001f;--demo-blue:#2563eb;--demo-bg:#fff;--demo-white:#fff;--demo-text:#0f172a;--demo-muted:#64748b;--demo-border:#ff6b0024;--demo-shadow:0 24px 60px #0f172a14;background:radial-gradient(circle at 85% 18%, #ffedd5d1, transparent 34%), radial-gradient(circle at 12% 85%, #dbeafeb8, transparent 32%), var(--demo-bg);width:100%;padding:110px 0;font-family:Plus Jakarta Sans,sans-serif;position:relative;overflow:hidden}.demo-section:before{content:"";filter:blur(20px);pointer-events:none;background:#ff6b001f;border-radius:50%;width:620px;height:620px;position:absolute;top:-260px;right:-220px}.demo-section:after{content:"";filter:blur(20px);pointer-events:none;background:#2563eb14;border-radius:50%;width:660px;height:660px;position:absolute;bottom:-280px;left:-220px}.demo-container{z-index:1;width:min(1200px,92%);margin:0 auto;position:relative}.demo-header{text-align:center;opacity:0;max-width:780px;margin:0 auto 52px;transform:translateY(34px)}.demo-visible .demo-header{animation:.85s forwards demoFadeUp}.demo-tag{background:var(--demo-primary-light);color:var(--demo-primary);letter-spacing:.09em;text-transform:uppercase;border-radius:999px;align-items:center;margin-bottom:18px;padding:9px 16px;font-size:12px;font-weight:900;display:inline-flex}.demo-header h2{color:var(--demo-text);letter-spacing:-.055em;margin:0 0 18px;font-size:clamp(2.2rem,4vw,3.6rem);font-weight:900;line-height:1.12}.demo-header h2 span{background:linear-gradient(135deg, var(--demo-primary), #ff983f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.demo-header p{max-width:680px;color:var(--demo-muted);margin:0 auto;font-size:1.06rem;font-weight:600;line-height:1.75}.demo-video-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.demo-video-card{border:1px solid var(--demo-border);box-shadow:var(--demo-shadow);-webkit-backdrop-filter:blur(16px)saturate(180%);opacity:0;background:linear-gradient(135deg,#ff6b0014,#2563eb12),#ffffffeb;border-top:1px solid #fffffff2;border-radius:32px;padding:16px;position:relative;overflow:hidden;transform:translateY(36px)scale(.97)}.demo-visible .demo-video-card{animation:.9s cubic-bezier(.2,.9,.25,1.15) forwards demoCardPop}.demo-visible .demo-video-card:first-child{animation-delay:.18s}.demo-visible .demo-video-card:nth-child(2){animation-delay:.34s}.demo-video-card:before{content:"";filter:blur(18px);pointer-events:none;background:#ff6b001c;border-radius:50%;width:260px;height:260px;position:absolute;top:-120px;right:-120px}.demo-video-box{aspect-ratio:16/9;background:#020617;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 18px 42px #0f172a24}.demo-video-box video{object-fit:cover;border:none;outline:none;width:100%;height:100%;display:block}.demo-video-content{z-index:2;padding:22px 8px 8px;position:relative}.demo-video-content h3{color:var(--demo-text);letter-spacing:-.035em;margin:0 0 8px;font-size:1.35rem;font-weight:900}.demo-video-content p{color:var(--demo-muted);margin:0;font-size:.98rem;font-weight:600;line-height:1.65}@keyframes demoFadeUp{0%{opacity:0;filter:blur(8px);transform:translateY(34px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes demoCardPop{0%{opacity:0;filter:blur(8px);transform:translateY(36px)scale(.97)}60%{opacity:1;filter:blur(1px);transform:translateY(-6px)scale(1.01)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@media (width<=960px){.demo-section{padding:90px 0}.demo-video-grid{grid-template-columns:1fr;gap:28px}}@media (width<=640px){.demo-section{padding:78px 0}.demo-container{width:90%}.demo-header{margin-bottom:38px}.demo-header h2{font-size:2.25rem}.demo-header p{font-size:1rem;line-height:1.7}.demo-video-card{border-radius:26px;padding:12px}.demo-video-box{border-radius:20px}.demo-video-content{padding:18px 6px 6px}.demo-video-content h3{font-size:1.18rem}.demo-video-content p{font-size:.92rem}}@media (width<=420px){.demo-header h2{font-size:2.05rem}.demo-video-grid{gap:22px}}.course-section{background:radial-gradient(circle at 10% 15%,#ff6b001a,#0000 25%),radial-gradient(circle at 90% 80%,#38bdf81a,#0000 27%),#f8fafc;width:100%;padding:75px 0;font-family:Plus Jakarta Sans,Inter,Arial,Helvetica,sans-serif;overflow:hidden}.course-container{width:min(1300px,95%);margin:0 auto}.course-header{text-align:center;max-width:720px;margin:0 auto 28px}.course-small-title{color:#f97316;text-transform:uppercase;letter-spacing:.15em;margin-bottom:11px;font-size:11px;font-weight:900;display:inline-block}.course-header h2{color:#0f172a;letter-spacing:-.045em;margin:0;font-size:clamp(2rem,4vw,3.3rem);font-weight:900;line-height:1.1}.course-header h2 span{color:#ff6b00}.course-header p{color:#64748b;max-width:620px;margin:14px auto 0;font-size:14px;font-weight:500;line-height:1.7}.main-offer{color:#64748b;background:#fff;border:1px solid #e8edf3;border-radius:999px;justify-content:center;align-items:center;gap:9px;width:fit-content;max-width:100%;margin:18px auto 0;padding:9px 15px;font-size:11px;font-weight:700;display:flex;box-shadow:0 8px 25px #0f172a0d}.main-old-price{color:#94a3b8;font-size:12px;position:relative}.main-old-price:after{content:"";background:#ef4444;height:1px;position:absolute;top:50%;left:-2px;right:-2px;transform:rotate(-8deg)}.main-offer strong{color:#f97316;font-size:14px;font-weight:900}.offer-dot{color:#cbd5e1}.course-slider{width:100%;padding:20px 0 30px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%)}.course-track{will-change:transform;backface-visibility:hidden;flex-wrap:nowrap;width:max-content;animation:55s linear infinite courseInfiniteSlider;display:flex;transform:translate(0,0)}.course-group{flex-wrap:nowrap;flex-shrink:0;gap:14px;padding-right:14px;display:flex}.course-card{background:linear-gradient(145deg,#fff,#fffdfb);border:1px solid #e2e8f0e6;border-radius:19px;flex-direction:column;flex-shrink:0;width:245px;min-width:245px;height:240px;padding:16px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #0f172a0e,0 4px 14px #f973160a}.course-card:before{content:"";pointer-events:none;background:#f9731617;border-radius:50%;width:80px;height:80px;position:absolute;top:-42px;right:-42px}.course-card:after{content:"";background:linear-gradient(90deg,#ff6b00,#fb923c);border-radius:0 0 10px 10px;width:42px;height:3px;position:absolute;top:0;left:17px}.course-card:hover{border-color:#f9731638;transform:translateY(-5px);box-shadow:0 17px 38px #0f172a13,0 8px 20px #f9731612}.course-card-top{z-index:2;justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;display:flex;position:relative}.course-number{color:#cbd5e1;letter-spacing:.06em;font-size:10px;font-weight:900}.course-category{color:#ea580c;white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.035em;background:#fff7ed;border-radius:999px;max-width:130px;padding:5px 8px;font-size:8px;font-weight:900;overflow:hidden}.course-card h3{z-index:2;color:#0f172a;letter-spacing:-.012em;min-height:62px;margin:0;font-size:14.5px;font-weight:900;line-height:1.45;position:relative}.course-features{flex-wrap:wrap;align-items:center;gap:5px;margin-top:9px;display:flex}.course-features span{color:#64748b;background:#f8fafc;border:1px solid #edf1f5;border-radius:7px;padding:5px 7px;font-size:8px;font-weight:800}.course-price-area{justify-content:space-between;align-items:center;gap:8px;margin-top:14px;display:flex}.course-prices{align-items:baseline;gap:5px;display:flex}.old-price{color:#94a3b8;font-size:10px;font-weight:700;position:relative}.old-price:after{content:"";background:#ef4444;height:1px;position:absolute;top:50%;left:-1px;right:-1px}.new-price{color:#f97316;letter-spacing:-.04em;font-size:20px;font-weight:900}.only{color:#94a3b8;text-transform:uppercase;font-size:7px;font-weight:800}.today-offer{color:#15803d;text-transform:uppercase;white-space:nowrap;background:#ecfdf5;border-radius:6px;padding:5px 7px;font-size:7px;font-weight:900}.booking-area{border-top:1px solid #eef2f6;margin-top:auto;padding-top:10px}.booking-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;font-size:7px;font-weight:900;display:block}.booking-area a{color:#334155;white-space:nowrap;text-overflow:ellipsis;font-size:9.5px;font-weight:800;text-decoration:none;transition:color .2s;display:block;overflow:hidden}.booking-area a:hover{color:#f97316}.course-bottom{background:#ffffffe0;border:1px solid #e8edf3;border-radius:12px;justify-content:center;align-items:center;gap:11px;width:fit-content;max-width:95%;margin:2px auto 0;padding:10px 16px;display:flex;box-shadow:0 8px 24px #0f172a0b}.course-bottom span{color:#94a3b8;font-size:10px;font-weight:700}.course-bottom a{color:#f97316;font-size:11px;font-weight:900;text-decoration:none}@keyframes courseInfiniteSlider{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (width<=768px){.course-section{padding:60px 0}.course-header{margin-bottom:20px}.course-header h2{font-size:2.3rem}.course-card{border-radius:17px;width:225px;min-width:225px;height:235px;padding:15px}.course-card h3{min-height:60px;font-size:13.5px}.course-group{gap:12px;padding-right:12px}.course-track{animation-duration:48s}}@media (width<=480px){.course-section{padding:50px 0}.course-container{width:96%}.course-header{padding:0 8px}.course-header h2{font-size:1.95rem}.course-header p{font-size:12.5px;line-height:1.65}.main-offer{gap:6px;padding:8px 11px;font-size:9px}.main-offer strong{font-size:12px}.course-slider{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 2% 98%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 2% 98%,#0000 100%)}.course-card{width:215px;min-width:215px;height:230px;padding:14px}.course-card h3{min-height:58px;font-size:13px}.course-group{gap:10px;padding-right:10px}.course-track{animation-duration:42s}.new-price{font-size:18px}.course-bottom{text-align:center;flex-direction:column;gap:3px}}:root{--dkfaq-orange:#ff6b00;--dkfaq-orange-light:#ffad69;--dkfaq-orange-dark:#d84b00;--dkfaq-orange-soft:#ff6b001a;--dkfaq-background:#07090d;--dkfaq-card:#0f1218e6;--dkfaq-surface:#ffffff0b;--dkfaq-surface-hover:#ffffff13;--dkfaq-border:#ffffff1a;--dkfaq-border-strong:#ffffff2b;--dkfaq-text:#f7f8fa;--dkfaq-text-soft:#b7bcc6;--dkfaq-text-muted:#7f8693}.dkfaq-section{color:var(--dkfaq-text);background:radial-gradient(circle at 8% 15%, #ff6b001c, transparent 27rem), radial-gradient(circle at 95% 85%, #ff6b0012, transparent 30rem), linear-gradient(180deg, #080a0e, var(--dkfaq-background));padding:110px 0 120px;font-family:DM Sans,sans-serif;position:relative;overflow:hidden}.dkfaq-grid-background{pointer-events:none;opacity:.2;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 16% 82%,#0000);mask-image:linear-gradient(#0000,#000 16% 82%,#0000)}.dkfaq-glow{pointer-events:none;filter:blur(75px);background:#ff6b0014;border-radius:50%;width:350px;height:350px;position:absolute}.dkfaq-glow-left{animation:9s ease-in-out infinite alternate dkfaqFloatLeft;top:8%;left:-210px}.dkfaq-glow-right{animation:11s ease-in-out infinite alternate dkfaqFloatRight;bottom:4%;right:-210px}.dkfaq-container{z-index:2;width:min(1050px,100% - 40px);margin:0 auto;position:relative}.dkfaq-header{grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);align-items:end;gap:60px;display:grid}.dkfaq-eyebrow{color:var(--dkfaq-orange-light);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 14px;font-size:.68rem;font-weight:800;display:flex}.dkfaq-heading-content h2{max-width:680px;color:var(--dkfaq-text);letter-spacing:-.06em;margin:0;font-family:Manrope,sans-serif;font-size:clamp(2.6rem,5vw,4.5rem);font-weight:800;line-height:1}.dkfaq-heading-content h2 span{color:#0000;background:linear-gradient(105deg, var(--dkfaq-orange), var(--dkfaq-orange-light) 60%, #ffd1ad);-webkit-background-clip:text;background-clip:text;width:fit-content;padding:5px 4px 8px 0;display:block}.dkfaq-introduction{max-width:410px;color:var(--dkfaq-text-muted);margin:0;font-size:.82rem;line-height:1.75}.dkfaq-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:42px;display:flex}.dkfaq-categories{flex-wrap:wrap;gap:8px;display:flex}.dkfaq-category,.dkfaq-expand-button{cursor:pointer;border:1px solid var(--dkfaq-border);min-height:40px;color:var(--dkfaq-text-muted);background:var(--dkfaq-surface);border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:9px 14px;font-family:inherit;font-size:.65rem;font-weight:700;line-height:1;transition:color .2s,border-color .2s,background .2s,transform .2s;display:inline-flex}.dkfaq-category:hover,.dkfaq-expand-button:hover{color:var(--dkfaq-text);background:var(--dkfaq-orange-soft);border-color:#ff6b0057;transform:translateY(-2px)}.dkfaq-category.is-active{color:#fff;background:linear-gradient(135deg,#ff6b0045,#d84b0021);border-color:#ff6b0075;box-shadow:0 8px 20px #ff6b0014,inset 0 1px #ffffff17}.dkfaq-expand-button{border-radius:11px}.dkfaq-expand-button svg{color:var(--dkfaq-orange-light);font-size:.6rem;transition:transform .28s}.dkfaq-expand-button.is-expanded svg{transform:rotate(180deg)}.dkfaq-list{flex-direction:column;gap:10px;margin-top:23px;display:flex}.dkfaq-item{--dkfaq-delay:0s;border:1px solid var(--dkfaq-border);background:linear-gradient(145deg, #ffffff0a, transparent 65%), var(--dkfaq-card);animation:dkfaqItemEnter .55s var(--dkfaq-delay) ease both;border-radius:17px;transition:border-color .25s,background .25s,transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 12px 35px #00000021,inset 0 1px #ffffff06}.dkfaq-item:before{z-index:2;content:"";background:linear-gradient(to bottom, var(--dkfaq-orange), var(--dkfaq-orange-light));transform-origin:50%;width:3px;transition:transform .28s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.dkfaq-item:hover{border-color:var(--dkfaq-border-strong);transform:translateY(-2px)}.dkfaq-item.is-open{background:linear-gradient(145deg, #ff6b0012, transparent 62%), var(--dkfaq-card);border-color:#ff6b004f;box-shadow:0 20px 48px #0000003b,inset 0 1px #ffffff09}.dkfaq-item.is-open:before{transform:scaleY(1)}.dkfaq-question{cursor:pointer;width:100%;min-height:80px;color:var(--dkfaq-text);text-align:left;background:0 0;border:0;grid-template-columns:44px minmax(0,1fr) 34px;align-items:center;column-gap:15px;padding:18px 20px;font-family:inherit;display:grid}.dkfaq-question-icon{width:44px;height:44px;color:var(--dkfaq-orange-light);background:var(--dkfaq-orange-soft);border:1px solid #ff6b0036;border-radius:13px;place-items:center;font-size:.85rem;transition:color .22s,border-color .22s,background .22s,transform .22s,box-shadow .22s;display:grid}.dkfaq-item:hover .dkfaq-question-icon{transform:scale(1.04)}.dkfaq-item.is-open .dkfaq-question-icon{color:#fff;background:linear-gradient(135deg, var(--dkfaq-orange), var(--dkfaq-orange-dark));border-color:#0000;transform:scale(1.05);box-shadow:0 10px 25px #ff6b0033}.dkfaq-question-copy{flex-direction:column;align-items:flex-start;gap:5px;min-width:0;display:flex}.dkfaq-question-copy small{color:var(--dkfaq-orange-light);letter-spacing:.11em;text-transform:uppercase;font-size:.52rem;font-weight:800;line-height:1}.dkfaq-question-copy strong{width:100%;color:var(--dkfaq-text);font-family:Manrope,sans-serif;font-size:clamp(.82rem,1.5vw,.94rem);font-weight:700;line-height:1.4}.dkfaq-chevron{border:1px solid var(--dkfaq-border);width:34px;height:34px;color:var(--dkfaq-text-muted);background:var(--dkfaq-surface);border-radius:10px;place-items:center;font-size:.62rem;transition:color .25s,border-color .25s,background .25s,transform .3s;display:grid}.dkfaq-item:hover .dkfaq-chevron{color:var(--dkfaq-orange-light);border-color:#ff6b0040}.dkfaq-item.is-open .dkfaq-chevron{color:#fff;background:var(--dkfaq-orange-soft);border-color:#ff6b004d;transform:rotate(180deg)}.dkfaq-answer-panel{visibility:hidden;opacity:0;grid-template-rows:0fr;transition:grid-template-rows .35s,visibility .35s,opacity .25s;display:grid}.dkfaq-item.is-open .dkfaq-answer-panel{visibility:visible;opacity:1;grid-template-rows:1fr}.dkfaq-answer-grid{grid-template-columns:44px minmax(0,1fr) 34px;column-gap:15px;min-height:0;padding:0 20px;display:grid;overflow:hidden}.dkfaq-answer-space,.dkfaq-answer-end{display:block}.dkfaq-answer{min-width:0;padding:0 0 22px}.dkfaq-answer p{max-width:820px;color:var(--dkfaq-text-soft);margin:0;font-size:.73rem;line-height:1.75}.dkfaq-booking-card{background:linear-gradient(135deg, #ff6b001d, #ff6b0006), var(--dkfaq-card);border:1px solid #ff6b0040;border-radius:19px;justify-content:space-between;align-items:center;gap:25px;margin-top:24px;padding:23px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 48px #00000029}.dkfaq-booking-card:after{pointer-events:none;content:"";filter:blur(43px);background:#ff6b001f;border-radius:50%;width:220px;height:220px;position:absolute;top:-90px;right:-80px}.dkfaq-booking-content{z-index:1;align-items:center;gap:13px;min-width:0;display:flex;position:relative}.dkfaq-booking-icon{width:46px;height:46px;color:var(--dkfaq-orange-light);background:var(--dkfaq-orange-soft);border:1px solid #ff6b0033;border-radius:13px;flex:none;place-items:center;font-size:.88rem;display:grid}.dkfaq-booking-content>div{flex-direction:column;gap:4px;min-width:0;display:flex}.dkfaq-booking-content strong{color:var(--dkfaq-text);font-family:Manrope,sans-serif;font-size:.82rem}.dkfaq-booking-content p{max-width:550px;color:var(--dkfaq-text-muted);margin:0;font-size:.65rem;line-height:1.55}.dkfaq-booking-button{z-index:1;color:#fff;background:linear-gradient(135deg, var(--dkfaq-orange), var(--dkfaq-orange-dark));border:1px solid #0000;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:9px;min-height:49px;padding:12px 18px;font-family:inherit;font-size:.7rem;font-weight:750;line-height:1;text-decoration:none;transition:transform .22s,box-shadow .22s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 13px 30px #ff6b003b,inset 0 1px #ffffff3d}.dkfaq-booking-button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:35%;height:340%;transition:left .55s;position:absolute;top:-120%;left:-60%;transform:rotate(24deg)}.dkfaq-booking-button:hover:before{left:130%}.dkfaq-booking-button:hover{transform:translateY(-3px);box-shadow:0 18px 40px #ff6b004f,inset 0 1px #ffffff3d}.dkfaq-booking-button svg{font-size:.62rem;transition:transform .22s}.dkfaq-booking-button:hover svg{transform:translate(3px)}.dkfaq-category:focus-visible,.dkfaq-expand-button:focus-visible,.dkfaq-question:focus-visible,.dkfaq-booking-button:focus-visible{outline-offset:4px;outline:3px solid #ff6b0052}.dkfaq-category:active,.dkfaq-expand-button:active,.dkfaq-booking-button:active{transform:translateY(0)scale(.98)}@keyframes dkfaqItemEnter{0%{opacity:0;filter:blur(3px);transform:translateY(17px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes dkfaqFloatLeft{to{transform:translate(75px,45px)scale(1.1)}}@keyframes dkfaqFloatRight{to{transform:translate(-70px,-45px)scale(1.12)}}@media (width<=850px){.dkfaq-section{padding:85px 0 95px}.dkfaq-header{grid-template-columns:1fr;gap:18px}.dkfaq-introduction{max-width:650px}}@media (width<=620px){.dkfaq-section{padding:70px 0 80px}.dkfaq-container{width:min(100% - 28px,520px)}.dkfaq-heading-content h2{font-size:clamp(2.3rem,11vw,3.5rem)}.dkfaq-introduction{font-size:.75rem}.dkfaq-toolbar{flex-direction:column;align-items:stretch}.dkfaq-categories{grid-template-columns:1fr 1fr;display:grid}.dkfaq-category{border-radius:11px;width:100%}.dkfaq-expand-button{width:100%}.dkfaq-question{grid-template-columns:38px minmax(0,1fr) 30px;column-gap:11px;min-height:74px;padding:15px 14px}.dkfaq-question-icon{border-radius:11px;width:38px;height:38px;font-size:.75rem}.dkfaq-chevron{border-radius:8px;width:30px;height:30px}.dkfaq-question-copy strong{font-size:.77rem}.dkfaq-answer-grid{grid-template-columns:38px minmax(0,1fr) 30px;column-gap:11px;padding:0 14px}.dkfaq-answer{padding-bottom:18px}.dkfaq-answer p{font-size:.68rem}.dkfaq-booking-card{flex-direction:column;align-items:flex-start;padding:19px}.dkfaq-booking-content{align-items:flex-start}.dkfaq-booking-button{width:100%}}@media (width<=390px){.dkfaq-container{width:calc(100% - 20px)}.dkfaq-categories{grid-template-columns:1fr}.dkfaq-question{grid-template-columns:minmax(0,1fr) 30px}.dkfaq-question-icon{display:none}.dkfaq-answer-grid{grid-template-columns:minmax(0,1fr) 30px}.dkfaq-answer-space{display:none}.dkfaq-booking-content{flex-direction:column}}@media (prefers-reduced-motion:reduce){.dkfaq-section *,.dkfaq-section :before,.dkfaq-section :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--primary:#ff7a00;--secondary:#ffb347;--dark:#2d2d2d;--text:#6b7280;--light:#fff8f2;--white:#fff;--border:#ff7a002e}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--light);font-family:Outfit,Arial,sans-serif;overflow-x:hidden}:root{--primary:#ff7a00;--secondary:#ffb347;--danger:#ef233c;--dark:#27272a;--text:#6b7280;--light:#fff8f2;--white:#fff;--border:#ff7a002e}
