@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;0,900;1,700&family=Inter:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;0,900;1,700&family=Inter:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,700&family=Inter:wght@400;500;600;700&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#030e1c;--bg-secondary:#0f1d2e;--bg-white:linear-gradient(135deg,#f9f4ee,#fbf6f1 35%,#fdf8f5 70%,#fdf9f4);--bg-white-card:linear-gradient(135deg,#fefaf4,#fdf9f3 35%,#fefaf6 70%,#fdf9f6);--white-shadow:inset 0 1px 2px #fffffff2,0 0 0 1px #ffe9c273,0 10px 24px #bfa06e1a,0 14px 35px #b4966417,0 50px 100px #b496640f;--white-border:0.5px solid rgba(255,249,239,.918);--text-white:#fef7ed;--text-muted:#8a9bb5;--accent-orange:#f0b040;--accent-orange-hover:#e8a030;--accent-orange-dark:#c8881a;--border-color:#e8a0304d;--border-subtle:#8a9bb533;--cta-gradient:linear-gradient(135deg,#f5b93a,#e8a020 50%,#d99215)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#030e1c;background-color:var(--bg-primary);color:#fef7ed;color:var(--text-white);font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}html{scroll-behavior:smooth}.announcement-bar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#faf7f2d9;border-bottom:1px solid #ece7df99;color:#374151;display:flex;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:600;height:34px;justify-content:center;overflow:hidden}.announcement-track{align-items:center;display:flex;gap:16px;white-space:nowrap}.announcement-item{align-items:center;color:#1f2937;display:inline-flex;gap:6px}.ann-icon{color:#c8881a}.ann-dot{color:#d1d5db;font-size:10px}.navbar-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff1f;border-bottom:1px solid #ecececb3;font-family:Outfit,Inter,Manrope,-apple-system,BlinkMacSystemFont,sans-serif;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transform:translateY(-100%);transition:transform .38s cubic-bezier(.16,1,.3,1),opacity .38s ease,box-shadow .3s ease;width:100%;z-index:1000}.navbar-header.navbar-visible{box-shadow:0 8px 32px #0000000d;opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-container{height:76px;justify-content:space-between;margin:0 auto;max-width:1440px;padding:0 32px}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{gap:12px;text-decoration:none;transition:transform .25s ease}.navbar-logo:hover{transform:translateY(-1px)}.navbar-logo-img{border-radius:8px;flex-shrink:0;height:44px;object-fit:contain;transition:transform .3s ease;width:auto}.navbar-logo:hover .navbar-logo-img{transform:scale(1.06)}.logo-icon-wrapper{align-items:center;background:linear-gradient(135deg,#000,#1f2937);border-radius:12px;box-shadow:0 4px 12px #0000002e;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:transform .3s ease;width:40px}.logo-ds-badge{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fffdfb,#f5d08b);-webkit-background-clip:text;background-clip:text;font-family:Manrope,Inter,sans-serif;font-size:15px;font-weight:900;letter-spacing:.5px}.navbar-logo:hover .logo-icon-wrapper{transform:scale(1.06)}.logo-text-group{display:flex;flex-direction:column}.logo-brand-name{color:#000;font-family:Manrope,Inter,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.4px;line-height:1.1}.logo-accent{color:#c8881a}.logo-tagline{color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.2px;margin-top:2px}.desktop-nav{align-items:center;display:flex;gap:32px}.nav-link{align-items:center;background:#0000;border:none;color:#000;cursor:pointer;display:inline-flex;font-size:14.5px;font-weight:600;gap:5px;padding:8px 0;position:relative;text-decoration:none;transition:color .25s ease,transform .25s ease}.nav-link.active,.nav-link:hover{color:#000;transform:translateY(-2px)}.nav-link:after{background-color:#000;border-radius:2px;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s cubic-bezier(.16,1,.3,1);width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.dropdown-trigger{font-family:inherit}.chevron-icon{color:#6b7280;transition:transform .25s ease}.dropdown-trigger.open .chevron-icon,.nav-dropdown-wrapper:hover .chevron-icon{color:#000;transform:rotate(180deg)}.nav-dropdown-wrapper{position:relative}.mega-menu-panel{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:var(--bg-white-card);border:var(--white-border);border-radius:20px;box-shadow:var(--white-shadow);left:50%;opacity:0;padding:28px;pointer-events:none;position:absolute;top:calc(100% + 14px);transform:translateX(-50%) translateY(10px);transition:all .3s cubic-bezier(.16,1,.3,1);visibility:hidden;width:1080px;z-index:1010}.mega-menu-panel.visible,.nav-dropdown-wrapper:hover .mega-menu-panel{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);visibility:visible}.mega-menu-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(5,1fr)}.mega-menu-col{display:flex;flex-direction:column;gap:12px}.col-header{border-bottom:1px solid #f3f4f6;gap:8px;margin-bottom:4px;padding-bottom:10px}.col-header,.col-icon-box{align-items:center;display:flex}.col-icon-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#2563eb;height:32px;justify-content:center;width:32px}.col-title{color:#111827;font-size:14px;font-weight:700}.col-badge{background:#fffbeb;border:1px solid #c8881a4d;border-radius:50px;color:#c8881a;font-size:9.5px;font-weight:800;margin-left:auto;padding:2px 6px;text-transform:uppercase}.col-list{gap:6px;list-style:none;margin:0;padding:0}.col-list,.mega-item-link{display:flex;flex-direction:column}.mega-item-link{border-radius:10px;padding:8px 10px;text-decoration:none;transition:all .2s ease}.mega-item-link:hover{background:#f9fafbcc;transform:translateX(3px)}.item-name{color:#1f2937;font-size:13px;font-weight:600;line-height:1.3}.mega-item-link:hover .item-name{color:#2563eb}.item-desc{color:#9ca3af;font-size:11px;line-height:1.25;margin-top:2px}.mega-menu-footer{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;margin-top:24px;padding-top:16px}.footer-promo{align-items:center;color:#10b981;display:flex;font-size:13px;font-weight:600;gap:8px}.promo-check{color:#10b981}.footer-all-link{align-items:center;color:#000;display:inline-flex;font-size:13px;font-weight:700;gap:6px;text-decoration:none;transition:color .2s ease}.footer-all-link:hover{color:#2563eb}.navbar-actions{align-items:center;display:flex;gap:14px}.action-icon-btn{align-items:center;background:linear-gradient(145deg,#fff8ee,#faf0dc);border:1px solid #dcbe8299;border-radius:50%;box-shadow:0 2px 8px #c896321f;color:var(--accent-orange-dark);cursor:pointer;display:flex;height:42px;justify-content:center;outline:none;text-decoration:none;transition:all .25s ease;width:42px}.whatsapp-action-btn:hover{background:var(--cta-gradient);border-color:#f5b93acc;box-shadow:0 4px 16px #e69b1e61;color:#1a0f00;transform:translateY(-2px)}.call-now-btn{align-items:center;background:linear-gradient(135deg,#fefcf9,#faf4eb);border:1px solid #dcc39b99;border-radius:50px;box-shadow:0 2px 8px #b48c4614;color:#0e1420;display:inline-flex;font-size:13.5px;font-weight:700;gap:8px;padding:10px 18px;text-decoration:none;transition:all .25s ease}.call-now-btn svg{stroke:var(--accent-orange-dark)}.call-now-btn:hover{background:#fff;border-color:#d49b35d9;box-shadow:0 4px 14px #c89b3c2e;color:var(--accent-orange-dark);transform:translateY(-1px)}.primary-cta-btn{align-items:center;background:var(--cta-gradient);border-radius:999px;box-shadow:0 4px 16px #e69b1e61,inset 0 1px 0 #fff0b499;color:#1a0f00;display:inline-flex;font-size:14px;font-weight:800;justify-content:center;padding:11px 24px;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1)}.primary-cta-btn:hover{background:linear-gradient(135deg,#fac040,#eca828 50%,#e09a1d);box-shadow:0 8px 24px #e69b1e7a;transform:translateY(-2px) scale(1.02)}.primary-cta-btn:active{transform:translateY(0) scale(.98)}.hamburger-toggle{align-items:center;background:#f9fafbcc;border:1px solid #e5e7eb;border-radius:10px;color:#111827;cursor:pointer;display:none;height:42px;justify-content:center;width:42px;z-index:1010}.mobile-dropdown-menu{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:var(--bg-white-card);border-bottom:1px solid #dcc69b73;box-shadow:var(--white-shadow);left:0;max-height:0;opacity:0;overflow:hidden;position:absolute;top:100%;transition:max-height .4s cubic-bezier(.16,1,.3,1),opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:999}.mobile-dropdown-menu.open{max-height:85vh;opacity:1;overflow-y:auto;visibility:visible}.mobile-dropdown-content{display:flex;flex-direction:column;gap:14px;padding:20px 24px 24px}.mobile-nav-link{border-bottom:1px solid #dcc69b59;color:#111827;font-size:15.5px;font-weight:700;padding:8px 0;text-decoration:none}.mobile-accordion-group{display:flex;flex-direction:column}.mobile-accordion-trigger{align-items:center;background:#0000;border:none;border-bottom:1px solid #dcc69b59;color:#111827;cursor:pointer;display:flex;font-size:15.5px;font-weight:700;justify-content:space-between;padding:8px 0;width:100%}.acc-chevron,.cat-chevron{color:#6b7280;transition:transform .25s ease}.acc-chevron.rotated,.cat-chevron.rotated{color:#000;transform:rotate(180deg)}.mobile-accordion-body{gap:10px;padding:10px 0 10px 10px}.mobile-accordion-body,.mobile-cat-block{display:flex;flex-direction:column}.mobile-cat-header{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:6px 0;width:100%}.mobile-cat-title{align-items:center;color:var(--accent-orange-dark);display:flex;font-size:13.5px;font-weight:700;gap:8px}.mobile-sub-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:4px 0 4px 22px}.mobile-sub-item{color:#4b5563;font-size:13px;font-weight:500;text-decoration:none}.mobile-bottom-actions{grid-gap:12px;border-top:1px solid #dcc69b73;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:6px;padding-top:14px}.mobile-call-btn{align-items:center;background:linear-gradient(135deg,#fefcf9,#faf4eb);border:1px solid #dcc39b99;border-radius:12px;color:#0e1420;display:flex;font-size:13.5px;font-weight:700;gap:8px;height:44px;justify-content:center;text-decoration:none}.mobile-call-btn svg{stroke:var(--accent-orange-dark)}.mobile-book-btn{align-items:center;background:var(--cta-gradient);border-radius:12px;box-shadow:0 4px 14px #e69b1e61;color:#1a0f00;display:flex;font-size:13.5px;font-weight:800;gap:8px;height:44px;justify-content:center;text-decoration:none}@media (max-width:1200px){.desktop-nav{gap:22px}.nav-link{font-size:14px}.call-now-btn{display:none}}@media (max-width:992px){.navbar-container{height:68px}.announcement-bar{font-size:11px}.desktop-nav,.primary-cta-btn{display:none}.hamburger-toggle{display:flex}}@media (max-width:640px){.navbar-container{height:62px;padding:0 16px}.logo-icon-wrapper{border-radius:10px;height:36px;width:36px}.logo-ds-badge{font-size:13.5px}.logo-brand-name{font-size:17px}.logo-tagline{font-size:10px}}.hero{align-items:center;background:#030e1c;display:flex;justify-content:space-between;min-height:100vh;overflow:hidden;padding-top:80px;position:relative;z-index:1}.hero:before{background:radial-gradient(circle,#0c192e 0,#0000 70%);content:"";height:600px;pointer-events:none;position:absolute;right:-200px;top:-200px;width:600px;z-index:0}.hero-content{margin-left:20vw;margin-top:-100px;max-width:1200px;pointer-events:auto;position:relative;z-index:1;z-index:2}.hero-image-wrap{align-items:center;display:flex;flex:1.2 1;justify-content:flex-end;margin-left:0;margin-right:15vw;min-width:0;position:relative;z-index:1}.hero-image{height:auto;object-fit:contain;width:100%}.premium-badge{align-items:center;animation:fadeInDown .6s ease-out;background:#e8a0301a;border:1px solid #e8a0304d;border-radius:24px;display:inline-flex;gap:8px;margin-bottom:32px;padding:8px 20px;z-index:2}.premium-badge .star-icon{font-size:16px}.premium-badge span{color:var(--accent-orange);font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.hero-heading{animation:fadeInUp .6s ease-out .1s both;font-family:Playfair Display,Space Grotesk,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:66px;font-weight:800;line-height:1.05;margin-bottom:24px}.hero-heading .white-text{color:var(--text-white);display:block}.hero-heading .orange-text{color:var(--accent-orange);display:block}.hero-subtitle{animation:fadeInUp .6s ease-out .2s both;color:var(--text-white);font-family:Outfit,Inter,Manrope,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:18px;line-height:1.7;margin-bottom:40px;max-width:540px}.subtitle-line{display:block;white-space:nowrap}.features-row{animation:fadeInUp .6s ease-out .3s both;display:flex;gap:16px;margin-bottom:40px}.feature-item{gap:8px}.feature-icon,.feature-item{align-items:center;display:flex}.feature-icon{background:#0400ff0d;border:1px solid #ffd70040;border-radius:50%;color:#ffae00;flex-shrink:0;height:44px;justify-content:center;margin-right:0;width:44px}.feature-icon svg{height:28px;width:28px}.feature-text .feature-title{color:var(--text-white);font-size:14px;font-weight:700;margin-bottom:2px}.feature-text .feature-label{color:var(--text-muted);font-size:11px;font-weight:400}.cta-row{align-items:center;animation:fadeInUp .6s ease-out .4s both;display:flex;gap:16px;margin-bottom:48px}.btn-primary{align-items:center;background:var(--cta-gradient);border:none;border-radius:8px;color:#dbdbdb;cursor:pointer;display:inline-flex;font-family:inherit;font-size:15px;font-weight:500;gap:10px;padding:14px 28px;text-decoration:none;transition:all .3s ease}.btn-primary:hover{background:linear-gradient(135deg,#d97706,#f59e0b);box-shadow:0 8px 24px #ff8c0059;transform:translateY(-2px)}.btn-primary .arrow{font-size:18px;transition:transform .3s ease}.btn-primary:hover .arrow{transform:translateX(4px)}.btn-secondary{align-items:center;background:#0000;border:1.5px solid var(--accent-orange);border-radius:8px;color:var(--text-white);cursor:pointer;display:inline-flex;font-family:inherit;font-size:15px;font-weight:600;gap:10px;padding:13px 24px;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{border-color:#f08f40;color:var(--accent-orange);transform:translateY(-2px)}.btn-secondary .phone-icon{color:var(--accent-orange);font-size:16px}.phone-number{color:var(--text-muted);font-weight:400;margin-left:4px}.trust-section{animation:fadeInUp .6s ease-out .5s both}.trust-label{color:var(--accent-orange);font-size:12px;font-weight:600;margin-bottom:20px}.brand-logos{flex-wrap:wrap;gap:32px}.brand-logo,.brand-logos{align-items:center;display:flex}.brand-logo{color:var(--text-white);font-size:15px;font-weight:700;gap:6px;letter-spacing:1px;text-transform:uppercase;transition:color .3s ease;-webkit-user-select:none;user-select:none}.brand-logo:hover{color:#8a9bb5e6}.brand-logo.samsung{font-family:inherit;font-weight:800;letter-spacing:3px}.brand-logo.oneplus{font-weight:700;letter-spacing:0}.brand-logo .brand-prefix{font-size:13px;font-weight:400}.feature-divider{background:var(--border-subtle);height:40px;width:1px}.corner-decoration{height:190px;opacity:.75;pointer-events:none;position:absolute;transition:opacity .3s ease;width:298px;z-index:0}.corner-decoration.top-left{left:0;top:0}.corner-decoration.top-right{right:0;top:0;transform:scaleX(-1)}.corner-decoration.bottom-left{bottom:0;left:0;transform:scaleY(-1)}.corner-decoration.bottom-right{bottom:0;right:0;transform:scale(-1)}.left-glowing-lines{height:100%;left:0;opacity:.8;overflow:visible;pointer-events:none;position:absolute;top:0;width:25%;z-index:1}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.left-glowing-lines{display:none}.hero{align-items:center;flex-direction:row;justify-content:space-between;padding:100px 40px 60px}.hero-content{margin-left:4vw;margin-top:0;max-width:50%}.hero-image-wrap{flex:1 1;margin-left:0;margin-right:4vw}.hero-heading{font-size:42px}.hero-subtitle{font-size:16px;margin-bottom:24px}.features-row{flex-wrap:wrap;gap:16px;margin-bottom:32px}.feature-divider{display:none}}@media (max-width:600px){.hero{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;max-width:100vw;min-height:100vh;min-height:100dvh;overflow-x:hidden;padding:30px 12px 16px;text-align:center;width:100%}.hero:before{left:50%;right:auto;top:-200px;transform:translateX(-50%);z-index:0}.corner-decoration,.left-glowing-lines{display:none}.hero-content,.trust-section{display:contents}.premium-badge{display:inline-flex;flex-shrink:0;justify-content:center;margin:0 auto 4px;order:1;padding:5px 14px}.premium-badge .star-icon{font-size:13px}.premium-badge span{font-size:10.5px;letter-spacing:1px}.hero-heading{flex-shrink:0;font-size:clamp(20px,6vw,28px);line-height:1.18;margin:0 auto 4px;max-width:100%;order:2;text-align:center;width:100%;word-break:break-word}.hero-heading .orange-text,.hero-heading .white-text{display:block}.hero-heading .orange-text{margin-left:0}.hero-subtitle{box-sizing:border-box;container-name:subtitle;container-type:inline-size;flex-shrink:0;line-height:1.55;margin:0 auto 6px;order:3;text-align:center;width:100%}.hero-subtitle,.subtitle-line{font-size:clamp(15px,3.15cqw,16px);max-width:100%}.subtitle-line{display:block;overflow:visible;text-overflow:clip;white-space:nowrap}.hero-image-wrap{align-items:center;display:flex;flex:none;height:180px;justify-content:center;margin-bottom:6px;max-height:180px;min-height:180px;order:4;padding:2px 0;width:100%}.hero-image{display:block;height:100%;max-height:100%;max-width:100%;object-fit:contain;transform:none!important;transition:none!important;width:auto}.features-row{box-sizing:border-box;flex-direction:row;flex-shrink:0;flex-wrap:nowrap;gap:2px;justify-content:space-between;margin:0 auto 10px;max-width:100%;order:5;width:100%}.feature-item{flex:1 1;flex-direction:column;gap:4px;min-width:0;text-align:center}.feature-icon,.feature-item{align-items:center;display:flex}.feature-icon{background:#ffae000f;border:1px solid #ffd70040;border-radius:50%;flex-shrink:0;height:36px;justify-content:center;width:36px}.feature-icon svg{height:18px;width:18px}.feature-text{align-items:center;display:flex;flex-direction:column}.feature-text .feature-title{font-size:clamp(9.5px,2.6vw,11px);font-weight:700;white-space:nowrap}.feature-text .feature-label{font-size:clamp(8px,2.2vw,9.5px);white-space:nowrap}.feature-divider{display:none}.cta-row{align-items:center;box-sizing:border-box;flex-direction:column;flex-shrink:0;gap:9px;margin:0 auto 10px;max-width:100%;order:6;width:100%}.btn-primary,.btn-secondary{border-radius:8px;box-sizing:border-box;font-size:14.5px;justify-content:center;padding:12px 20px;width:100%}.trust-label{flex-shrink:0;font-size:10.5px;letter-spacing:1.8px;margin:0 auto 8px;order:7;text-align:center;width:100%}.brand-logos{flex-shrink:0;flex-wrap:wrap;gap:clamp(6px,2.2vw,12px);justify-content:center;margin:0 auto;max-width:100%;order:8;width:100%}.brand-logo{font-size:clamp(9.5px,2.5vw,12px);letter-spacing:.5px}}.wwr-section{background:var(--bg-white);color:#1a1d26;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;padding:110px 28px 100px;position:relative}.wwr-deco-corner{opacity:.38;pointer-events:none;position:absolute;z-index:0}.wwr-deco-corner-tl{left:-10px;top:-10px}.wwr-deco-corner-tr{right:-10px;top:-10px;transform:scaleX(-1)}.wwr-bg-dots{bottom:0;opacity:.35;pointer-events:none;position:absolute;top:0;width:340px;z-index:0}.wwr-bg-dots-left{left:0;mask-image:linear-gradient(90deg,#000000e6,#0000004d 60%,#0000);-webkit-mask-image:linear-gradient(90deg,#000000e6,#0000004d 60%,#0000)}.wwr-bg-dots-left,.wwr-bg-dots-right{background-image:radial-gradient(#c99e54 1.4px,#0000 0);background-size:22px 22px}.wwr-bg-dots-right{mask-image:linear-gradient(270deg,#000000e6,#0000004d 60%,#0000);-webkit-mask-image:linear-gradient(270deg,#000000e6,#0000004d 60%,#0000);right:0}.wwr-bg-glow{background:radial-gradient(ellipse at 50% 30%,#f8e0a852 0,#0000 55%),radial-gradient(ellipse at center,#ebcd9b3d 0,#faf6f000 65%);height:540px;top:-40px;width:1000px}.wwr-bg-glow,.wwr-section:before{left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);z-index:0}.wwr-section:before{background:radial-gradient(ellipse at center,#d4b2731a 0,#0000 70%);bottom:120px;content:"";height:400px;width:1200px}.wwr-container{margin:0 auto;max-width:1320px;position:relative;z-index:1}.wwr-header{margin-bottom:18px;text-align:center}.wwr-badge{align-items:center;background:linear-gradient(135deg,#fffbf4,#fdf5e8);border:1px solid #d2af788c;border-radius:50px;box-shadow:0 2px 10px #b882281a,inset 0 1px 0 #ffffffe6;color:#a87220;display:inline-flex;font-size:11.5px;font-weight:700;gap:7px;letter-spacing:2.4px;margin-bottom:24px;padding:8px 22px;text-transform:uppercase}.wwr-title{align-items:center;display:flex;flex-direction:column;font-family:Playfair Display,Georgia,serif;font-size:66px;font-weight:900;letter-spacing:-1.2px;line-height:1.1;margin-bottom:22px}.wwr-title-main{color:#0e1420}.wwr-title-gold{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8b84b,#c98e32 30%,#b07828 60%,#d4a04a);-webkit-background-clip:text;background-clip:text}.wwr-heading-divider{align-items:center;display:flex;gap:10px;justify-content:center;margin:16px auto 22px}.wwr-divider-line{background:linear-gradient(90deg,#0000,#c8923899,#0000);height:1px;width:60px}.wwr-divider-diamond{background:linear-gradient(135deg,#e8b84b,#b07828);border-radius:1px;box-shadow:0 2px 6px #c88e3266;height:8px;transform:rotate(45deg);width:8px}.wwr-subtitle{color:#5a6370;font-size:clamp(11px,3.4vw,16px);font-weight:400;letter-spacing:.1px;line-height:1.6;margin:0 auto;max-width:640px;text-align:center}.wwr-subtitle-line{display:inline-block;max-width:100%;white-space:nowrap}.wwr-desktop-view{display:block}.wwr-mobile-view{display:none}.wwr-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr);margin-bottom:52px}.wwr-card{background:var(--bg-white-card);border:var(--white-border);border-radius:25px;box-shadow:var(--white-shadow);display:flex;flex-direction:column;isolation:isolate;justify-content:space-between;padding:32px 28px 24px;position:relative;transition:.3s}.wwr-card:before{background:#0000;border-radius:25px;box-shadow:0 0 28px #d4a55f14;content:"";inset:-1px;pointer-events:none;position:absolute;transition:box-shadow .4s ease;z-index:-1}.wwr-card:hover:before{box-shadow:0 0 50px #d49b352e}.wwr-card:hover{box-shadow:inset 0 1px 1px #fff,inset 0 -3px 10px #be8c3724,0 6px 14px #0000000a,0 20px 48px #c8944629,0 40px 80px #aa783217,0 0 0 1px #ffe6b4b3;transform:translateY(-7px)}.wwr-card-badge{align-items:center;background:radial-gradient(circle at 35% 35%,#fff 0,#faf2e6 100%);border:1.5px solid #e8d5ba;border-radius:50%;box-shadow:inset 0 1px 0 #fffffff2,0 4px 12px #d49b3529;display:flex;height:40px;justify-content:center;left:15px;position:absolute;top:15px;width:40px;z-index:2}.wwr-card-chevron{display:none}.wwr-card-content{align-items:flex-start;display:flex;gap:30px;margin-top:0}.wwr-card-left{align-items:flex-end;display:flex;flex-shrink:0;justify-content:center;padding-top:28px;width:145px}.podium-container{align-items:center;display:flex;flex-direction:column;position:relative;width:100%}.podium-img{filter:drop-shadow(0 12px 20px rgba(0,0,0,.16)) drop-shadow(0 4px 6px rgba(0,0,0,.08));margin-left:-10px;max-height:100%;max-width:120%;object-fit:contain;transition:filter .3s ease,transform .4s cubic-bezier(.16,1,.3,1)}.wwr-card:hover .podium-img{filter:drop-shadow(0 18px 28px rgba(0,0,0,.2)) drop-shadow(0 6px 10px rgba(0,0,0,.1));transform:translateY(-4px)}.podium-pedestal{height:26px;position:relative;width:120px;z-index:1}.podium-pedestal-top{background:linear-gradient(180deg,#fff,#f7eee0 60%,#efe0c8);border:1px solid #d2b487b3;border-radius:50%;box-shadow:inset 0 1px 3px #fffffff2,inset 0 -1px 2px #b4915f2e,0 4px 12px #b48c5026,0 0 0 1px #dcb98273;height:22px;width:100%}.podium-pedestal-base{background:linear-gradient(180deg,#e8d5b8,#d5be9a);border-radius:50%;height:20px;left:5%;position:absolute;top:6px;width:90%;z-index:-1}.podium-pedestal-shadow{background:radial-gradient(ellipse at center,#8c6e4133 0,#0000 72%);border-radius:50%;bottom:-8px;height:14px;left:10%;position:absolute;width:80%;z-index:-2}.wwr-card-right{flex:1 1;min-width:0;padding-top:6px}.wwr-card-title{color:#0e1420;font-family:Playfair Display,Georgia,serif;font-size:19px;font-weight:800;letter-spacing:-.3px;line-height:1.25;margin-bottom:16px}.wwr-card-bullets{display:flex;flex-direction:column;gap:5px;list-style:none;margin-bottom:-15px;margin-top:-5px;padding:0}.wwr-bullet-item{align-items:center;color:#3a4352;display:flex;font-size:13px;font-weight:500;gap:9px;line-height:1.4}.wwr-bullet-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wwr-card-brands{margin-top:14px;padding-top:10px}.wwr-brands-label{color:#c89238;font-size:11px;font-weight:800;letter-spacing:.8px;margin-bottom:4px;text-transform:uppercase}.wwr-brands-text{color:#6b7280;font-size:12px;line-height:1.45}.wwr-card-footer{align-items:center;border-top:1px solid #e6d2b459;display:flex;justify-content:flex-start;margin-top:0;padding-top:10px}.wwr-learn-more{align-items:center;color:#b88228;display:inline-flex;font-size:13.5px;font-weight:700;gap:7px;letter-spacing:.1px;text-decoration:none;transition:all .25s ease}.wwr-learn-more:hover{color:#96671b;gap:12px}.wwr-learn-more svg{height:16px;transition:transform .25s ease;width:16px}.wwr-learn-more:hover svg{transform:translateX(3px)}@media (max-width:768px){.wwr-bg-dots,.wwr-desktop-view{display:none}.wwr-mobile-view{display:block}.wwr-section{padding:60px 16px 70px}.wwr-title{font-size:38px;letter-spacing:-.8px}.wwr-subtitle{box-sizing:border-box;font-size:clamp(9.5px,3.1vw,14px);line-height:1.45;max-width:100%;padding:0 4px;width:100%}.wwr-subtitle-line{display:inline-block;white-space:nowrap}.wwr-stacked-list{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.wwr-3d-card{background:linear-gradient(135deg,#fefaf4,#fdf9f3 35%,#fefaf6 70%,#fdf9f6);border:.5px solid rgba(255,249,239,.918);border-radius:15px;box-shadow:inset 0 1px 2px #fffffff2,0 0 0 1px #ffe9c273,0 10px 24px #bfa06e1a,0 14px 35px #b4966417,0 50px 100px #b496640f;overflow:hidden;position:relative;transition:.3s}.wwr-3d-card-expanded{border-color:#d49e3ccc;box-shadow:inset 0 1px 1px #fff,inset 0 -3px 10px #be8c3724,0 6px 14px #0000000a,0 18px 44px #c8944629,0 0 0 1px #ffe6b4a6}.wwr-card-header-bar{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;gap:10px;padding:14px 12px;-webkit-user-select:none;user-select:none;width:100%}.wwr-icon-badge-box{display:none}.wwr-thumb-box{align-items:center;display:flex;flex-shrink:0;height:clamp(84px,24vw,112px);justify-content:center;margin:0;width:clamp(84px,24vw,112px)}.wwr-thumb-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.12));margin:0;max-height:100%;max-width:100%;object-fit:contain}.wwr-card-meta{display:flex;flex:1 1;flex-direction:column;gap:3px;min-width:0;overflow:hidden}.wwr-title-row{display:block;margin:0;overflow:hidden;width:100%}.wwr-popular-badge{display:none}.wwr-card-heading{color:#0e1420;font-family:Playfair Display,Georgia,serif;font-size:clamp(13.5px,3.8vw,16px);font-weight:800;letter-spacing:-.2px;line-height:1.25;margin:0}.wwr-card-heading,.wwr-card-subheading{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wwr-card-subheading{color:#6b7280;font-size:clamp(10.5px,3vw,12px);font-weight:400;line-height:1.2;margin:1px 0 0}.wwr-collapsed-meta{display:flex;flex-direction:column;gap:5px;margin-top:5px;overflow:hidden;width:100%}.wwr-tags-row{align-items:center;display:flex;flex-wrap:wrap;gap:4px;max-height:44px;overflow:hidden}.wwr-tag-pill{background:linear-gradient(135deg,#faf7f2,#faf3e8);border:1px solid #dcc39b8c;border-radius:12px;color:#4a5260;font-size:clamp(9.5px,2.6vw,10.5px);font-weight:500;padding:2.5px 7px;white-space:nowrap}.wwr-tag-pill-more{background:linear-gradient(135deg,#fdf5e8,#fae8cc);border-color:#d2aa6499;color:#8c621e;font-weight:700}.wwr-guarantee-line{align-items:center;color:#717d8d;display:flex;font-size:clamp(9.5px,2.6vw,10.5px);font-weight:600;gap:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.wwr-guarantee-item{align-items:center;display:inline-flex;gap:3px;white-space:nowrap}.wwr-dot-separator{color:#d4b282;font-size:9px}.wwr-circular-action-btn{align-items:center;background:radial-gradient(circle at 35% 35%,#fff 0,#faf0e4 100%);border:1.5px solid #dfb870;border-radius:50%;box-shadow:inset 0 1px 0 #ffffffe6,0 4px 10px #d49b3533;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-left:2px;outline:none;transition:all .2s ease;width:32px}.wwr-circular-action-btn:hover{border-color:#c8982e;transform:scale(1.08)}.wwr-expanded-body{background:linear-gradient(135deg,#fefaf4,#fdf9f3 35%,#fefaf6 70%,#fdf9f6);display:flex;flex-direction:column;gap:14px;padding:12px 14px 20px}.wwr-expanded-header-bar{align-items:center;cursor:pointer;display:flex;justify-content:flex-end}.wwr-expanded-title-box{margin-bottom:4px;text-align:center}.wwr-expanded-title-box .wwr-card-heading{font-size:clamp(16px,4.5vw,19px);margin:0 0 4px;overflow:visible;white-space:normal}.wwr-expanded-title-box .wwr-card-subheading{overflow:visible;white-space:normal}.wwr-stage-column{display:flex;justify-content:center}.podium-3d-stage{align-items:center;display:flex;flex-direction:column;max-width:320px;position:relative;width:100%}.podium-image-frame{align-items:flex-end;display:flex;height:200px;justify-content:center;margin-bottom:0;position:relative;width:180px;z-index:2}.podium-device-img{filter:drop-shadow(0 10px 18px rgba(0,0,0,.18)) drop-shadow(0 4px 6px rgba(0,0,0,.09));max-height:100%;max-width:100%;object-fit:contain}.wwr-full-pills-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);margin-bottom:14px;width:100%}.wwr-service-pill{align-items:center;background:linear-gradient(135deg,#fffbf5,#faf5ec);border:1px solid #dcc39b80;border-radius:50px;box-sizing:border-box;color:#2d3545;display:flex;font-size:clamp(10.5px,2.9vw,11.5px);font-weight:600;gap:6px;padding:8px 10px;width:100%}.wwr-service-pill,.wwr-service-pill span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wwr-more-repairs-btn{background:linear-gradient(135deg,#fdf5e8,#fae8cc);border-color:#d2a85aa6;color:#b88228;font-weight:700}.wwr-brands-container{background:linear-gradient(135deg,#faf4eb,#f8eddf);border:1px solid #dcc39b80;border-radius:16px;margin-bottom:14px;padding:14px 16px}.wwr-brands-header{align-items:center;color:#b88228;display:flex;font-size:12px;font-weight:700;gap:6px;margin-bottom:4px}.wwr-brands-desc{color:#6b7280;font-size:11.5px;line-height:1.4;margin:0}.wwr-full-dark-cta{align-items:center;background:linear-gradient(135deg,#141e36,#0b132b);border-radius:50px;box-shadow:0 6px 20px #0b132b47,inset 0 0 0 1px #ffffff0f;color:#fff;display:flex;font-size:14px;font-weight:700;gap:8px;justify-content:center;padding:14px 22px;text-decoration:none;transition:all .25s ease;width:100%}.wwr-full-dark-cta:hover{background:linear-gradient(135deg,#1e2e4a,#111a36);box-shadow:0 8px 26px #0b132b59}}.wwr-trust-banner{align-items:center;background:linear-gradient(135deg,#0c192e,#030e1c 50%,#0b1622);border:1px solid #e8a0304d;border-radius:28px;box-shadow:inset 0 1px 0 #ffffff14,0 16px 48px #030e1c73,0 0 30px #f0b04014;display:grid;grid-template-columns:repeat(6,1fr);padding:32px 24px}.wwr-trust-item{align-items:center;border-right:1px solid #e8a03026;display:flex;gap:12px;padding:0 14px}.wwr-trust-item:last-child{border-right:none}.wwr-trust-icon-box{align-items:center;background:radial-gradient(circle at 35% 35%,#0f2238 0,#071322 100%);border:1.5px solid #e8a03066;border-radius:50%;box-shadow:inset 0 1px 0 #ffffff1a,0 4px 14px #0006,0 0 12px #f0b04026;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.wwr-trust-info{display:flex;flex-direction:column}.wwr-trust-title{color:#fff;font-size:13.5px;font-weight:700;line-height:1.25;margin-bottom:3px}.wwr-trust-desc{color:#94a3b8;font-size:11.5px;font-weight:400;line-height:1.25}@media (max-width:1080px) and (min-width:769px){.wwr-grid{gap:24px;grid-template-columns:repeat(2,1fr)}.wwr-trust-banner{grid-template-columns:repeat(3,1fr);padding:26px 20px;row-gap:24px}.wwr-trust-item:nth-child(3n){border-right:none}.wwr-title{font-size:52px}}@media (max-width:768px){.wwr-trust-banner{border-radius:22px;column-gap:4px;grid-template-columns:repeat(3,1fr);padding:20px 10px;row-gap:16px}.wwr-trust-item{border-bottom:1px solid #e8a03026;border-right:1px solid #e8a03026;flex-direction:column;gap:8px;padding:6px 4px 14px;text-align:center}.wwr-trust-item:nth-child(3n){border-right:none}.wwr-trust-item:nth-child(n+4){border-bottom:none;padding-bottom:6px}.wwr-trust-icon-box{height:40px;width:40px}.wwr-trust-icon-box svg{height:22px;width:22px}.wwr-trust-title{font-size:clamp(10px,2.7vw,12px);line-height:1.2;margin-bottom:2px}.wwr-trust-desc{font-size:clamp(8.5px,2.3vw,10.5px);line-height:1.15}}.cs-modal-overlay{align-items:center;animation:csFadeIn .25s ease-out;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#0a0c12c7;display:flex;height:100vh;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100vw;z-index:9999}.cs-modal-content{animation:csSlideUp .3s cubic-bezier(.16,1,.3,1);background:linear-gradient(145deg,#181920,#0f1015);border:1.5px solid #c98e3273;border-radius:24px;box-shadow:0 25px 60px #000000b3,0 0 35px #c98e322e;max-width:460px;padding:34px 28px 28px;position:relative;text-align:center;width:100%}.cs-modal-close{align-items:center;background:#ffffff12;border:1px solid #ffffff1f;border-radius:50%;color:#a0a5b5;cursor:pointer;display:flex;font-size:14px;height:34px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:34px}.cs-modal-close:hover{background:#c98e3240;border-color:#c98e3280;color:#e8b84b;transform:scale(1.05)}.cs-modal-badge{align-items:center;background:#c98e321f;border:1px solid #c98e3259;border-radius:50px;color:#e8b84b;display:inline-flex;font-size:11px;font-weight:700;gap:7px;letter-spacing:1.3px;margin-bottom:16px;padding:6px 16px;text-transform:uppercase}.cs-modal-title{color:#fff;font-family:Playfair Display,Georgia,serif;font-size:24px;font-weight:800;margin-bottom:12px}.cs-modal-desc{color:#9a9eab;font-size:14px;line-height:1.6;margin-bottom:24px}.cs-modal-desc strong{color:#e8b84b}.cs-modal-actions{display:flex;gap:12px}.cs-modal-actions,.cs-modal-btn-primary{align-items:center;justify-content:center}.cs-modal-btn-primary{background:linear-gradient(135deg,#d49b35,#b88228);border-radius:12px;box-shadow:0 4px 15px #b8822859;color:#0f1015;display:inline-flex;flex:1 1;font-size:14px;font-weight:700;padding:13px 20px;text-decoration:none;transition:all .25s ease}.cs-modal-btn-primary:hover{box-shadow:0 8px 25px #b8822880;color:#000;transform:translateY(-2px)}.cs-modal-btn-secondary{background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;color:#e2e8f0;cursor:pointer;font-size:14px;font-weight:600;padding:13px 20px;transition:all .2s ease}.cs-modal-btn-secondary:hover{background:#ffffff1f;color:#fff}@keyframes csFadeIn{0%{opacity:0}to{opacity:1}}@keyframes csSlideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.cmp-section{background:var(--bg-white);color:#1a1d26;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;padding:110px 24px 90px;position:relative}.cmp-bg-dots{bottom:0;opacity:.35;pointer-events:none;position:absolute;top:0;width:320px;z-index:0}.cmp-bg-dots-left{left:0;mask-image:linear-gradient(90deg,#000000e6,#0000004d 60%,#0000);-webkit-mask-image:linear-gradient(90deg,#000000e6,#0000004d 60%,#0000)}.cmp-bg-dots-left,.cmp-bg-dots-right{background-image:radial-gradient(#c99e54 1.4px,#0000 0);background-size:22px 22px}.cmp-bg-dots-right{mask-image:linear-gradient(270deg,#000000e6,#0000004d 60%,#0000);-webkit-mask-image:linear-gradient(270deg,#000000e6,#0000004d 60%,#0000);right:0}.cmp-bg-glow{background:radial-gradient(ellipse at center,#ebcd9b47 0,#faf6f000 70%);height:480px;left:50%;pointer-events:none;position:absolute;top:-20px;transform:translateX(-50%);width:900px;z-index:0}.cmp-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.cmp-header{margin-bottom:60px;text-align:center}.cmp-badge{align-items:center;background:linear-gradient(135deg,#fffbf4,#fdf5e8);border:1px solid #d2af788c;border-radius:50px;box-shadow:0 2px 10px #b882281a,inset 0 1px 0 #ffffffe6;color:var(--accent-orange-dark);display:inline-flex;font-size:11.5px;font-weight:700;gap:7px;letter-spacing:2.2px;margin-bottom:22px;padding:8px 22px;text-transform:uppercase}.cmp-title{font-family:Playfair Display,Georgia,serif;font-size:52px;font-weight:900;letter-spacing:-.8px;line-height:1.1;margin-bottom:16px}.cmp-title-main{color:#0e1420}.cmp-title-gold{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8b84b,#c98e32 30%,#b07828 60%,#d4a04a);-webkit-background-clip:text;background-clip:text}.cmp-heading-divider{align-items:center;display:flex;gap:10px;justify-content:center;margin:16px auto 20px}.cmp-divider-line{background:linear-gradient(90deg,#0000,#c8923899,#0000);height:1px;width:60px}.cmp-divider-diamond{background:linear-gradient(135deg,#e8b84b,#b07828);border-radius:1px;box-shadow:0 2px 6px #c88e3266;height:8px;transform:rotate(45deg);width:8px}.cmp-subtitle{color:#5a6370;font-size:16px;font-weight:400;line-height:1.6;margin:0 auto;max-width:580px}.cmp-3d-card{background:var(--bg-white-card);border:var(--white-border);border-radius:25px;box-shadow:var(--white-shadow);margin-bottom:70px;margin-top:12px;overflow:hidden;position:relative;transition:all .35s cubic-bezier(.16,1,.3,1);width:100%}.cmp-3d-card:hover{box-shadow:inset 0 1px 2px #fff,0 0 0 1px #ffdca0a6,0 14px 32px #bfa06e24,0 24px 48px #b496641f,0 60px 120px #b4966414;transform:translateY(-4px)}.cmp-table-responsive{overflow-x:hidden;width:100%}.cmp-table{border-collapse:collapse;font-size:14.5px;table-layout:fixed;text-align:center;width:100%}.cmp-table td,.cmp-table th{word-wrap:break-word;border-bottom:1px solid #e6d2b473;border-right:1px solid #e6d2b473;overflow-wrap:break-word;padding:24px 20px;vertical-align:middle}.cmp-table td:last-child,.cmp-table th:last-child{border-right:none}.cmp-table tr:last-child td{border-bottom:none}.cmp-table th{background-color:#fbf6f1b3;color:#0e1420;font-size:15px;font-weight:700;letter-spacing:-.2px;line-height:1.35;white-space:normal!important}.cmp-col-feature{width:25%}.cmp-col-feature,.cmp-row-feature{padding-left:28px!important;text-align:left}.cmp-row-feature{color:#0e1420;font-weight:700}.cmp-feature-cell{align-items:center;display:flex;gap:12px}.cmp-feature-icon-box{align-items:center;background:radial-gradient(circle at 35% 35%,#fff 0,#faf0e4 100%);border:1px solid #ead9c2;border-radius:12px;box-shadow:inset 0 1px 0 #fffffff2,0 3px 8px #d49b351f;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.cmp-feature-text{color:#0e1420;font-size:14.5px;font-weight:700}.cmp-col-auth,.cmp-col-doorstep,.cmp-col-local{width:25%}.cmp-table th.cmp-highlighted-col{background:linear-gradient(180deg,#fcf5eb,#f6e6d0)!important;border-bottom:2px solid #e2caaa!important;padding-bottom:20px!important;padding-top:20px!important;white-space:normal!important}.cmp-doorstep-badge{background:linear-gradient(135deg,#fff8ec,#fdf0d8);border:1px solid #d2a55a73;border-radius:50px;color:#a87220;display:inline-block;font-size:10px;font-weight:800;letter-spacing:1px;margin-bottom:6px;padding:3.5px 10px;text-transform:uppercase;white-space:normal!important}.cmp-doorstep-heading-text{color:var(--accent-orange-dark);display:block;font-size:16px;font-weight:800;line-height:1.3;white-space:normal!important}.cmp-table td.cmp-status-doorstep{background-color:#f5b0380f!important;color:#15803d!important;font-weight:700!important}.cmp-cell-value{align-items:center;display:inline-flex;font-size:14.5px;gap:8px;justify-content:center}.cmp-cell-doorstep-val{color:#15803d;font-size:15px;font-weight:800}.cmp-status-success{color:#16a34a;font-weight:600}.cmp-status-danger{color:#dc2626;font-weight:600}.cmp-brands-section{padding-top:10px;position:relative}.cmp-brands-header{margin-bottom:32px;text-align:center}.cmp-brands-title{color:#161a23;font-family:Playfair Display,Georgia,serif;font-size:38px;font-weight:800;letter-spacing:-.5px;margin-bottom:8px}.cmp-brands-subtitle{color:#646e7c;font-size:14.5px;font-weight:400;margin:0}.cmp-scroll-wrapper{margin:0 -24px;overflow:hidden;padding:14px 0;position:relative}.cmp-fade{bottom:0;pointer-events:none;position:absolute;top:0;width:140px;z-index:3}.cmp-fade-left{background:linear-gradient(90deg,#f9f4ee 25%,#f9f4ee00);left:0}.cmp-fade-right{background:linear-gradient(270deg,#fdf9f4 25%,#fdf9f400);right:0}.cmp-scroll-track{align-items:center;animation:cmp-scroll-marquee 36s linear infinite;display:flex;gap:18px;width:-webkit-max-content;width:max-content}.cmp-scroll-wrapper:hover .cmp-scroll-track{animation-play-state:paused}.cmp-pill-tile{align-items:center;background:linear-gradient(180deg,#0e1d30,#071322);border:var(--white-border);border-radius:999px;box-shadow:inset 0 1px 0 #ffffff1a,inset 0 -2px 6px #0006,0 6px 18px #0000,0 0 12px #f0b0401f;cursor:pointer;display:inline-flex;gap:10px;height:48px;padding:11px 26px;transition:all .25s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}.cmp-icon-only-pill{align-items:center;gap:0!important;justify-content:center;min-width:90px!important;padding:10px 28px!important}.cmp-large-logo-pill{min-width:104px!important;padding:8px 34px!important}.cmp-pill-tile:hover{border-color:var(--accent-orange-hover);box-shadow:inset 0 1px 0 #ffffff26,inset 0 -3px 8px #00000080,0 10px 24px #f0b04038,0 4px 12px #0006;transform:translateY(-2px) scale(1.03)}.cmp-brand-icon{color:var(--accent-orange);display:block;flex-shrink:0;transition:color .2s ease}.cmp-brand-name,.cmp-pill-tile:hover .cmp-brand-icon{color:var(--text-white)}.cmp-brand-name{font-size:13.5px;font-weight:600;letter-spacing:-.1px}@keyframes cmp-scroll-marquee{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}@media (max-width:992px){.cmp-table th{font-size:14px;padding:20px 14px}.cmp-doorstep-heading-text{font-size:14.5px}.cmp-col-feature,.cmp-row-feature{padding-left:20px!important}.cmp-table td,.cmp-table th{padding:20px 14px}}@media (max-width:768px){.cmp-bg-dots{display:none}.cmp-section{padding:70px 16px}.cmp-header{margin-bottom:40px}.cmp-title{font-size:38px;letter-spacing:-.8px}.cmp-subtitle{font-size:14px}.cmp-3d-card{border-radius:20px;margin-bottom:50px;margin-top:8px;width:100%}.cmp-table-responsive{overflow-x:hidden;width:100%}.cmp-table{table-layout:fixed;width:100%}.cmp-table th{font-size:clamp(10.5px,2.7vw,13.5px)!important;line-height:1.3!important;padding:14px 6px!important;white-space:normal!important}.cmp-doorstep-badge{font-size:clamp(8px,2.1vw,9.5px)!important;margin-bottom:4px!important;padding:2px 6px!important;white-space:normal!important}.cmp-doorstep-heading-text{font-size:clamp(11px,2.8vw,14px)!important;white-space:normal!important}.cmp-table td{font-size:clamp(10px,2.5vw,12.5px)!important;padding:15px 6px!important}.cmp-col-feature,.cmp-row-feature{padding-left:10px!important;width:27%!important}.cmp-col-local{width:23%!important}.cmp-col-auth{width:24%!important}.cmp-col-doorstep{width:26%!important}.cmp-feature-cell{gap:8px}.cmp-feature-icon-box{border-radius:8px;display:flex!important;flex-shrink:0;height:26px;width:26px}.cmp-feature-icon-box svg{height:14px;width:14px}.cmp-feature-text{font-size:clamp(10px,2.6vw,13px)}.cmp-cell-value{flex-direction:column;font-size:clamp(9.5px,2.4vw,12.5px);gap:4px;text-align:center}.cmp-cell-value svg{height:14px;width:14px}.cmp-cell-doorstep-val{font-size:clamp(10px,2.5vw,13px)}.cmp-brands-title{font-size:28px}.cmp-brands-subtitle{font-size:13.5px}.cmp-scroll-track{gap:12px!important}.cmp-pill-tile{border-radius:999px!important;gap:6px!important;height:38px!important;padding:6px 16px!important}.cmp-icon-only-pill{min-width:63px!important;padding:5px 16px!important}.cmp-large-logo-pill{min-width:73px!important;padding:5px 18px!important}.cmp-brand-icon{margin:-3px!important;transform:scale(.74);transform-origin:center}.cmp-brand-name{font-size:11.5px!important;font-weight:600}.cmp-fade{width:70px}}@media (max-width:480px){.cmp-feature-icon-box{border-radius:6px!important;display:flex!important;height:22px!important;width:22px!important}.cmp-feature-icon-box svg{height:12px!important;width:12px!important}.cmp-col-feature,.cmp-row-feature{padding-left:6px!important}.cmp-table td,.cmp-table th{padding:12px 3px!important}}.why-choose-section{align-items:center;background-color:#fef7ed;display:flex;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;padding:20px 24px 80px}.why-choose-container{margin:0 auto;max-width:1800px;width:100%}.why-choose-banner{background:linear-gradient(135deg,#060f1c,#0a1727);border:1px solid #8a9bb51f;border-radius:20px;box-shadow:0 15px 35px #0b162226;padding:48px 20px}.banner-header{color:#f0b040;color:var(--accent-orange,#f0b040);font-size:12px;font-weight:700;letter-spacing:2.5px;margin-bottom:40px;text-align:center;text-transform:uppercase}.banner-grid{display:grid;grid-template-columns:repeat(6,1fr);width:100%}.banner-item{align-items:center;border-right:1px solid #8a9bb51f;display:flex;flex-direction:column;padding:0 16px;text-align:center}.banner-item:last-child{border-right:none}.banner-icon{color:#f0b040;color:var(--accent-orange,#f0b040);flex-shrink:0;margin-bottom:18px;transition:transform .3s cubic-bezier(.16,1,.3,1)}.banner-item:hover .banner-icon{transform:scale(1.1)}.banner-item-title{color:#fff;font-size:14.5px;font-weight:700;letter-spacing:-.2px;margin-bottom:8px}.banner-item-desc{color:#8a9bb5;font-size:12px;font-weight:400;line-height:1.45}.highlight-orange{color:#f0b040;color:var(--accent-orange,#f0b040);font-weight:700}@media (max-width:1024px){.banner-grid{grid-template-columns:repeat(3,1fr);row-gap:40px}.banner-item{border-right:none}.banner-item:nth-child(3n+1),.banner-item:nth-child(3n+2){border-right:1px solid #8a9bb51a}}@media (max-width:640px){.why-choose-banner{padding:24px 8px}.banner-header{font-size:11px;letter-spacing:2px;margin-bottom:20px}.banner-grid{grid-row-gap:20px;grid-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:repeat(3,1fr);row-gap:20px}.banner-item{border-right:none!important;padding:0 4px}.banner-item:nth-child(3n+1),.banner-item:nth-child(3n+2){border-right:1px solid #8a9bb51f!important}.banner-icon{height:26px;margin-bottom:8px;width:26px}.banner-item-title{font-size:12px;margin-bottom:3px}.banner-item-desc{font-size:10px;line-height:1.35}}.tst-section{background:var(--bg-white);color:#1a1d26;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;padding:100px 24px;position:relative}.tst-bg-dots{bottom:0;opacity:.35;pointer-events:none;position:absolute;top:0;width:320px;z-index:0}.tst-bg-dots-left{left:0;mask-image:linear-gradient(90deg,#000000e6,#0000004d 60%,#0000);-webkit-mask-image:linear-gradient(90deg,#000000e6,#0000004d 60%,#0000)}.tst-bg-dots-left,.tst-bg-dots-right{background-image:radial-gradient(#c99e54 1.4px,#0000 0);background-size:22px 22px}.tst-bg-dots-right{mask-image:linear-gradient(270deg,#000000e6,#0000004d 60%,#0000);-webkit-mask-image:linear-gradient(270deg,#000000e6,#0000004d 60%,#0000);right:0}.tst-bg-glow{background:radial-gradient(ellipse at center,#ebcd9b47 0,#faf6f000 70%);height:480px;left:50%;pointer-events:none;position:absolute;top:-20px;transform:translateX(-50%);width:900px;z-index:0}.tst-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.tst-header{margin-bottom:48px;text-align:center}.tst-badge{align-items:center;background:linear-gradient(135deg,#fffbf4,#fdf5e8);border:1px solid #d2af788c;border-radius:50px;box-shadow:0 2px 10px #b882281a,inset 0 1px 0 #ffffffe6;color:var(--accent-orange-dark);display:inline-flex;font-size:11.5px;font-weight:700;gap:7px;letter-spacing:2.2px;margin-bottom:20px;padding:8px 22px;text-transform:uppercase}.tst-title{font-family:Playfair Display,Georgia,serif;font-size:52px;font-weight:900;letter-spacing:-.8px;line-height:1.1;margin-bottom:16px}.tst-title-main{color:#0e1420}.tst-title-gold{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8b84b,#c98e32 30%,#b07828 60%,#d4a04a);-webkit-background-clip:text;background-clip:text}.tst-heading-divider{align-items:center;display:flex;gap:10px;justify-content:center;margin:14px auto 18px}.tst-divider-line{background:linear-gradient(90deg,#0000,#c8923899,#0000);height:1px;width:60px}.tst-divider-diamond{background:linear-gradient(135deg,#e8b84b,#b07828);border-radius:1px;box-shadow:0 2px 6px #c88e3266;height:8px;transform:rotate(45deg);width:8px}.tst-subtitle{color:#5a6370;font-size:16px;font-weight:400;line-height:1.6;margin:0 auto;max-width:580px}.tst-featured-row{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:24px}.tst-quote-card{background:#fff;border:1px solid #e2cfaf99;border-radius:20px;box-shadow:inset 0 1px 0 #fffffff2,0 4px 16px #c8a0641a,0 1px 4px #00000008;display:flex;flex-direction:column;gap:18px;padding:36px 36px 28px}.tst-open-quote{color:var(--accent-orange-dark);font-family:Georgia,Times New Roman,serif;font-size:72px;font-weight:700;letter-spacing:-2px;line-height:.7;-webkit-user-select:none;user-select:none}.tst-quote-text{color:#1a1d26;flex:1 1;font-size:17px;font-weight:400;line-height:1.75;margin:0}.tst-hl{color:var(--accent-orange-dark);font-weight:600}.tst-featured-author{align-items:center;border-top:1px solid #e6d2b473;display:flex;gap:14px;margin-top:auto;padding-top:18px}.tst-author-divider{background:#d2b48c80;flex-shrink:0;height:32px;width:1px}.tst-image-card{border:1px solid #e2cfaf99;border-radius:20px;box-shadow:0 4px 16px #c8a0641a,0 1px 4px #00000008;overflow:hidden}.tst-featured-img,.tst-image-frame{height:100%;width:100%}.tst-featured-img{display:block;min-height:280px;object-fit:cover}.tst-reviews-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.tst-card{background:#fff;border:1px solid #e2cfaf99;border-radius:18px;box-shadow:inset 0 1px 0 #fffffff2,0 4px 16px #c8a06414,0 1px 3px #00000008;display:flex;flex-direction:column;gap:14px;padding:24px 22px 22px;transition:transform .25s ease,box-shadow .25s ease}.tst-card:hover{box-shadow:inset 0 1px 0 #fff,0 10px 28px #c89b5024,0 2px 6px #0000000a;transform:translateY(-3px)}.tst-stars{align-items:center;display:flex;gap:2px}.tst-stars-md .tst-star{font-size:18px}.tst-stars-sm .tst-star{font-size:15px}.tst-star-filled{color:#d49e3e}.tst-star-outlined{color:#d1d5db}.tst-review-body{color:#374151;flex:1 1;font-size:14px;font-weight:400;line-height:1.65;margin:0}.tst-author-box{align-items:center;border-top:1px solid #e6d2b473;display:flex;gap:12px;margin-top:auto;padding-top:14px}.tst-avatar-ring{align-items:center;background:linear-gradient(135deg,#f5b038,#d99215);border-radius:50%;box-shadow:0 2px 8px #d49b3540;display:flex;flex-shrink:0;height:42px;justify-content:center;padding:2px;width:42px}.tst-author-avatar{background:#fff;border-radius:50%;height:100%;object-fit:cover;width:100%}.tst-author-info{display:flex;flex-direction:column;gap:1px}.tst-author-name{color:#0e1420;font-size:14.5px;font-weight:700;line-height:1.2;margin:0}.tst-author-role{color:#6b7280;font-size:12px;font-weight:400}.tst-stats-bar{align-items:center;background:var(--bg-primary);border:1px solid #e8a03059;border-radius:20px;box-shadow:0 10px 30px #030e1c80,0 0 20px #f0b0401a,inset 0 1px 0 #ffffff1a;display:grid;grid-template-columns:repeat(3,1fr);justify-self:center;margin-top:30px;padding:15px 10px;width:75%}.tst-stat-item{align-items:center;border-right:1px solid #e8a03040;display:flex;gap:16px;justify-content:center;padding:4px 20px}.tst-stat-item:last-child{border-right:none}.tst-stat-icon-box{align-items:center;background:linear-gradient(145deg,#13243c,#081424);border:1.5px solid #f0b04066;border-radius:50%;box-shadow:inset 0 1px 0 #ffffff1a,0 4px 12px #0006;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.tst-stat-info{display:flex;flex-direction:column}.tst-stat-value-group{align-items:baseline;display:flex;gap:6px}.tst-stat-val{color:#fff;font-size:22px;font-weight:800;letter-spacing:-.3px;line-height:1.1}.tst-stat-lbl{color:#fff;font-size:13.5px;font-weight:700}.tst-stat-sub{color:#94a3b8;font-size:12px;font-weight:400;margin-top:2px}@media (max-width:992px){.tst-featured-row{gap:20px;grid-template-columns:1fr}.tst-title{font-size:44px}.tst-reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.tst-bg-dots{display:none}.tst-section{padding:60px 16px 70px}.tst-header{margin-bottom:36px}.tst-title{font-size:34px;letter-spacing:-.6px}.tst-subtitle{font-size:14px}.tst-quote-card{border-radius:10px;padding:24px 22px 22px}.tst-open-quote{font-size:54px}.tst-quote-text{font-size:15.5px}.tst-image-card{border-radius:10px;min-height:220px}.tst-reviews-grid{gap:16px;grid-template-columns:1fr}.tst-card{border-radius:10px}.tst-featured-author{flex-wrap:wrap;gap:10px}.tst-author-divider{display:none}.tst-stats-bar{border-radius:10px!important;gap:4px!important;grid-template-columns:repeat(3,1fr)!important;margin-top:24px!important;padding:12px 6px!important;width:100%!important}.tst-stat-item{border-bottom:none!important;border-right:1px solid #e8a03040!important;flex-direction:column!important;gap:6px!important;justify-content:center!important;padding:2px 4px!important;text-align:center!important}.tst-stat-item:last-child{border-right:none!important}.tst-stat-icon-box{height:32px!important;width:32px!important}.tst-stat-icon-box svg{height:18px!important;width:18px!important}.tst-stat-info{align-items:center!important}.tst-stat-value-group{gap:3px!important}.tst-stat-val{font-size:clamp(12px,3.5vw,16px)!important}.tst-stat-lbl{font-size:clamp(9px,2.4vw,11px)!important}.tst-stat-sub{font-size:clamp(8px,2.1vw,10px)!important;line-height:1.15!important;margin-top:1px!important}}.faq-section{background:var(--bg-white);color:#1a1d26;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;padding:100px 24px;position:relative}.faq-bg-dots{bottom:0;opacity:.35;pointer-events:none;position:absolute;top:0;width:320px;z-index:0}.faq-bg-dots-left{left:0;mask-image:linear-gradient(90deg,#000000e6,#0000004d 60%,#0000);-webkit-mask-image:linear-gradient(90deg,#000000e6,#0000004d 60%,#0000)}.faq-bg-dots-left,.faq-bg-dots-right{background-image:radial-gradient(#c99e54 1.4px,#0000 0);background-size:22px 22px}.faq-bg-dots-right{mask-image:linear-gradient(270deg,#000000e6,#0000004d 60%,#0000);-webkit-mask-image:linear-gradient(270deg,#000000e6,#0000004d 60%,#0000);right:0}.faq-bg-glow{background:radial-gradient(ellipse at center,#ebcd9b47 0,#faf6f000 70%);height:480px;left:50%;pointer-events:none;position:absolute;top:-20px;transform:translateX(-50%);width:900px;z-index:0}.faq-container{margin:0 auto;max-width:980px;position:relative;z-index:1}.faq-header{margin-bottom:54px;text-align:center}.faq-badge{align-items:center;background:linear-gradient(135deg,#fffbf4,#fdf5e8);border:1px solid #d2af788c;border-radius:50px;box-shadow:0 2px 10px #b882281a,inset 0 1px 0 #ffffffe6;color:var(--accent-orange-dark);display:inline-flex;font-size:11.5px;font-weight:700;gap:7px;letter-spacing:2.2px;margin-bottom:20px;padding:8px 22px;text-transform:uppercase}.faq-title{font-family:Playfair Display,Georgia,serif;font-size:52px;font-weight:900;letter-spacing:-.8px;line-height:1.1;margin-bottom:16px}.faq-title-main{color:#0e1420}.faq-title-gold{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8b84b,#c98e32 30%,#b07828 60%,#d4a04a);-webkit-background-clip:text;background-clip:text}.faq-heading-divider{align-items:center;display:flex;gap:10px;justify-content:center;margin:14px auto 18px}.faq-divider-line{background:linear-gradient(90deg,#0000,#c8923899,#0000);height:1px;width:60px}.faq-divider-diamond{background:linear-gradient(135deg,#e8b84b,#b07828);border-radius:1px;box-shadow:0 2px 6px #c88e3266;height:8px;transform:rotate(45deg);width:8px}.faq-subtitle{color:#5a6370;font-size:16px;font-weight:400;line-height:1.6;margin:0 auto;max-width:580px}.faq-list{display:flex;flex-direction:column;gap:18px}.faq-3d-card{background:var(--bg-white-card);border:var(--white-border);border-radius:20px;box-shadow:var(--white-shadow);overflow:hidden;position:relative;transition:all .35s cubic-bezier(.16,1,.3,1)}.faq-3d-card:hover,.faq-card-open{box-shadow:inset 0 1px 2px #fff,0 0 0 1px #ffdca0a6,0 14px 32px #bfa06e24,0 24px 48px #b496641f;transform:translateY(-2px)}.faq-question-bar{align-items:center;cursor:pointer;display:flex;gap:18px;justify-content:space-between;padding:24px 28px;-webkit-user-select:none;user-select:none}.faq-question-text{color:#0e1420;font-family:Playfair Display,Georgia,serif;font-size:19px;font-weight:800;letter-spacing:-.3px;line-height:1.35;margin:0}.faq-action-btn{align-items:center;background:radial-gradient(circle at 35% 35%,#fff 0,#faf0e4 100%);border:1.5px solid #ead9c2;border-radius:50%;box-shadow:inset 0 1px 0 #fffffff2,0 4px 12px #d49b3529;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;outline:none;transition:all .25s ease;width:40px}.faq-3d-card:hover .faq-action-btn{transform:scale(1.08)}.faq-answer-body{padding:0 28px 24px}.faq-answer-text{border-top:1px solid #e6d2b473;color:#4b5563;font-size:14.5px;font-weight:400;line-height:1.7;margin:0;padding-top:18px}@media (max-width:768px){.faq-bg-dots{display:none}.faq-section{padding:60px 16px 70px}.faq-header{margin-bottom:38px}.faq-title{font-size:36px;letter-spacing:-.8px}.faq-subtitle{font-size:14px}.faq-3d-card{border-radius:10px}.faq-question-bar{padding:18px 20px}.faq-question-text{font-size:16.5px}.faq-answer-body{padding:0 20px 20px}.faq-answer-text{font-size:13.5px}.faq-action-btn{height:34px;width:34px}}.iphone-cta-inner{margin:0 auto;max-width:1280px;padding:0 24px}.cta-book-iphone-btn{background:linear-gradient(135deg,#f5b93a,#e8a020 50%,#d99215);background:var(--cta-gradient,linear-gradient(135deg,#f5b93a 0,#e8a020 50%,#d99215 100%))}@media (max-width:768px){.iphone-cta-inner{flex-direction:column;text-align:center}.cta-book-iphone-btn,.cta-btn-group,.cta-call-iphone-btn{justify-content:center;width:100%}}.bys-section{background:var(--bg-white);color:#1a1d26;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;padding:100px 24px;position:relative}.bys-bg-dots{bottom:0;opacity:.35;pointer-events:none;position:absolute;top:0;width:320px;z-index:0}.bys-bg-dots-left{left:0;mask-image:linear-gradient(90deg,#000000e6,#0000004d 60%,#0000);-webkit-mask-image:linear-gradient(90deg,#000000e6,#0000004d 60%,#0000)}.bys-bg-dots-left,.bys-bg-dots-right{background-image:radial-gradient(#c99e54 1.4px,#0000 0);background-size:22px 22px}.bys-bg-dots-right{mask-image:linear-gradient(270deg,#000000e6,#0000004d 60%,#0000);-webkit-mask-image:linear-gradient(270deg,#000000e6,#0000004d 60%,#0000);right:0}.bys-bg-glow{background:radial-gradient(ellipse at center,#ebcd9b47 0,#faf6f000 50%);height:480px;left:50%;pointer-events:none;position:absolute;top:-20px;transform:translateX(-50%);width:900px;z-index:0}.bys-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.bys-header{margin-bottom:54px;text-align:center}.bys-badge{align-items:center;background:linear-gradient(135deg,#fffbf4,#fdf5e8);border:1px solid #d2af788c;border-radius:50px;box-shadow:0 2px 10px #b882281a,inset 0 1px 0 #ffffffe6;color:var(--accent-orange-dark);display:inline-flex;font-size:11.5px;font-weight:700;gap:7px;letter-spacing:2.2px;margin-bottom:20px;padding:8px 22px;text-transform:uppercase}.bys-title{font-family:Playfair Display,Georgia,serif;font-size:52px;font-weight:900;letter-spacing:-.8px;line-height:1.1;margin-bottom:16px}.bys-title-main{color:#0e1420}.bys-title-gold{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8b84b,#c98e32 30%,#b07828 60%,#d4a04a);-webkit-background-clip:text;background-clip:text}.bys-heading-divider{align-items:center;display:flex;gap:10px;justify-content:center;margin:14px auto 18px}.bys-divider-line{background:linear-gradient(90deg,#0000,#c8923899,#0000);height:1px;width:60px}.bys-divider-diamond{background:linear-gradient(135deg,#e8b84b,#b07828);border-radius:1px;box-shadow:0 2px 6px #c88e3266;height:8px;transform:rotate(45deg);width:8px}.bys-subtitle{color:#5a6370;font-size:16px;font-weight:400;line-height:1.6;margin:0 auto;max-width:580px}.bys-main-grid{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:1.25fr 1fr;margin-bottom:48px}.bys-form-card{background:var(--bg-white-card);border:var(--white-border);border-radius:10px;box-shadow:var(--white-shadow);padding:36px;transition:all .35s cubic-bezier(.16,1,.3,1)}.bys-form-card:hover{box-shadow:inset 0 1px 2px #fff,0 0 0 1px #ffdca0a6,0 14px 32px #bfa06e24,0 24px 48px #b496641f,0 60px 120px #b4966414;transform:translateY(-4px)}.bys-success-alert{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:14px;box-shadow:0 4px 12px #10b9811f;color:#065f46}.bys-error-alert,.bys-success-alert{font-size:13.5px;font-weight:600;margin-bottom:24px;padding:14px 18px}.bys-error-alert{background:#fef2f2;border:1px solid #fca5a5;border-radius:14px;box-shadow:0 4px 12px #ef44441f;color:#991b1b}.bys-form{gap:20px}.bys-field-group,.bys-form{display:flex;flex-direction:column}.bys-field-group{gap:7px}.bys-form-row{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.bys-label{color:#0e1420;font-size:13px;font-weight:700;letter-spacing:.1px}.bys-input-wrapper{align-items:center;display:flex;position:relative}.bys-input-icon{align-items:center;display:flex;justify-content:center;left:16px;pointer-events:none;position:absolute;z-index:1}.bys-input{background:#fefcf9;border:1px solid #dcc39b8c;border-radius:14px;box-shadow:inset 0 1px 2px #00000005;color:#1a1d26;font-family:inherit;font-size:14px;height:48px;outline:none;padding:0 16px 0 46px;transition:all .25s ease;width:100%}.bys-input::placeholder{color:#9ca3af}.bys-input:focus{background:#fff;border-color:#d49e3e;box-shadow:0 0 0 3px #d49e3e26,0 4px 12px #d49e3e14}.bys-select-wrapper{align-items:center;display:flex;position:relative}.bys-select{appearance:none;-webkit-appearance:none;background:#fefcf9;border:1px solid #dcc39b8c;border-radius:14px;color:#1a1d26;cursor:pointer;font-family:inherit;font-size:14px;height:48px;outline:none;padding:0 38px 0 46px;transition:all .25s ease;width:100%}.bys-select:focus{background:#fff;border-color:#d49e3e;box-shadow:0 0 0 3px #d49e3e26,0 4px 12px #d49e3e14}.bys-select-chevron{align-items:center;display:flex;pointer-events:none;position:absolute;right:16px}.bys-textarea-wrapper{display:flex;position:relative}.bys-textarea-icon{display:flex;left:16px;pointer-events:none;position:absolute;top:15px}.bys-textarea{background:#fefcf9;border:1px solid #dcc39b8c;border-radius:14px;color:#1a1d26;font-family:inherit;font-size:14px;outline:none;padding:14px 16px 14px 46px;resize:none;transition:all .25s ease;width:100%}.bys-textarea::placeholder{color:#9ca3af}.bys-textarea:focus{background:#fff;border-color:#d49e3e;box-shadow:0 0 0 3px #d49e3e26,0 4px 12px #d49e3e14}.bys-date-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7}.bys-submit-btn{align-items:center;background:var(--cta-gradient);border:none;border-radius:10px;box-shadow:0 6px 20px #e2992252,inset 0 1px 0 #ffffffe6;color:#0e1420;cursor:pointer;display:flex;font-size:15.5px;font-weight:800;gap:10px;height:52px;justify-content:center;margin-top:8px;transition:all .25s ease;width:100%}.bys-submit-btn:hover{background:linear-gradient(135deg,#f8be4b,#ea9f2a);box-shadow:0 10px 28px #e299226b;transform:translateY(-2px)}.bys-submit-btn svg{stroke:#0e1420}.bys-right-column{display:flex;flex-direction:column;gap:28px}.bys-card{background:var(--bg-white-card);border:var(--white-border);border-radius:10px;box-shadow:var(--white-shadow);padding:28px;transition:all .35s cubic-bezier(.16,1,.3,1)}.bys-card:hover{box-shadow:inset 0 1px 2px #fff,0 0 0 1px #ffdca0a6,0 14px 32px #bfa06e24,0 24px 48px #b496641f;transform:translateY(-4px)}.bys-quick-contact-card{background:var(--bg-white-card);border:var(--white-border);border-radius:10px;box-shadow:var(--white-shadow);padding:26px}.bys-card-title{color:#0e1420;font-family:Outfit,-apple-system,sans-serif;font-size:22px;font-weight:800;letter-spacing:-.4px;margin-bottom:20px;margin-top:0}.bys-whatsapp-btn{align-items:center;background:linear-gradient(135deg,#f5b93a,#e8a020 50%,#d99215);border-radius:12px;box-shadow:0 4px 16px #e69b1e61,inset 0 1px 0 #fff0b499;color:#1a0f00;display:flex;font-size:15px;font-weight:800;height:52px;justify-content:space-between;letter-spacing:-.1px;margin-bottom:18px;padding:0 20px;text-decoration:none;transition:all .25s ease;width:100%}.bys-whatsapp-btn:hover{background:linear-gradient(135deg,#fac040,#eca828 50%,#e09a1d);box-shadow:0 8px 24px #e69b1e7a;transform:translateY(-2px)}.bys-wa-left{align-items:center;display:flex;gap:12px}.bys-contact-list{display:flex;flex-direction:column;gap:10px}.bys-contact-item{align-items:center;background:var(--bg-white-card);border:var(--white-border);border-radius:14px;box-shadow:inset 0 1px 0 #fffffff2,0 2px 8px #b48c4614;display:flex;gap:14px;padding:12px 16px;transition:all .2s ease}.bys-contact-item:hover{border-color:#dcaf5a99;box-shadow:inset 0 1px 0 #fffffff2,0 4px 14px #c89b3c24;transform:translateY(-1px)}.bys-contact-icon-box{align-items:center;background:linear-gradient(145deg,#fff8ee,#faf0dc);border:1px solid #dcbe8280;border-radius:50%;box-shadow:inset 0 1px 0 #ffffffe6,0 2px 6px #c896321f;display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.bys-contact-text{display:flex;flex-direction:column;gap:1px}.bys-contact-label{color:#8a8f9a;font-size:12px;font-weight:500;letter-spacing:0;margin-bottom:1px}.bys-contact-val{color:#0e1420;font-size:13.5px;font-weight:700;line-height:1.3;text-decoration:none}a.bys-contact-val:hover{color:var(--accent-orange-dark)}.bys-area-val{color:#1a1d26;font-size:13px;font-weight:600;line-height:1.35}.bys-steps-container{align-items:center;display:flex;gap:20px;margin-top:10px}.bys-phone-graphic{align-items:center;display:flex;flex-shrink:0;height:145px;justify-content:center;position:relative;width:100px}.bys-phone-img{filter:drop-shadow(0 8px 16px rgba(0,0,0,.14));max-height:100%;max-width:100%;object-fit:contain}.bys-shield-badge{align-items:center;background:radial-gradient(circle at 35% 35%,#fff 0,#faf0e4 100%);border:1.5px solid #ead9c2;border-radius:50%;bottom:0;box-shadow:0 4px 12px #d49b3533;display:flex;height:34px;justify-content:center;left:-6px;position:absolute;width:34px}.bys-steps-list{display:flex;flex:1 1;flex-direction:column;gap:18px;position:relative}.bys-steps-list:before{border-left:2px dashed #d2af7899;bottom:14px;content:"";left:12px;position:absolute;top:14px;width:2px;z-index:0}.bys-step-item{align-items:flex-start;display:flex;gap:14px;position:relative;z-index:1}.bys-step-num{align-items:center;background:linear-gradient(135deg,#f5b038,#e29922);border-radius:50%;box-shadow:0 3px 8px #f5b03859;color:#fafafa;display:flex;flex-shrink:0;font-size:12.5px;font-weight:800;height:26px;justify-content:center;width:26px}.bys-step-content{display:flex;flex-direction:column}.bys-step-title{color:#0e1420;font-size:13.5px;font-weight:700;margin:0 0 2px}.bys-step-desc{color:#6b7280;font-size:12px;line-height:1.35;margin:0}.bys-trust-bar{align-items:center;background:linear-gradient(135deg,#0c192e,#030e1c 50%,#0b1622);border:1px solid #e8a03059;border-radius:25px;box-shadow:0 10px 30px #030e1c80,0 0 20px #f0b0401a,inset 0 1px 0 #ffffff1a;display:grid;grid-template-columns:repeat(4,1fr);padding:24px 20px}.bys-trust-item{align-items:center;border-right:1px solid #e8a03040;display:flex;gap:14px;padding:0 18px}.bys-trust-item:last-child{border-right:none}.bys-trust-icon-box{align-items:center;background:linear-gradient(145deg,#13243c,#081424);border:1.5px solid #f0b04066;border-radius:50%;box-shadow:inset 0 1px 0 #ffffff1a,0 4px 12px #0006;display:flex;flex-shrink:0;height:46px;justify-content:center;width:46px}.bys-trust-info{display:flex;flex-direction:column}.bys-trust-title{color:#fff;font-size:13.5px;font-weight:700;line-height:1.25;margin:0 0 2px}.bys-trust-desc{color:#94a3b8;font-size:11.5px;font-weight:400;margin:0}@media (max-width:992px){.bys-main-grid{gap:28px;grid-template-columns:1fr}.bys-title{font-size:44px}.bys-trust-bar{grid-template-columns:repeat(2,1fr);row-gap:20px}.bys-trust-item:nth-child(2){border-right:none}}@media (max-width:768px){.bys-bg-dots{display:none}.bys-section{padding:60px 16px 70px}.bys-header{margin-bottom:38px}.bys-title{font-size:36px;letter-spacing:-.8px}.bys-subtitle{font-size:14px}.bys-form-card{border-radius:10px;padding:24px 18px}.bys-form-row{gap:20px;grid-template-columns:1fr}.bys-card{padding:22px 18px}.bys-card,.bys-quick-contact-card{border-radius:10px}.bys-steps-container{align-items:center!important;flex-direction:row!important;gap:16px}.bys-phone-graphic{flex-shrink:0;height:118px;width:80px}.bys-trust-bar{border-radius:10px!important;gap:14px!important;grid-template-columns:repeat(2,1fr)!important;padding:18px 14px!important}.bys-trust-item{border-right:1px solid #e8a03033!important;gap:10px!important;padding:6px 10px!important}.bys-trust-item:nth-child(2n){border-right:none!important}.bys-trust-icon-box{height:38px!important;width:38px!important}.bys-trust-icon-box svg{height:20px!important;width:20px!important}.bys-trust-title{font-size:12px!important}.bys-trust-desc{font-size:10.5px!important}}@media (max-width:480px){.bys-steps-container{align-items:center!important;flex-direction:row!important}.bys-phone-graphic{align-self:center;flex-shrink:0;height:104px;width:70px}}.dr-page{background-color:var(--bg-primary);color:var(--text-white);font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden;padding-top:80px}.dr-title-dark{color:#0e1420}.dr-title-light{color:var(--text-white)}.dr-title-gold{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8b84b,#c98e32 30%,#b07828 60%,#d4a04a);-webkit-background-clip:text;background-clip:text}.dr-hero{grid-gap:64px;align-items:center;display:grid;gap:64px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1300px;min-height:calc(100vh - 80px);padding:80px 48px 100px;position:relative}.dr-hero-glow{border-radius:50%;filter:blur(120px);height:500px;pointer-events:none;position:absolute;width:500px;z-index:0}.dr-hero-glow-left{background:radial-gradient(circle,#f0b04024 0,#0000 70%);left:-150px;top:10%}.dr-hero-glow-right{background:radial-gradient(circle,#1c4b9129 0,#0000 70%);bottom:0;right:-150px}.dr-hero-content{display:flex;flex-direction:column;gap:24px;position:relative;z-index:1}.dr-hero-badge,.dr-section-badge{align-items:center;background:#e8b84b1a;border:1px solid #e8b84b59;border-radius:50px;color:#d4a54a;display:inline-flex;font-size:11px;font-weight:700;gap:7px;letter-spacing:2px;padding:7px 18px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.dr-section-badge-light{background:linear-gradient(135deg,#fffbf4,#fdf5e8);border:1px solid #d2af788c;box-shadow:0 2px 10px #b8822814,inset 0 1px 0 #ffffffe6;color:#a87220}.dr-hero-title{color:var(--text-white);font-family:Playfair Display,Georgia,serif;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:900;letter-spacing:-.8px;line-height:1.1}.dr-hero-title .dr-title-gold{display:block}.dr-hero-subtitle{color:var(--text-muted);font-size:1.05rem;line-height:1.75;max-width:520px}.dr-hero-subtitle strong{color:var(--accent-orange);font-weight:600}.dr-cta-actions,.dr-hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.dr-btn-primary{align-items:center;background:var(--cta-gradient);border:none;border-radius:8px;color:#0b1622;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:700;gap:8px;padding:14px 28px;text-decoration:none;transition:transform .2s,box-shadow .2s;white-space:nowrap}.dr-btn-primary:hover{box-shadow:0 8px 24px #f0b04061;transform:translateY(-2px)}.dr-btn-secondary{align-items:center;background:#0000;border:1px solid #e8b84b59;border-radius:8px;color:var(--text-white);display:inline-flex;font-size:.95rem;font-weight:600;gap:8px;padding:13px 26px;text-decoration:none;transition:all .2s;white-space:nowrap}.dr-btn-secondary:hover{background:#e8b84b14;border-color:var(--accent-orange)}.dr-btn-large{font-size:1.05rem;padding:16px 34px}.dr-btn-whatsapp{align-items:center;background:#25d366;border-radius:8px;color:#fff;display:inline-flex;font-size:1rem;font-weight:700;gap:8px;padding:15px 30px;text-decoration:none;transition:transform .2s,box-shadow .2s;white-space:nowrap}.dr-btn-whatsapp:hover{box-shadow:0 8px 24px #25d36652;transform:translateY(-2px)}.dr-hero-trust-row{display:flex;flex-wrap:wrap;gap:12px}.dr-trust-chip{align-items:center;background:#0f1d2ed9;border:1px solid #e8b84b33;border-radius:50px;color:var(--text-muted);display:inline-flex;font-size:12px;gap:6px;padding:6px 14px;white-space:nowrap}.dr-trust-chip svg{flex-shrink:0}.dr-hero-image-wrap{border-radius:20px;overflow:hidden;position:relative;z-index:1}.dr-hero-img-glow{background:radial-gradient(circle at center,#f0b04026 0,#0000 65%);inset:-20px;pointer-events:none;position:absolute;z-index:1}.dr-hero-img{border:1px solid #e8b84b33;border-radius:20px;box-shadow:0 40px 80px #00000080,0 0 0 1px #e8b84b1a;display:block;height:460px;object-fit:cover;position:relative;width:100%;z-index:0}.dr-stats-banner{background:linear-gradient(135deg,#060f1c,#0a1727);border-bottom:1px solid #8a9bb51f;border-top:1px solid #8a9bb51f;display:grid;grid-template-columns:repeat(4,1fr)}.dr-stat-item{align-items:center;border-right:1px solid #8a9bb51f;display:flex;flex-direction:column;gap:6px;padding:40px 20px;text-align:center;transition:background .25s}.dr-stat-item:last-child{border-right:none}.dr-stat-item:hover{background:#e8b84b0a}.dr-stat-value{color:var(--accent-orange);font-family:Playfair Display,Georgia,serif;font-size:2.4rem;font-weight:800;letter-spacing:-.5px;line-height:1}.dr-stat-label{color:#8a9bb5;font-size:.83rem;font-weight:500;letter-spacing:.2px}.dr-services-section{background:linear-gradient(180deg,#fbf8f3,#faf5ee);color:#1a1d26;overflow:hidden;padding:100px 28px;position:relative}.dr-services-section:after,.dr-services-section:before{background-image:radial-gradient(#c99e54 1.2px,#0000 0);background-size:24px 24px;bottom:0;content:"";opacity:.4;pointer-events:none;position:absolute;top:0;width:280px;z-index:0}.dr-services-section:before{left:0;mask-image:linear-gradient(90deg,#000c,#0000);-webkit-mask-image:linear-gradient(90deg,#000c,#0000)}.dr-services-section:after{mask-image:linear-gradient(270deg,#000c,#0000);-webkit-mask-image:linear-gradient(270deg,#000c,#0000);right:0}.dr-services-inner{margin:0 auto;max-width:1300px;position:relative;z-index:1}.dr-section-header{align-items:center;display:flex;flex-direction:column;gap:16px;margin-bottom:56px;text-align:center}.dr-section-title-light{color:#0e1420}.dr-section-title-dark,.dr-section-title-light{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:900;letter-spacing:-.5px;line-height:1.15}.dr-section-title-dark{color:var(--text-white)}.dr-section-subtitle-light{color:#5a6370;font-size:1rem;line-height:1.65;max-width:500px}.dr-section-subtitle-dark{color:var(--text-muted);font-size:1rem;line-height:1.65;max-width:500px}.dr-divider{align-items:center;display:flex;gap:10px;justify-content:center;width:180px}.dr-divider-line{background:linear-gradient(90deg,#0000,#c8923899,#0000);flex:1 1;height:1px}.dr-divider-diamond{background:linear-gradient(135deg,#e8b84b,#b07828);border-radius:1px;box-shadow:0 2px 6px #c88e3266;flex-shrink:0;height:8px;transform:rotate(45deg);width:8px}.dr-services-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.dr-service-card{background:linear-gradient(135deg,#fefaf4,#fdf9f3 35%,#fefaf6 70%,#fdf9f6);border:.5px solid #fff9efeb;border-radius:24px;box-shadow:inset 0 1px 2px #fffffff2,0 0 0 1px #ffe9c273,0 10px 24px #bfa06e1a,0 14px 35px #b4966417,0 50px 100px #b496640f;display:flex;flex-direction:column;isolation:isolate;overflow:hidden;position:relative;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease}.dr-service-card:before{background:#0000;border-radius:24px;box-shadow:0 0 28px #d4a55f14;content:"";inset:-1px;pointer-events:none;position:absolute;transition:box-shadow .4s ease;z-index:-1}.dr-service-card:hover:before{box-shadow:0 0 50px #d49b352e}.dr-service-card:hover{box-shadow:inset 0 1px 1px #fff,inset 0 -3px 10px #be8c3724,0 6px 14px #0000000a,0 20px 48px #c8944629,0 40px 80px #aa783217,0 0 0 1px #ffe6b4b3;transform:translateY(-7px)}.dr-service-image-wrap{height:200px;overflow:hidden;position:relative}.dr-service-img{display:block;height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.dr-service-card:hover .dr-service-img{transform:scale(1.06)}.dr-service-rate-badge{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b1622d1;border:1px solid #e8b84b73;border-radius:50px;color:var(--accent-orange);display:flex;font-size:12px;font-weight:700;gap:5px;padding:5px 12px;position:absolute;right:14px;top:14px}.dr-service-body{display:flex;flex:1 1;flex-direction:column;gap:14px;padding:24px}.dr-service-icon-wrap{align-items:center;background:radial-gradient(circle at 35% 35%,#fff 0,#faf2e6 100%);border:1.5px solid #e8d5ba;border-radius:50%;box-shadow:inset 0 1px 0 #fffffff2,0 4px 12px #d49b3529;display:flex;height:42px;justify-content:center;width:42px}.dr-service-title{color:#0e1420;font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:800;letter-spacing:-.2px;margin:0}.dr-service-desc{color:#5a6370;font-size:.87rem;line-height:1.65;margin:0}.dr-service-features{display:flex;flex-direction:column;gap:7px;list-style:none;margin:0;padding:0}.dr-feature-item{align-items:center;color:#3a4352;display:flex;font-size:.84rem;font-weight:500;gap:8px}.dr-service-cta{align-items:center;border-top:1px solid #e6d2b459;color:#b88228;display:inline-flex;font-size:13.5px;font-weight:700;gap:7px;letter-spacing:.1px;margin-top:auto;padding-top:10px;text-decoration:none;transition:all .25s ease}.dr-service-cta:hover{color:#96671b;gap:12px}.dr-process-section{background:linear-gradient(135deg,#060f1c,#0a1727);border-bottom:1px solid #8a9bb51f;border-top:1px solid #8a9bb51f;padding:100px 48px}.dr-process-inner{margin:0 auto;max-width:1200px}.dr-process-steps{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:0;justify-content:center}.dr-step-card{align-items:center;background:#ffffff08;border:1px solid #8a9bb524;border-radius:20px;box-shadow:inset 0 1px 0 #ffffff12,0 8px 24px #00000040,0 2px 8px #00000026;display:flex;flex:1 1;flex-direction:column;gap:12px;max-width:260px;padding:36px 22px;text-align:center;transition:border-color .3s,box-shadow .3s,transform .3s}.dr-step-card:hover{border-color:#e8b84b59;box-shadow:inset 0 1px 0 #ffffff14,0 12px 32px #0000004d,0 0 24px #e8b84b12;transform:translateY(-4px)}.dr-step-emoji{font-size:2.4rem;line-height:1}.dr-step-number{color:var(--accent-orange);font-size:.72rem;font-weight:800;letter-spacing:2px;opacity:.75;text-transform:uppercase}.dr-step-title{color:var(--text-white);font-size:1rem;font-weight:700;margin:0}.dr-step-desc{color:#8a9bb5;font-size:.83rem;line-height:1.65;margin:0}.dr-step-connector{align-items:center;color:#e8b84b59;display:flex;flex-shrink:0;justify-content:center;margin-top:56px;padding:0 6px}.dr-lab-section{background:linear-gradient(180deg,#fbf8f3,#faf5ee);color:#1a1d26;overflow:hidden;padding:100px 48px;position:relative}.dr-lab-section:after,.dr-lab-section:before{background-image:radial-gradient(#c99e54 1.2px,#0000 0);background-size:24px 24px;bottom:0;content:"";opacity:.35;pointer-events:none;position:absolute;top:0;width:240px;z-index:0}.dr-lab-section:before{left:0;mask-image:linear-gradient(90deg,#000c,#0000);-webkit-mask-image:linear-gradient(90deg,#000c,#0000)}.dr-lab-section:after{mask-image:linear-gradient(270deg,#000c,#0000);-webkit-mask-image:linear-gradient(270deg,#000c,#0000);right:0}.dr-lab-inner{grid-gap:72px;align-items:center;display:grid;gap:72px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1300px;z-index:1}.dr-lab-image-col,.dr-lab-inner{position:relative}.dr-lab-img{border:1px solid #e2c08da6;border-radius:20px;box-shadow:inset 0 1px 0 #fffffff2,inset 0 -2px 6px #d2a05f14,0 8px 24px #d4a55f1c,0 2px 6px #00000005,0 30px 60px #0000001a;display:block;height:480px;object-fit:cover;transition:box-shadow .35s cubic-bezier(.16,1,.3,1);width:100%}.dr-lab-img:hover{box-shadow:inset 0 1px 1px #fff,inset 0 -2px 8px #c38c3224,0 14px 34px #d49b3529,0 4px 12px #00000008}.dr-lab-overlay-badge{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fefaf4f5;border:1px solid #e2c08d99;border-radius:12px;bottom:20px;box-shadow:0 4px 16px #b48c501f;display:flex;gap:14px;left:20px;padding:16px 20px;position:absolute;right:20px}.dr-lab-badge-title{color:#0e1420;font-size:.9rem;font-weight:700;margin:0}.dr-lab-badge-sub{color:#5a6370;font-size:.78rem;margin:0}.dr-lab-content-col{display:flex;flex-direction:column;gap:24px}.dr-lab-title{color:#0e1420;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,2.8vw,2.5rem);font-weight:900;letter-spacing:-.4px;line-height:1.2;margin:0}.dr-lab-desc{color:#5a6370;font-size:.97rem;line-height:1.72;margin:0}.dr-lab-points{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.dr-lab-point{align-items:center;color:#3a4352;display:flex;font-size:.9rem;font-weight:500;gap:10px}.dr-faq-section{background:linear-gradient(135deg,#060f1c,#0a1727);border-top:1px solid #8a9bb51f;padding:100px 48px}.dr-faq-list{display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:800px}.dr-faq-item{background:#ffffff08;border:1px solid #8a9bb524;border-radius:14px;box-shadow:inset 0 1px 0 #ffffff0f,0 4px 12px #0003;overflow:hidden;transition:border-color .3s,box-shadow .3s}.dr-faq-item-open{border-color:#e8b84b59;box-shadow:inset 0 1px 0 #ffffff12,0 8px 24px #00000040,0 0 20px #e8b84b0f}.dr-faq-question{align-items:center;background:none;border:none;color:var(--text-white);cursor:pointer;display:flex;font-family:Outfit,sans-serif;font-size:.97rem;font-weight:600;gap:16px;justify-content:space-between;padding:20px 24px;text-align:left;transition:background .2s;width:100%}.dr-faq-question:hover{background:#e8b84b0a}.dr-faq-chevron{color:var(--accent-orange);flex-shrink:0;transition:transform .3s ease}.dr-faq-chevron-open{transform:rotate(180deg)}.dr-faq-answer-wrap{overflow:hidden;transition:max-height .35s ease}.dr-faq-answer{color:#8a9bb5;font-size:.9rem;line-height:1.72;margin:0;padding:0 24px 20px}.dr-cta-section{background:linear-gradient(180deg,#fbf8f3,#faf5ee);border-top:1px solid #e2c08d59;color:#1a1d26;overflow:hidden;padding:100px 48px;position:relative;text-align:center}.dr-cta-glow{background:radial-gradient(ellipse at center,#ebcd9b47 0,#faf6f000 70%);height:380px;left:50%;pointer-events:none;position:absolute;top:10px;transform:translateX(-50%);width:800px;z-index:0}.dr-cta-content{align-items:center;display:flex;flex-direction:column;gap:22px;margin:0 auto;max-width:700px;position:relative;z-index:1}.dr-cta-title{color:#0e1420;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;letter-spacing:-.5px;line-height:1.15;margin:0}.dr-cta-subtitle{color:#5a6370;font-size:1rem;line-height:1.7;margin:0;max-width:520px}.dr-cta-section .dr-btn-primary{background:var(--cta-gradient);color:#0b1622}.dr-cta-section .dr-btn-secondary{border-color:#b4822866;color:#0e1420}.dr-cta-section .dr-btn-secondary:hover{background:#b4822814;border-color:#b88228}.dr-cta-note{align-items:center;color:#8a6e40;display:flex;flex-wrap:wrap;font-size:.82rem;gap:6px;justify-content:center}@media (max-width:1100px){.dr-services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.dr-hero{gap:40px;grid-template-columns:1fr;min-height:auto;padding:60px 24px 70px;text-align:center}.dr-hero-actions,.dr-hero-trust-row{justify-content:center}.dr-hero-subtitle{margin:0 auto;max-width:100%}.dr-hero-image-wrap{order:-1}.dr-hero-img{height:280px}.dr-hero-badge{align-self:center}.dr-stats-banner{grid-template-columns:repeat(2,1fr)}.dr-stat-item:nth-child(2){border-right:none}.dr-stat-item:nth-child(3){border-right:1px solid #8a9bb51f}.dr-stat-item{padding:28px 16px}.dr-cta-section,.dr-faq-section,.dr-lab-section,.dr-process-section,.dr-services-section{padding:70px 24px}.dr-lab-inner{gap:40px;grid-template-columns:1fr}.dr-lab-img{height:320px}.dr-process-steps{align-items:center;flex-direction:column;gap:16px}.dr-step-card{max-width:100%;width:100%}.dr-step-connector{margin-top:0;padding:6px 0;transform:rotate(90deg)}}@media (max-width:600px){.dr-services-grid{grid-template-columns:1fr}.dr-stats-banner{grid-template-columns:repeat(2,1fr)}.dr-stat-item:nth-child(2),.dr-stat-item:nth-child(3){border-right:none}.dr-stat-item:nth-child(odd){border-right:1px solid #8a9bb51f}}.about-page{background:var(--bg-white);color:#1e293b;font-family:Outfit,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden;padding-top:20px}.about-container{margin:0 auto;max-width:1240px;overflow-x:hidden;padding:0 24px}.about-hero-section{background:var(--bg-white);padding:24px 0 60px}.about-breadcrumbs{align-items:center;color:#64748b;display:flex;font-size:.9rem;gap:8px;margin-bottom:28px}.breadcrumb-link{color:#64748b;text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{color:#d4af37}.breadcrumb-separator{color:#94a3b8}.breadcrumb-current{color:#0b1b3d;font-weight:600}.about-hero-grid{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1.1fr .9fr}.about-main-title{color:#0b1b3d;font-size:3.2rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:12px}.gold-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#d4af37,#b8860b);background-clip:text;-webkit-background-clip:text;color:#c89528}.about-subtitle{color:#0b1b3d;font-size:1.35rem;font-weight:700;margin-bottom:20px}.about-description{color:#475569;font-size:1.05rem;line-height:1.7;margin-bottom:36px;max-width:560px}.hero-buttons-row{align-items:center;display:flex;gap:16px;margin-bottom:40px}.btn-solid-navy{align-items:center;background:#0b1b3d;border-radius:50px;box-shadow:0 8px 24px #0b1b3d38;color:#fff;display:inline-flex;font-size:.98rem;font-weight:700;gap:12px;padding:14px 28px;text-decoration:none;transition:all .3s ease}.btn-solid-navy:hover{background:#07122b;box-shadow:0 12px 30px #0b1b3d52;transform:translateY(-2px)}.btn-outline-white{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:50px;box-shadow:0 4px 14px #0000000a;color:#0b1b3d;display:inline-flex;font-size:.98rem;font-weight:700;gap:12px;padding:14px 28px;text-decoration:none;transition:all .3s ease}.btn-outline-white:hover{border-color:#0b1b3d;box-shadow:0 8px 20px #0b1b3d1a;transform:translateY(-2px)}.btn-icon-circle{align-items:center;border-radius:50%;display:flex;height:24px;justify-content:center;width:24px}.gold-circle{background:#d4af37;color:#0b1b3d}.navy-circle{background:#0b1b3d;color:#fff}.hero-stat-cards-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.hero-stat-card{align-items:center;background:var(--bg-white-card);border:1px solid var(--border-color);border-radius:10px;box-shadow:var(--white-shadow);display:flex;flex-direction:column;padding:12px;text-align:center;transition:all .3s ease}.hero-stat-card:hover{border-color:#e2e8f0;box-shadow:0 14px 28px #0b1b3d14;transform:translateY(-4px)}.stat-card-icon-box{align-items:center;background:#0b1b3d;border-radius:50%;box-shadow:0 6px 14px #0b1b3d26;color:#d4af37;display:flex;height:48px;justify-content:center;margin-bottom:14px;width:48px}.stat-card-text{display:flex;flex-direction:column}.stat-card-number{color:#0b1b3d;font-size:1.25rem;font-weight:800;line-height:1.2}.stat-card-label{color:#64748b;font-size:.82rem;font-weight:600;margin-top:4px}.about-hero-visual{display:flex;justify-content:center;position:relative}.hero-glow-bg{background:radial-gradient(circle,#d4af3740 0,#fff0 70%);border-radius:50%;height:320px;pointer-events:none;position:absolute;right:-20px;top:-30px;width:320px;z-index:0}.visual-frame-container{background:#fff;border:3.5px solid #d4af37;border-radius:28px;box-shadow:0 20px 45px #0b1b3d24;max-width:520px;padding:12px;position:relative;width:100%;z-index:1}.hero-team-image{border-radius:20px;display:block;height:400px;object-fit:cover;width:100%}.years-badge-modern{background:#0b1b3d;border:2px solid #d4af37;border-radius:20px;bottom:-22px;box-shadow:0 14px 30px #0b1b3d59;gap:14px;padding:16px 24px;right:-22px;z-index:3}.badge-shield-circle,.years-badge-modern{align-items:center;display:flex;position:absolute}.badge-shield-circle{background:#d4af37;border:2.5px solid #0b1b3d;border-radius:50%;box-shadow:0 6px 14px #00000040;color:#0b1b3d;height:44px;justify-content:center;right:16px;top:-18px;width:44px}.badge-content{align-items:center;display:flex;gap:12px}.badge-number-gold{color:#d4af37;font-size:2.4rem;font-weight:800;line-height:1}.badge-text-white{color:#fff;font-size:.85rem;font-weight:700;line-height:1.25}.about-story-section{background:linear-gradient(135deg,#f9f4ee,#fbf6f1 35%,#fdf8f5 70%,#fdf9f4);padding:70px 0}.story-layout-grid-two{grid-gap:32px;align-items:stretch;display:grid;gap:32px;grid-template-columns:1fr 1fr}.story-navy-card{background:#0b1b3d;border-radius:20px;box-shadow:0 15px 35px #0b1b3d33;color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:40px 32px}.story-title{color:#fff;font-size:2rem;font-weight:800;margin-bottom:20px;position:relative}.story-content p{color:#cbd5e1;font-size:.95rem;line-height:1.65;margin-bottom:16px}.story-content p:last-child{margin-bottom:0}.story-signature-block{border-top:1px solid #ffffff1f;margin-top:24px;padding-top:16px}.signature-font{color:#d4af37;font-family:Brush Script MT,Dancing Script,cursive,sans-serif;font-size:2.2rem;font-weight:700;letter-spacing:2px}.signature-caption{color:#94a3b8;font-size:.85rem;font-weight:500}.story-stats-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 12px 30px #00000014;display:flex;flex-direction:column;justify-content:space-around;padding:24px 20px;z-index:2}.stat-row{align-items:center;display:flex;gap:14px}.stat-icon-wrapper{background:#fffdf5;border:1px solid #e8d08d;border-radius:12px;color:#c89528;flex-shrink:0;height:44px;width:44px}.stat-info{display:flex;flex-direction:column}.stat-number{color:#0b1b3d;font-size:1.15rem;font-weight:800;line-height:1.2}.stat-label{color:#64748b;font-size:.8rem;font-weight:600}.story-image-card{border-radius:20px;box-shadow:0 15px 35px #0000001a;height:100%;overflow:hidden}.story-repair-img{display:block;height:100%;min-height:380px;object-fit:cover;width:100%}.about-values-section{background:var(--bg-white);padding:80px 0}.section-header{text-align:center}.section-title{color:#0b1b3d;margin-bottom:10px}.gold-accent-line{background:linear-gradient(90deg,#d4af37,#b8860b);border-radius:2px;height:4px;margin:0 auto;width:60px}.values-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.value-card{align-items:center;background:var(--bg-white-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--white-shadow);display:flex;flex-direction:column;padding:32px 24px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{box-shadow:0 16px 32px #0b1b3d14;transform:translateY(-6px)}.value-icon-circle{align-items:center;background:#0b1b3d;border-radius:50%;box-shadow:0 6px 16px #0b1b3d33;color:#d4af37;display:flex;height:64px;justify-content:center;margin-bottom:20px;width:64px}.value-card-title{color:#0b1b3d;font-size:1.2rem;font-weight:700;margin-bottom:12px}.value-card-desc{color:#64748b;font-size:.92rem;line-height:1.6}.about-process-section{background:var(--bg-white);padding:80px 0}.center-header{margin-bottom:44px;text-align:center}.centered-gold-line{margin:10px auto 0}.process-flow-wrapper{position:relative;width:100%}.process-flow-row{align-items:center;gap:0;width:100%}.process-card,.process-flow-row{display:flex;justify-content:space-between}.process-card{background:var(--bg-white-card);border:1.5px solid var(--border-color);border-radius:20px;box-shadow:var(--white-shadow);flex:1 1;flex-direction:column;min-height:180px;padding:28px 22px;transition:all .3s ease}.process-card:hover{border-color:#e2e8f0;box-shadow:0 16px 36px #0b1b3d14;transform:translateY(-4px)}.card-top-header{align-items:center;display:flex;gap:14px;margin-bottom:20px}.number-circle-badge{align-items:center;background:linear-gradient(135deg,#facc15,#eab308);border-radius:50%;box-shadow:0 4px 14px #facc1566;color:#0b1b3d;display:flex;flex-shrink:0;font-size:1.05rem;font-weight:800;height:44px;justify-content:center;width:44px}.card-title-text{color:#0b1b3d;font-size:1.15rem;font-weight:800;line-height:1.25}.card-bottom-body{align-items:flex-start;display:flex;gap:16px}.card-navy-icon-box{color:#0b1b3d;flex-shrink:0;margin-top:2px}.card-description-text{color:#475569;font-size:.88rem;font-weight:500;line-height:1.5}.dotted-connector-line{border-top:3px dotted #d4af37;flex-shrink:0;height:0;margin:0 6px;width:36px}.about-repair-section{background-color:var(--bg-white);padding:70px 0}.devices-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(5,1fr)}.device-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:16px;padding:28px 16px;text-align:center;transition:all .25s ease}.device-card:hover{border-color:#d4af37;box-shadow:0 10px 25px #d4af371f;transform:translateY(-4px)}.device-icon-box{color:#0b1b3d;transition:color .25s ease}.device-card:hover .device-icon-box{color:#c89528}.device-name{color:#0b1b3d;font-size:1.05rem;font-weight:700}.why-choose-banner-section{background:#06142e;color:#fff;padding:60px 0}.banner-title{color:#fff;font-size:2.2rem;font-weight:800;margin-bottom:48px;text-align:center}.banner-gold{color:#d4af37}.why-choose-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(5,1fr);text-align:center}.why-item{align-items:center;border-right:1px solid #ffffff1a;display:flex;flex-direction:column;padding:0 10px}.why-item:last-child{border-right:none}.why-icon-box{background:#d4af371f;border:1.5px solid #d4af37;border-radius:50%;color:#d4af37;height:54px;margin-bottom:16px;width:54px}.why-item-title{color:#fff;font-size:1.05rem;font-weight:700;margin-bottom:8px}.why-item-desc{color:#94a3b8;font-size:.85rem;line-height:1.45}.about-cta-section{background:var(--bg-white);padding:60px 0 80px}.cta-box{background:#fffdf7;border:2px solid #edd596;border-radius:24px;box-shadow:0 12px 35px #d4af3714;gap:24px;justify-content:space-between;padding:36px 48px}.cta-box,.cta-headset-icon{align-items:center;display:flex}.cta-headset-icon{background:#fff8e1;border:2px solid #d4af37;border-radius:50%;color:#c89528;flex-shrink:0;height:64px;justify-content:center;width:64px}.cta-text-content{flex:1 1}.cta-tag{color:#64748b;display:block;font-size:.95rem;font-weight:600;margin-bottom:4px}.cta-heading{color:#0b1b3d;font-size:1.8rem;font-weight:800;margin-bottom:4px}.cta-subheading{color:#64748b;font-size:.95rem}.cta-button{align-items:center;background:#0b1b3d;border-radius:50px;box-shadow:0 8px 20px #0b1b3d40;color:#fff;display:inline-flex;flex-shrink:0;font-size:1rem;font-weight:700;gap:12px;padding:14px 28px;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#07122b;box-shadow:0 12px 25px #0b1b3d59;transform:translateY(-2px)}.cta-arrow-circle{align-items:center;background:#d4af37;border-radius:50%;color:#0b1b3d;display:flex;height:28px;justify-content:center;width:28px}@media (max-width:1024px){.about-hero-grid{gap:36px;grid-template-columns:1fr}.story-layout-grid-two{gap:24px;grid-template-columns:1fr}.hero-stat-cards-row,.values-grid{grid-template-columns:repeat(2,1fr)}.process-flow-row{flex-wrap:wrap;gap:20px}.process-card{min-width:45%}.dotted-connector-line{display:none}.why-choose-grid{gap:30px;grid-template-columns:repeat(3,1fr)}.why-item{border-right:none}.cta-box{flex-direction:column;padding:32px 24px;text-align:center}.cta-text-content{margin-bottom:12px}}@media (max-width:640px){.about-main-title,.about-subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.about-main-title{font-size:clamp(1.65rem,5.5vw,2.3rem);line-height:1.1}.about-subtitle{font-size:clamp(1rem,3.4vw,1.2rem);line-height:1.25}.hero-buttons-row{align-items:stretch;flex-direction:column}.btn-outline-white,.btn-solid-navy{justify-content:center}.hero-stat-cards-row{grid-template-columns:repeat(2,minmax(0,1fr))}.values-grid{gap:16px;grid-template-columns:1fr}.devices-grid{grid-template-columns:repeat(1,1fr)}.process-card{min-width:100%}.why-choose-grid{gap:24px;grid-template-columns:repeat(1,1fr)}.years-badge-modern{bottom:auto;justify-content:center;margin-top:16px;position:relative;right:auto}}.electrician-page{background-color:#030e1c;background-color:var(--bg-primary,#030e1c);color:#fef7ed;color:var(--text-white,#fef7ed);font-family:Outfit,Inter,system-ui,-apple-system,sans-serif;min-height:100vh;overflow-x:hidden;padding-top:75px}.electrician-container{margin:0 auto;max-width:1280px;padding:0 24px}.section-header{margin-bottom:48px}.section-header.center{text-align:center}.section-tag{background:#f0b0401a;border:1px solid #f0b04040;border-radius:50px;color:#f0b040;color:var(--accent-orange,#f0b040);display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:2px;margin-bottom:14px;padding:6px 14px;text-transform:uppercase}.section-title{color:#fff;font-size:2.2rem;font-weight:800;line-height:1.25;margin-bottom:12px}.section-desc{color:#8a9bb5;color:var(--text-muted,#8a9bb5);font-size:1.05rem;line-height:1.6;margin:0 auto;max-width:680px}.electrician-hero{background:radial-gradient(circle at 20% 20%,#f0b0401f 0,#0000 50%),radial-gradient(circle at 80% 70%,#0f1d2ecc 0,#0000 60%),#030e1c;padding:60px 0 80px;position:relative}.hero-glow-overlay{background:linear-gradient(180deg,#030e1c00,#030e1ce6);height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content-wrapper{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1.15fr .85fr}.hero-badge{align-items:center;background:linear-gradient(90deg,#f5b93a26,#e8a0200d);border:1px solid #f5b93a59;border-radius:50px;color:#f5b93a;display:inline-flex;font-size:.82rem;font-weight:700;gap:8px;letter-spacing:.5px;margin-bottom:20px;padding:8px 18px}.badge-spark-icon{animation:pulseGlow 2s infinite alternate;color:#f5b93a}.hero-title{color:#fff;font-size:3.2rem;font-weight:900;letter-spacing:-.5px;line-height:1.15;margin-bottom:20px}.highlight-gold{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffe17d,#f5b93a 50%,#d99215);-webkit-background-clip:text}.hero-subtitle{color:#a0aec0;font-size:1.12rem;line-height:1.65;margin-bottom:28px}.hero-perks-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-bottom:32px}.perk-pill{align-items:center;background:#0f1d2eb3;border:1px solid #ffffff14;border-radius:10px;color:#e2e8f0;display:flex;font-size:.9rem;font-weight:600;gap:10px;padding:10px 14px}.perk-icon{color:#f5b93a;flex-shrink:0}.hero-actions{display:flex;flex-wrap:wrap;gap:16px}.elec-btn{align-items:center;border-radius:12px;cursor:pointer;display:inline-flex;font-size:.98rem;font-weight:700;gap:10px;justify-content:center;padding:14px 26px;text-decoration:none;transition:all .25s ease}.elec-btn.primary-btn{background:linear-gradient(135deg,#f5b93a,#e8a020 50%,#d99215);background:var(--cta-gradient,linear-gradient(135deg,#f5b93a 0,#e8a020 50%,#d99215 100%));border:none;box-shadow:0 8px 24px #e8a02059;color:#030e1c}.elec-btn.primary-btn:hover{box-shadow:0 12px 30px #e8a02080;transform:translateY(-2px)}.elec-btn.secondary-btn{background:#ffffff0d;border:1px solid #fff3;color:#fff}.elec-btn.secondary-btn:hover{background:#ffffff1a;border-color:#f5b93a80;color:#f5b93a}.elec-btn.emergency-btn{background:#ef444426;border:1px solid #ef44444d;color:#f87171}.elec-btn.emergency-btn:hover{background:#ef444440;border-color:#ef4444;color:#fff}.hero-image-card{border-radius:24px;overflow:visible;position:relative}.hero-main-img{border:2px solid #f5b93a4d;border-radius:20px;box-shadow:0 20px 50px #0009;height:480px;object-fit:cover;width:100%}.hero-floating-badge{background:#091628eb;border:1px solid #f5b93a59;box-shadow:0 10px 30px #00000080;z-index:2}.badge-top-right{right:-15px;top:20px}.badge-bottom-left{bottom:20px;left:-15px}.floating-icon-box{align-items:center;background:#f5b93a26;border-radius:10px;color:#f5b93a;display:flex;height:42px;justify-content:center;width:42px}.floating-icon-box.gold{background:linear-gradient(135deg,#f5b93a,#d99215);color:#030e1c}.floating-title{color:#fff;display:block;font-size:.92rem;font-weight:800}.floating-sub{color:#a0aec0;display:block;font-size:.76rem}.elec-stats-bar{background:#071527;border-bottom:1px solid #ffffff14;border-top:1px solid #ffffff14;padding:32px 0}.stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);text-align:center}.stat-card{padding:12px}.stat-num{color:#f5b93a;display:block;font-size:2.3rem;font-weight:900;margin-bottom:4px}.stat-label{color:#a0aec0;font-size:.88rem;font-weight:500}.dual-offering-section{background:#030e1c;padding:90px 0}.dual-cards-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin-top:40px}.dual-card{background:#0f1d2e99;border:1px solid #ffffff14;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.dual-card:hover{border-color:#f5b93a66;box-shadow:0 16px 40px #0006;transform:translateY(-6px)}.dual-card-media{height:220px;overflow:hidden;position:relative}.dual-card-media img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.dual-card:hover .dual-card-media img{transform:scale(1.05)}.dual-card-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030e1cd9;border:1px solid #38bdf84d;border-radius:50px;color:#38bdf8;font-size:.78rem;font-weight:700;left:16px;padding:6px 14px;position:absolute;top:16px}.dual-card-badge.gold{border-color:#f5b93a66;color:#f5b93a}.dual-card-body{display:flex;flex-direction:column;flex-grow:1;padding:28px}.dual-card-body h3{color:#fff;font-size:1.4rem;font-weight:800;margin-bottom:10px}.dual-card-body p{color:#a0aec0;font-size:.95rem;line-height:1.6;margin-bottom:20px}.dual-feature-list li{color:#e2e8f0;font-size:.9rem}.dual-feature-list svg{color:#f5b93a;flex-shrink:0}.dual-action-btn{align-items:center;background:#ffffff0f;border:1px solid #ffffff26;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:.92rem;font-weight:700;gap:8px;justify-content:center;margin-top:auto;padding:12px 22px;transition:all .25s ease}.dual-action-btn:hover{background:#ffffff1f;border-color:#ffffff4d}.dual-action-btn.gold{background:#f5b93a1f;border-color:#f5b93a59;color:#f5b93a}.dual-action-btn.gold:hover{background:#f5b93a;color:#030e1c}.services-grid-section{background:#071527;padding:90px 0}.services-grid-section .section-header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.filter-tabs-wrapper{background:#0f1d2ecc;border:1px solid #ffffff14;border-radius:12px;display:flex;gap:10px;padding:6px}.tab-btn{background:#0000;border:none;border-radius:8px;color:#a0aec0;cursor:pointer;font-size:.88rem;font-weight:600;padding:8px 18px;transition:all .2s ease}.tab-btn.active{background:#f5b93a;color:#030e1c;font-weight:700}.services-cards-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.service-card{background:#0f1d2eb3;border:1px solid #ffffff12;border-radius:16px;display:flex;flex-direction:column;padding:24px;transition:all .3s ease}.service-card:hover{border-color:#f5b93a59;box-shadow:0 14px 35px #00000059;transform:translateY(-5px)}.service-card-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.service-icon-box{align-items:center;background:#f5b93a1f;border-radius:12px;color:#f5b93a;display:flex;height:48px;justify-content:center;width:48px}.service-tag-badge{background:#38bdf81f;border:1px solid #38bdf840;border-radius:50px;color:#38bdf8;font-size:.72rem;font-weight:700;padding:4px 10px}.service-tag-badge.gold{background:#f5b93a1f;border-color:#f5b93a4d;color:#f5b93a}.service-card-title{color:#fff;font-size:1.15rem;font-weight:800;margin-bottom:8px}.service-card-desc{color:#a0aec0;font-size:.88rem;line-height:1.5;margin-bottom:16px;min-height:52px}.service-subitems-list{border-top:1px solid #ffffff0f;display:flex;flex-direction:column;gap:8px;margin-bottom:22px;padding-top:14px}.subitem-row{align-items:center;color:#cbd5e1;display:flex;font-size:.82rem;gap:8px}.subitem-check{color:#f5b93a;flex-shrink:0}.service-card-btn{align-items:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;justify-content:space-between;margin-top:auto;padding:10px 14px;transition:all .2s ease;width:100%}.service-card-btn:hover{background:#f5b93a;border-color:#f5b93a;color:#030e1c}.estimator-section{background:#030e1c;padding:90px 0}.estimator-wrapper{grid-gap:40px;align-items:center;background:#0f1d2e80;border:1px solid #f5b93a40;border-radius:24px;display:grid;gap:40px;grid-template-columns:1fr 1fr;padding:40px}.estimator-type-selector{display:flex;gap:12px;margin:24px 0 28px}.type-btn{align-items:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;color:#a0aec0;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:700;gap:8px;justify-content:center;padding:12px;transition:all .2s ease}.type-btn.active{background:#f5b93a26;border-color:#f5b93a;color:#f5b93a}.estimator-guarantees{gap:12px}.guarantee-item{align-items:center;color:#cbd5e1;display:flex;font-size:.88rem;gap:10px}.guarantee-item svg{color:#f5b93a;flex-shrink:0}.calc-card{background:#09182b;border:1px solid #ffffff1a;border-radius:18px;padding:30px}.calc-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.calc-header h3{color:#fff;font-size:1.15rem;font-weight:800}.calc-badge{background:#f5b93a26;border-radius:50px;color:#f5b93a;font-size:.75rem;font-weight:700;padding:4px 10px}.calc-group{margin-bottom:20px}.calc-group label{color:#a0aec0;display:block;font-size:.85rem;font-weight:600;margin-bottom:8px}.calc-select{background:#030e1ccc;border:1px solid #ffffff26;border-radius:10px;color:#fff;font-size:.9rem;outline:none;padding:12px 14px;width:100%}.calc-select:focus{border-color:#f5b93a}.quantity-controls{align-items:center;display:flex;gap:16px}.qty-btn{background:#ffffff14;border:1px solid #ffffff26;color:#fff;height:38px;width:38px}.qty-btn:hover{background:#f5b93a33;border-color:#f5b93a;color:#f5b93a}.qty-val{color:#fff;font-size:1.2rem;font-weight:800}.calc-result-box{background:#030e1ce6;border:1px solid #f5b93a4d;border-radius:12px;margin-bottom:20px;padding:18px}.result-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.result-label{color:#a0aec0;font-size:.92rem}.result-amount{color:#f5b93a;font-size:1.8rem;font-weight:900}.result-details{border-top:1px solid #ffffff14;color:#94a3b8;display:flex;font-size:.78rem;justify-content:space-between;padding-top:10px}.calc-submit-btn{align-items:center;background:var(--cta-gradient);border:none;border-radius:10px;color:#030e1c;cursor:pointer;display:flex;font-size:.98rem;font-weight:800;gap:10px;justify-content:center;padding:14px;transition:all .2s ease;width:100%}.calc-submit-btn:hover{box-shadow:0 8px 20px #e8a02066;transform:translateY(-2px)}.why-choose-elec{background:#071527;padding:90px 0}.why-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.why-card{background:#0f1d2e99;border:1px solid #ffffff14;border-radius:16px;padding:28px 20px;text-align:center;transition:all .3s ease}.why-card:hover{border-color:#f5b93a66;transform:translateY(-4px)}.why-icon-box{align-items:center;background:#f5b93a1f;border-radius:16px;color:#f5b93a;display:flex;height:60px;justify-content:center;margin:0 auto 18px;width:60px}.why-card h3{color:#fff;font-size:1.1rem;font-weight:800;margin-bottom:8px}.why-card p{color:#a0aec0;font-size:.88rem;line-height:1.5}.workflow-section{background:#030e1c;padding:90px 0}.workflow-timeline{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin-top:40px}.workflow-card{background:#0f1d2e80;border:1px solid #ffffff14;border-radius:18px;padding:28px;position:relative}.step-num{color:#f5b93a40;display:block;font-size:2.4rem;font-weight:900;margin-bottom:10px}.step-title{color:#fff;font-size:1.1rem;font-weight:800;line-height:1.3;margin-bottom:10px}.step-desc{color:#a0aec0;font-size:.88rem;line-height:1.55}.projects-showcase-section{background:#071527;padding:90px 0}.projects-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);margin-top:30px}.project-card{background:#0f1d2eb3;border:1px solid #ffffff14;border-radius:16px;padding:28px;transition:all .3s ease}.project-card:hover{border-color:#f5b93a59;transform:translateY(-3px)}.project-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.project-tag{background:#f5b93a26;border-radius:50px;color:#f5b93a;font-size:.75rem;font-weight:700;padding:4px 12px}.project-loc{color:#94a3b8;font-size:.82rem}.project-title{color:#fff;font-size:1.25rem;font-weight:800;margin-bottom:8px}.project-scope{color:#cbd5e1;font-size:.9rem;line-height:1.5;margin-bottom:12px}.project-stats{border-top:1px solid #ffffff0f;color:#f5b93a;font-size:.82rem;font-weight:600;padding-top:10px}.testimonials-elec-section{background:#030e1c;padding:90px 0}.testimonials-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.testi-card{background:#0f1d2e99;border:1px solid #ffffff14;border-radius:16px;display:flex;flex-direction:column;padding:28px}.testi-stars{display:flex;gap:4px;margin-bottom:14px}.testi-text{color:#cbd5e1;flex-grow:1;font-size:.92rem;font-style:italic;line-height:1.6;margin-bottom:20px}.testi-user{gap:12px}.testi-user,.user-avatar{align-items:center;display:flex}.user-avatar{background:linear-gradient(135deg,#f5b93a,#e8a020);border-radius:50%;color:#030e1c;font-weight:800;height:42px;justify-content:center;width:42px}.user-name{color:#fff;font-size:.95rem;font-weight:800}.user-role{color:#94a3b8;display:block;font-size:.78rem}.faq-elec-section{background:#071527;padding:90px 0}.faq-accordion-list{display:flex;flex-direction:column;gap:14px;margin:0 auto;max-width:800px}.faq-item{background:#0f1d2eb3;border:1px solid #ffffff14;border-radius:12px;overflow:hidden;transition:all .2s ease}.faq-item.open{border-color:#f5b93a59}.faq-trigger{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.02rem;font-weight:700;justify-content:space-between;padding:18px 24px;text-align:left;width:100%}.faq-trigger svg{color:#f5b93a;flex-shrink:0}.faq-content{color:#a0aec0;font-size:.92rem;line-height:1.6;padding:0 24px 20px}.emergency-cta-banner{background:linear-gradient(135deg,#09182b,#030e1c);border-top:1px solid #f5b93a33;padding:60px 0}.cta-content-box{align-items:center;background:#0f1d2e99;border:1px solid #f5b93a4d;border-radius:20px;display:flex;gap:30px;justify-content:space-between;padding:36px 48px}.cta-text h2{color:#fff;font-size:1.8rem;font-weight:800;margin-bottom:8px}.cta-text p{color:#a0aec0;font-size:.98rem}.cta-btns{display:flex;flex-shrink:0;gap:14px}.cta-call-btn{align-items:center;background:#22c55e;border-radius:10px;color:#fff;display:inline-flex;font-weight:700;gap:8px;padding:14px 24px;text-decoration:none;transition:all .2s ease}.cta-call-btn:hover{background:#16a34a}.cta-book-btn{align-items:center;background:var(--cta-gradient);border:none;border-radius:10px;color:#030e1c;cursor:pointer;display:inline-flex;font-weight:800;gap:8px;padding:14px 24px;transition:all .2s ease}.cta-book-btn:hover{transform:translateY(-2px)}.booking-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.booking-modal-card{background:#09182b;border:1px solid #f5b93a66;border-radius:20px;box-shadow:0 25px 60px #000c;max-width:520px;padding:32px;position:relative;width:100%}.close-modal-btn{background:#ffffff14;border:none;border-radius:50%;color:#fff;cursor:pointer;height:32px;justify-content:center;position:absolute;right:18px;top:18px;width:32px}.close-modal-btn,.modal-header{align-items:center;display:flex}.modal-header{gap:14px;margin-bottom:24px}.modal-icon-box{align-items:center;background:#f5b93a26;border-radius:12px;color:#f5b93a;display:flex;height:44px;justify-content:center;width:44px}.modal-header h3{color:#fff;font-size:1.25rem;font-weight:800}.modal-sub{color:#a0aec0;font-size:.85rem}.modal-form{gap:14px}.form-group,.modal-form{display:flex;flex-direction:column}.form-group{gap:6px}.form-group label{color:#cbd5e1;font-size:.82rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#030e1ccc;border:1px solid #ffffff26;border-radius:8px;color:#fff;font-size:.88rem;outline:none;padding:10px 14px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#f5b93a}.submit-booking-btn{align-items:center;background:var(--cta-gradient);border:none;border-radius:10px;color:#030e1c;cursor:pointer;display:flex;font-size:.95rem;font-weight:800;gap:8px;justify-content:center;margin-top:8px;padding:14px}.modal-success-state{padding:20px 0}.success-icon-box{color:#22c55e;margin-bottom:16px}.modal-success-state h3{color:#fff;font-size:1.5rem;margin-bottom:10px}.modal-success-state p{color:#a0aec0;font-size:.92rem;margin-bottom:18px}.success-badge{background:#22c55e26;border:1px solid #22c55e4d;border-radius:50px;color:#22c55e;display:inline-block;font-size:.85rem;font-weight:700;padding:8px 18px}@media (max-width:1024px){.hero-content-wrapper{grid-template-columns:1fr}.hero-main-img{height:380px}.services-cards-grid,.stats-grid,.why-grid,.workflow-timeline{grid-template-columns:repeat(2,1fr)}.estimator-wrapper{grid-template-columns:1fr}.cta-content-box{flex-direction:column;text-align:center}}@media (max-width:768px){.hero-title{font-size:2.2rem}.dual-cards-grid,.projects-grid,.services-cards-grid,.stats-grid,.testimonials-grid,.why-grid,.workflow-timeline{grid-template-columns:1fr}.badge-bottom-left,.badge-top-right{margin-top:10px;position:static}.hero-actions{flex-direction:column}.cta-btns,.elec-btn{width:100%}.cta-btns{flex-direction:column}.cta-book-btn,.cta-call-btn{justify-content:center}}.certified-partners-light{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;padding:40px 0}.partners-title{color:#64748b;font-size:.85rem;font-weight:700;letter-spacing:2px;margin-bottom:30px;text-align:center}.partners-logo-grid{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.partner-logo{color:#94a3b8;filter:grayscale(100%);font-size:1.5rem;font-weight:800;letter-spacing:1px;opacity:.6;text-transform:uppercase;transition:all .3s ease}.partner-logo:hover{color:#334155;filter:grayscale(0);opacity:1}@media (max-width:768px){.partners-logo-grid{gap:20px}.partner-logo{font-size:1.2rem}}.iphone-page{background:linear-gradient(135deg,#f9f4ee,#fbf6f1 35%,#fdf8f5 70%,#fdf9f4);background:var(--bg-white,linear-gradient(135deg,#f9f4ee 0,#fbf6f1 35%,#fdf8f5 70%,#fdf9f4 100%));color:#1e293b;font-family:Outfit,Inter,system-ui,-apple-system,sans-serif;min-height:100vh;overflow-x:hidden;padding-top:75px}.iphone-container{margin:0 auto;max-width:1280px;padding:0 24px}.iphone-section-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:48px}.iphone-section-header.center{align-items:center;flex-direction:column;text-align:center}.iphone-section-tag{background:#f0b0401f;border:1px solid #f0b0404d;border-radius:50px;color:#c8881a;color:var(--accent-orange-dark,#c8881a);display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:2px;margin-bottom:14px;padding:6px 16px;text-transform:uppercase}.iphone-section-title{color:#030e1c;font-size:2.2rem;font-weight:800;line-height:1.25;margin-bottom:12px}.iphone-section-desc{color:#475569;font-size:1.02rem;line-height:1.65;max-width:680px}.iphone-section-header.center .iphone-section-desc{margin:0 auto}.iphone-hero{background:radial-gradient(circle at 20% 20%,#f0b0401f 0,#0000 50%),radial-gradient(circle at 80% 70%,#0f1d2ed9 0,#0000 60%),#030e1c;background:radial-gradient(circle at 20% 20%,#f0b0401f 0,#0000 50%),radial-gradient(circle at 80% 70%,#0f1d2ed9 0,#0000 60%),var(--bg-primary,#030e1c);overflow:hidden;padding:60px 0 90px;position:relative}.iphone-hero-glow{background:linear-gradient(180deg,#030e1c00,#030e1cf2);bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content-wrap{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1.15fr .85fr;position:relative;z-index:1}.hero-text-col{display:flex;flex-direction:column}.iphone-hero-badge{align-items:center;background:linear-gradient(90deg,#f5b93a26,#e8a0200d);border:1px solid #f5b93a59;border-radius:50px;color:#f5b93a;display:inline-flex;font-size:.8rem;font-weight:700;gap:8px;letter-spacing:.5px;margin-bottom:22px;padding:8px 18px;width:-webkit-fit-content;width:fit-content}.badge-sparkle{animation:pulseGlow 2s infinite alternate;color:#f5b93a}@keyframes pulseGlow{0%{opacity:.6;transform:scale(.95)}to{opacity:1;transform:scale(1.1)}}.iphone-hero-title{color:#fff;font-size:3.3rem;font-weight:900;line-height:1.12;margin-bottom:20px}.iphone-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffe17d,#f5b93a 50%,#d99215);-webkit-background-clip:text;background-clip:text}.iphone-hero-subtitle{color:#a0aec0;font-size:1.08rem;line-height:1.7;margin-bottom:32px;max-width:550px}.iphone-perks-grid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px}.iphone-perk-pill{align-items:center;background:#0f1d2eb3;border:1px solid #ffffff14;border-radius:50px;color:#e2e8f0;display:flex;font-size:.86rem;font-weight:600;gap:8px;padding:8px 15px}.iphone-perk-pill svg{color:#f5b93a}.iphone-hero-actions{display:flex;flex-wrap:wrap;gap:14px}.iphone-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:.96rem;font-weight:700;gap:9px;padding:14px 26px;text-decoration:none;transition:all .25s ease;white-space:nowrap}.primary-iphone-btn{background:linear-gradient(135deg,#f5b93a,#e8a020 50%,#d99215);background:var(--cta-gradient,linear-gradient(135deg,#f5b93a 0,#e8a020 50%,#d99215 100%));box-shadow:0 8px 24px #e8a02059;color:#030e1c}.primary-iphone-btn:hover{box-shadow:0 12px 32px #e8a02080;transform:translateY(-2px)}.secondary-iphone-btn{background:#ffffff0d;border:1px solid #fff3;color:#fff}.secondary-iphone-btn:hover{background:#ffffff1a;border-color:#f5b93a80;color:#f5b93a;transform:translateY(-2px)}.emergency-iphone-btn{background:#ef444426;border:1px solid #ef44444d;color:#f87171}.emergency-iphone-btn:hover{background:#ef444440;border-color:#ef4444;color:#fff;transform:translateY(-2px)}.hero-image-col{display:flex;justify-content:flex-end}.iphone-hero-img-card{border-radius:24px;max-width:500px;overflow:visible;position:relative;width:100%}.iphone-hero-img{border:2px solid #f5b93a4d;border-radius:20px;box-shadow:0 20px 50px #0009;height:440px;object-fit:cover;width:100%}.hero-float-badge{align-items:center;animation:floatBadge 3.5s ease-in-out infinite alternate;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#091628eb;border:1px solid #f5b93a59;border-radius:14px;box-shadow:0 10px 30px #00000080;display:flex;gap:12px;padding:12px 18px;position:absolute;z-index:2}@keyframes floatBadge{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.badge-tr{right:-16px;top:-16px}.badge-bl{animation-delay:1.2s;bottom:-16px;left:-16px}.float-icon-box{align-items:center;background:linear-gradient(135deg,#f5b93a,#d99215);border-radius:10px;color:#030e1c;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.float-icon-box.blue{background:linear-gradient(135deg,#0f1d2e,#1e293b);border:1px solid #f5b93a4d;color:#f5b93a}.float-title{color:#fff;display:block;font-size:.88rem;font-weight:700}.float-sub{color:#a0aec0;display:block;font-size:.75rem}.iphone-trust-bar{background:#fff;border-bottom:1px solid #dcb47840;box-shadow:0 4px 15px #00000005;padding:24px 0}.trust-inner{align-items:center;display:flex;flex-direction:column;gap:14px}.trust-label{color:#8a7558;font-size:.72rem;font-weight:800;letter-spacing:2px;text-transform:uppercase}.trust-pills-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.trust-pill{align-items:center;background:#fbf6f1;border:1px solid #e8a03040;border-radius:50px;color:#334155;display:flex;font-size:.84rem;font-weight:600;gap:7px;padding:7px 16px}.trust-pill svg{color:#d97706}.iphone-stats-bar{background:#fbf6f1;background:var(--bg-white,#fbf6f1);border-bottom:1px solid #dcb47833;padding:50px 0}.iphone-stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.iphone-stat-card{align-items:center;background:#fff;border:1px solid #e8a03033;border-radius:18px;box-shadow:0 8px 24px #bfa06e14;display:flex;flex-direction:column;gap:6px;padding:28px 20px;text-align:center;transition:all .25s ease}.iphone-stat-card:hover{border-color:#f5b93a80;box-shadow:0 14px 35px #bfa06e24;transform:translateY(-4px)}.iphone-stat-num{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8a020,#c8881a);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:900}.iphone-stat-label{color:#64748b;font-size:.88rem;font-weight:600}.iphone-dual-section{background:#fff;padding:85px 0}.iphone-dual-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr}.iphone-dual-card{background:#fefaf6;background:var(--bg-white-card,#fefaf6);border:1px solid #e8a03040;border-radius:22px;box-shadow:0 10px 30px #bfa06e14;display:flex;flex-direction:column;padding:36px;transition:all .28s ease}.iphone-dual-card:hover{border-color:#f5b93a80;box-shadow:0 18px 45px #bfa06e24;transform:translateY(-5px)}.dual-card-top{justify-content:space-between;margin-bottom:22px}.dual-card-top,.dual-icon-ring{align-items:center;display:flex}.dual-icon-ring{border-radius:16px;flex-shrink:0;height:64px;justify-content:center;width:64px}.dual-icon-ring.hardware{background:linear-gradient(135deg,#f5b93a,#e8a020);box-shadow:0 6px 18px #e8a02040;color:#030e1c}.dual-icon-ring.advanced{background:linear-gradient(135deg,#0f1d2e,#1e293b);box-shadow:0 6px 18px #0f1d2e40;color:#f5b93a}.dual-card-tag{background:#f0b0401f;border:1px solid #f0b0404d;border-radius:50px;color:#c8881a;display:inline-flex;font-size:.78rem;font-weight:700;padding:6px 14px}.dual-card-tag.blue{background:#0f1d2e14;border-color:#0f1d2e33;color:#0f1d2e}.iphone-dual-card h3{color:#030e1c;font-size:1.35rem;font-weight:800;margin-bottom:10px}.iphone-dual-card p{color:#475569;font-size:.95rem;line-height:1.65;margin-bottom:22px}.dual-feature-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0 0 28px;padding:0}.dual-feature-list li{align-items:center;color:#334155;display:flex;font-size:.92rem;font-weight:500;gap:10px}.dual-feature-list li svg{color:#d97706;flex-shrink:0}.dual-action-iphone-btn{align-items:center;background:var(--cta-gradient);border:none;border-radius:12px;box-shadow:0 4px 16px #e8a02040;color:#030e1c;cursor:pointer;display:inline-flex;font-size:.92rem;font-weight:700;gap:8px;justify-content:center;margin-top:auto;padding:13px 24px;transition:all .22s}.dual-action-iphone-btn:hover{box-shadow:0 8px 24px #e8a02066;transform:translateY(-2px)}.dual-action-iphone-btn.blue{background:#0f1d2e;box-shadow:0 4px 16px #0f1d2e33;color:#fef7ed}.dual-action-iphone-btn.blue:hover{background:#1e293b;box-shadow:0 8px 24px #0f1d2e59}.iphone-services-section{background:#fbf6f1;background:var(--bg-white,#fbf6f1);border-top:1px solid #dcb47833;padding:85px 0}.iphone-filter-tabs{display:flex;flex-wrap:wrap;gap:8px}.iphone-tab{background:#fff;border:1px solid #dcb47866;border-radius:50px;color:#64748b;cursor:pointer;font-size:.88rem;font-weight:600;padding:9px 20px;transition:all .2s}.iphone-tab:hover{border-color:#f5b93a99;color:#030e1c}.iphone-tab.active{background:var(--cta-gradient);border-color:#0000;box-shadow:0 4px 15px #e8a02040;color:#030e1c}.iphone-services-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(310px,1fr))}.iphone-service-card{background:#fff;border:1px solid #e8a03033;border-radius:18px;box-shadow:0 8px 24px #bfa06e0f;display:flex;flex-direction:column;padding:28px;transition:all .25s ease}.iphone-service-card:hover{border-color:#f5b93a80;box-shadow:0 16px 40px #bfa06e24;transform:translateY(-4px)}.iservice-card-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.iservice-icon-box{align-items:center;border:1px solid #f0b0404d;border-radius:12px;display:flex;height:48px;justify-content:center;width:48px}.iservice-icon-box,.iservice-tag{background:#f0b0401f;color:#c8881a}.iservice-tag{border:1px solid #f0b04047;border-radius:50px;font-size:.74rem;font-weight:700;letter-spacing:.3px;padding:4px 12px}.iservice-tag.advanced{background:#0f1d2e14;border-color:#0f1d2e33;color:#0f1d2e}.iservice-tag.software{background:#10b9811a;border-color:#10b98140;color:#059669}.iservice-card-title{color:#030e1c;font-size:1.08rem;font-weight:800;margin-bottom:10px}.iservice-card-desc{color:#475569;flex-grow:1;font-size:.88rem;line-height:1.6;margin-bottom:18px}.iservice-items-list{display:flex;flex-direction:column;gap:7px;margin-bottom:22px}.iservice-item-row{align-items:flex-start;color:#334155;display:flex;font-size:.84rem;gap:8px}.iservice-check{color:#d97706;flex-shrink:0;margin-top:2px}.iservice-card-btn{align-items:center;background:#fbf6f1;border:1px solid #e8a03059;border-radius:10px;color:#030e1c;cursor:pointer;display:flex;font-size:.88rem;font-weight:700;gap:7px;justify-content:center;margin-top:auto;padding:10px 20px;transition:all .2s}.iservice-card-btn:hover{background:var(--cta-gradient);border-color:#0000;color:#030e1c;transform:translateX(3px)}.iphone-estimator-section{background:#fff;border-top:1px solid #dcb47840;padding:85px 0}.iphone-estimator-wrap{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}.estimator-info-col{display:flex;flex-direction:column}.estimator-type-btns{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.est-type-btn{align-items:center;background:#fbf6f1;border:1px solid #dcb47866;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:.88rem;font-weight:700;gap:8px;padding:11px 22px;transition:all .2s}.est-type-btn:hover{border-color:#f5b93a99;color:#030e1c}.est-type-btn.active{background:var(--cta-gradient);border-color:#0000;box-shadow:0 4px 15px #e8a02040;color:#030e1c}.estimator-guarantees{display:flex;flex-direction:column;gap:14px}.est-guarantee-row{align-items:center;color:#334155;display:flex;font-size:.9rem;font-weight:500;gap:10px}.est-guarantee-row svg{color:#d97706;flex-shrink:0}.iphone-calc-card{background:#fefaf6;background:var(--bg-white-card,#fefaf6);border:1px solid #e8a0304d;border-radius:22px;box-shadow:0 12px 35px #bfa06e1a;padding:32px}.calc-card-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:24px}.calc-card-header h3{color:#030e1c;font-size:1.12rem;font-weight:800}.calc-badge-tag{background:#f0b0401f;border:1px solid #f0b0404d;border-radius:50px;color:#c8881a;font-size:.74rem;font-weight:700;padding:5px 14px}.calc-form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.calc-form-group label{color:#475569;font-size:.84rem;font-weight:700}.calc-dropdown{background:#fff;border:1px solid #dcb47880;border-radius:10px;color:#030e1c;cursor:pointer;font-size:.9rem;font-weight:500;outline:none;padding:12px 14px}.calc-dropdown:focus{border-color:#f5b93acc;box-shadow:0 0 0 3px #f5b93a26}.calc-dropdown option{background:#fff;color:#030e1c}.qty-controls{gap:12px}.qty-btn,.qty-controls{align-items:center;display:flex}.qty-btn{background:#fff;border:1px solid #dcb47880;border-radius:8px;color:#030e1c;cursor:pointer;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;transition:all .2s;width:40px}.qty-btn:hover{background:var(--cta-gradient);border-color:#0000}.qty-display{color:#030e1c;font-size:1.3rem;font-weight:800;min-width:30px;text-align:center}.calc-result-box{background:#f0b04014;border:1px solid #f0b04040;border-radius:14px;margin-bottom:22px;padding:20px}.result-main-row{align-items:center;color:#475569;display:flex;font-size:.92rem;font-weight:600;justify-content:space-between;margin-bottom:10px}.result-price{color:#d97706;font-size:2rem;font-weight:900}.result-details-row{color:#64748b;display:flex;flex-wrap:wrap;font-size:.82rem;gap:20px}.result-details-row strong{color:#030e1c}.calc-book-btn{align-items:center;background:var(--cta-gradient);border:none;border-radius:12px;box-shadow:0 4px 20px #e8a0204d;color:#030e1c;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:10px;justify-content:center;padding:15px 24px;transition:all .22s;width:100%}.calc-book-btn:hover{box-shadow:0 8px 30px #e8a02073;transform:translateY(-2px)}.iphone-models-section{background:#fbf6f1;background:var(--bg-white,#fbf6f1);border-top:1px solid #dcb47833;padding:80px 0}.iphone-models-grid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px}.model-chip{align-items:center;background:#fff;border:1px solid #dcb47859;border-radius:50px;box-shadow:0 2px 8px #00000005;color:#1e293b;display:flex;font-size:.83rem;font-weight:600;gap:7px;padding:8px 16px;transition:all .2s}.model-chip:hover{background:#fdf8f0;border-color:#f5b93a99;color:#030e1c;transform:translateY(-2px)}.model-chip svg{color:#d97706}.models-cta-row{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.models-cta-row p{color:#475569;font-size:.95rem}.models-cta-row strong{color:#030e1c}.models-call-btn{align-items:center;background:#0f1d2e;border-radius:10px;color:#fef7ed;display:inline-flex;font-size:.9rem;font-weight:700;gap:8px;padding:11px 22px;text-decoration:none;transition:all .2s}.models-call-btn:hover{background:#1e293b;transform:translateY(-2px)}.iphone-why-section{background:var(--bg-white);padding:85px 0}.iphone-why-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.iphone-why-card{background:#fefaf6;background:var(--bg-white-card,#fefaf6);border:1px solid #e8a03033;border-radius:20px;box-shadow:0 8px 24px #bfa06e0f;padding:30px;transition:all .25s}.iphone-why-card:hover{border-color:#f5b93a80;box-shadow:0 16px 40px #bfa06e1f;transform:translateY(-4px)}.why-icon-ring{align-items:center;background:#f0b0401f;border:1px solid #f0b0404d;border-radius:14px;color:#c8881a;display:flex;height:58px;justify-content:center;margin-bottom:18px;width:58px}.iphone-why-card h3{color:#030e1c;font-size:1.05rem;font-weight:800;margin-bottom:10px}.iphone-why-card p{color:#475569;font-size:.88rem;line-height:1.6}.iphone-process-section{background:#fbf6f1;background:var(--bg-white,#fbf6f1);border-top:1px solid #dcb47833;padding:85px 0}.iphone-process-timeline{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.iphone-process-card{background:#fff;border:1px solid #e8a03033;border-radius:20px;box-shadow:0 8px 24px #bfa06e0f;padding:28px;transition:all .25s}.iphone-process-card:hover{border-color:#f5b93a80;box-shadow:0 16px 36px #bfa06e1f;transform:translateY(-4px)}.iphone-step-num{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e8a020,#c8881a);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:2.2rem;font-weight:900;margin-bottom:12px}.iphone-step-title{color:#030e1c;font-size:1.02rem;font-weight:800;margin-bottom:10px}.iphone-step-desc{color:#475569;font-size:.86rem;line-height:1.6}.iphone-testimonials-section{background:var(--bg-white);padding:85px 0}.iphone-testi-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.iphone-testi-card{background:#fefaf6;background:var(--bg-white-card,#fefaf6);border:1px solid #e8a03033;border-radius:20px;box-shadow:0 8px 24px #bfa06e0f;display:flex;flex-direction:column;gap:16px;padding:28px}.testi-stars-row{display:flex;gap:4px}.testi-quote{color:#334155;flex-grow:1;font-size:.9rem;font-style:italic;line-height:1.7}.testi-user-row{gap:12px}.testi-avatar,.testi-user-row{align-items:center;display:flex}.testi-avatar{background:var(--cta-gradient);border-radius:50%;flex-shrink:0;font-size:1.1rem;height:44px;justify-content:center;width:44px}.testi-avatar,.testi-name{color:#030e1c;font-weight:800}.testi-name{font-size:.92rem}.testi-role{color:#c8881a;font-size:.78rem;font-weight:600}.iphone-faq-section{background:#fbf6f1;background:var(--bg-white,#fbf6f1);border-top:1px solid #dcb47833;padding:85px 0}.iphone-faq-list{display:flex;flex-direction:column;gap:14px;margin:0 auto;max-width:860px}.iphone-faq-item{background:#fff;border:1px solid #dcb47859;border-radius:16px;box-shadow:0 4px 14px #bfa06e0d;overflow:hidden;transition:all .2s}.iphone-faq-item.open{border-color:#f5b93a99;box-shadow:0 8px 24px #bfa06e1a}.iphone-faq-trigger{align-items:center;background:none;border:none;color:#030e1c;cursor:pointer;display:flex;font-size:.96rem;font-weight:700;gap:16px;justify-content:space-between;padding:20px 24px;text-align:left;width:100%}.iphone-faq-trigger svg{color:#d97706;flex-shrink:0}.iphone-faq-content{padding:0 24px 20px}.iphone-faq-content p{color:#475569;font-size:.9rem;line-height:1.7}.iphone-cta-banner{background:radial-gradient(circle at 20% 20%,#f0b04026 0,#0000 50%),#030e1c;border-bottom:1px solid #f5b93a4d;border-top:1px solid #f5b93a4d;padding:60px 0}.iphone-cta-inner{align-items:center;display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between}.cta-text-block h2{color:#fff;font-size:1.85rem;font-weight:900;margin-bottom:8px}.cta-text-block p{color:#a0aec0;font-size:1rem}.cta-btn-group{display:flex;flex-wrap:wrap;gap:14px}.cta-call-iphone-btn{align-items:center;background:#ffffff12;border:1px solid #fff3;border-radius:12px;color:#fff;display:inline-flex;font-size:1rem;font-weight:700;gap:9px;padding:14px 24px;text-decoration:none;transition:all .22s}.cta-call-iphone-btn:hover{background:#ffffff26;border-color:#f5b93a80;color:#f5b93a;transform:translateY(-2px)}.cta-book-iphone-btn{align-items:center;background:var(--cta-gradient);border:none;border-radius:12px;box-shadow:0 4px 20px #e8a02066;color:#030e1c;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:9px;padding:14px 24px;transition:all .22s}.cta-book-iphone-btn:hover{box-shadow:0 8px 30px #e8a02099;transform:translateY(-2px)}.iphone-modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030e1cbf;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.iphone-modal-card{animation:slideUp .25s ease;background:#fff;border:1px solid #e8a0304d;border-radius:22px;box-shadow:0 20px 60px #00000040;max-height:90vh;max-width:520px;overflow-y:auto;padding:36px;position:relative;scrollbar-color:#e8a0304d #0000;scrollbar-width:thin;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.iphone-modal-close{align-items:center;background:#fbf6f1;border:1px solid #dcb47866;border-radius:8px;color:#64748b;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:18px;top:18px;transition:all .2s;width:36px}.iphone-modal-close:hover{background:#ef44441a;border-color:#ef44444d;color:#ef4444}.iphone-modal-header{align-items:center;display:flex;gap:14px;margin-bottom:28px}.modal-icon-ring{align-items:center;background:var(--cta-gradient);border-radius:14px;color:#030e1c;display:flex;flex-shrink:0;height:52px;justify-content:center;width:52px}.iphone-modal-header h3{color:#030e1c;font-size:1.2rem;font-weight:800}.modal-sub-text{color:#64748b;font-size:.82rem;margin-top:4px}.modal-sub-text strong{color:#c8881a}.iphone-booking-form{display:flex;flex-direction:column;gap:18px}.iphone-form-group{display:flex;flex-direction:column;gap:7px}.iphone-form-group label{color:#334155;font-size:.82rem;font-weight:700}.iphone-form-group input,.iphone-form-group select,.iphone-form-group textarea{background:#fbf6f1;border:1px solid #dcb47866;border-radius:10px;box-sizing:border-box;color:#030e1c;font-size:.9rem;font-weight:500;outline:none;padding:12px 14px;transition:border-color .2s;width:100%}.iphone-form-group select option{background:#fff;color:#030e1c}.iphone-form-group input:focus,.iphone-form-group select:focus,.iphone-form-group textarea:focus{border-color:#f5b93acc;box-shadow:0 0 0 3px #f5b93a26}.iphone-form-group input::placeholder,.iphone-form-group textarea::placeholder{color:#94a3b8}.iphone-submit-btn{align-items:center;background:var(--cta-gradient);border:none;border-radius:12px;box-shadow:0 4px 20px #e8a02059;color:#030e1c;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:10px;justify-content:center;margin-top:4px;padding:15px;transition:all .22s}.iphone-submit-btn:hover{box-shadow:0 8px 28px #e8a02080;transform:translateY(-2px)}.iphone-success-state{align-items:center;display:flex;flex-direction:column;gap:16px;padding:20px 0;text-align:center}.success-ring{align-items:center;background:#f0b0401f;border:2px solid #f0b04066;border-radius:50%;color:#c8881a;display:flex;height:86px;justify-content:center;width:86px}.iphone-success-state h3{color:#030e1c;font-size:1.4rem;font-weight:900}.iphone-success-state p{color:#475569;font-size:.9rem;line-height:1.7}.iphone-success-state strong{color:#030e1c}.success-dispatch-tag{background:var(--cta-gradient);border-radius:50px;color:#030e1c;font-size:.88rem;font-weight:700;padding:10px 24px}@media (max-width:1024px){.hero-content-wrap{grid-template-columns:1fr}.hero-image-col{justify-content:center}.iphone-hero-img-card{max-width:100%}.iphone-hero-img{height:320px}.iphone-stats-grid{grid-template-columns:repeat(2,1fr)}.iphone-dual-grid{grid-template-columns:1fr}.iphone-process-timeline,.iphone-why-grid{grid-template-columns:repeat(2,1fr)}.iphone-testi-grid{grid-template-columns:1fr 1fr}.iphone-estimator-wrap{grid-template-columns:1fr}}@media (max-width:640px){.iphone-hero-title{font-size:2.3rem}.iphone-section-title{font-size:1.7rem}.iphone-stats-grid{grid-template-columns:1fr 1fr}.iphone-process-timeline,.iphone-services-grid,.iphone-testi-grid,.iphone-why-grid{grid-template-columns:1fr}.cta-btn-group,.iphone-cta-inner{flex-direction:column}.cta-btn-group{width:100%}.cta-book-iphone-btn,.cta-call-iphone-btn{justify-content:center;width:100%}.iphone-section-header{flex-direction:column}.badge-tr{right:-8px;top:-8px}.badge-bl{bottom:-8px;left:-8px}}.common-iphone-problems-section{background:#fbf6f1;background:var(--bg-white,#fbf6f1);border-top:1px solid #dcb47833;padding:85px 0}.flex-col-center{align-items:center;display:flex;flex-direction:column}.common-problems-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(4,1fr);margin-top:10px;max-width:1100px;width:100%}.problem-card-link{background:#fff;border:1px solid #e8a03033;border-radius:18px;box-shadow:0 8px 24px #bfa06e14,inset 0 3px 1px 0 #ffffffe6;display:block;height:100%;padding:16px;text-align:center;text-decoration:none;transition:all .25s ease}.problem-card-link:hover{border-color:#f5b93a80;box-shadow:0 16px 36px #bfa06e24;transform:translateY(-5px)}.problem-img-wrapper{align-items:center;border-radius:12px;display:flex;height:160px;justify-content:center;margin-bottom:14px;overflow:hidden}.problem-card-img{border-radius:12px;box-shadow:0 4px 12px #00000014;height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.problem-card-link:hover .problem-card-img{transform:scale(1.08)}.problem-card-title{color:#030e1c;font-size:.98rem;font-weight:800;margin-bottom:4px}@media (max-width:1024px){.common-problems-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.common-problems-grid{grid-template-columns:1fr}}.iphone-why-grid-v2{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1140px}.iphone-why-card-v2{align-items:flex-start;background:var(--bg-white-card);border:var(--white-border);border-radius:20px;box-shadow:var(--white-shadow);display:flex;gap:16px;padding:24px 26px;transition:all .25s ease}.iphone-why-card-v2:hover{border-color:#cbd5e1;box-shadow:0 18px 35px -5px #00000014,inset 0 2px 3px 0 #fff;transform:translateY(-4px)}.why-icon-box-v2{align-items:center;background:#0f1d2e;border-radius:10px;box-shadow:0 4px 10px #0f1d2e33;color:#fff;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.why-card-content-v2{display:flex;flex-direction:column;flex-grow:1}.why-card-title-v2{color:#0f172a;font-size:1.05rem;font-weight:700;line-height:1.3;margin-bottom:4px}.why-card-desc-v2{color:#64748b;font-size:.82rem;line-height:1.5;margin-bottom:16px}.why-card-stat-v2{color:#0f172a;font-size:1.25rem;font-weight:800;letter-spacing:-.2px;margin-top:auto}@media (max-width:1024px){.iphone-why-grid-v2{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.iphone-why-grid-v2{grid-template-columns:1fr}}.local-seo-section{background:#fbf6f1;background:var(--bg-white,#fbf6f1);border-top:1px solid #dcb47840;padding:85px 0}.seo-areas-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:32px}.seo-area-card{background:#fefaf6;background:var(--bg-white-card,#fefaf6);border:1px solid #dcb47840;border-radius:18px;border-top:4px solid #030e1c;box-shadow:0 10px 30px #0000000d,inset 0 2px 3px #fff;display:flex;flex-direction:column;padding:28px 24px;transition:all .25s ease}.seo-area-card:hover{box-shadow:0 18px 40px #00000014;transform:translateY(-4px)}.seo-area-icon{font-size:1.8rem;margin-bottom:8px}.seo-area-title{color:#030e1c;font-size:1.15rem;font-weight:800;line-height:1.35;margin-bottom:18px}.seo-area-list-stacked{display:flex;flex-direction:column;gap:9px}.seo-area-row{align-items:center;background:#030e1c08;border:1px solid #dcb47833;border-radius:10px;color:#0f172a;display:flex;font-size:.84rem;font-weight:600;gap:10px;padding:10px 14px;transition:all .2s ease}.seo-area-row:hover{background:#fff;border-color:#f5b93a80;transform:translateX(3px)}.seo-check-mark{color:#030e1c;font-size:.88rem;font-weight:800}.seo-bottom-card{background:#fefaf6;background:var(--bg-white-card,#fefaf6);border:1px solid #dcb47840;border-radius:18px;border-top:4px solid #030e1c;box-shadow:0 10px 30px #0000000d;padding:36px 32px}.seo-bottom-title{color:#030e1c;font-size:1.4rem;font-weight:900;margin-bottom:18px;text-align:center}.seo-bottom-text{color:#475569;display:flex;flex-direction:column;font-size:.92rem;gap:14px;line-height:1.7}@media (max-width:1024px){.seo-areas-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.seo-areas-grid{grid-template-columns:1fr}.seo-bottom-card{padding:24px}.seo-bottom-title{font-size:1.2rem}}.iphoneModelsSection{background:#fbf6f1;background:var(--bg-white,#fbf6f1);border-top:1px solid #dcb47833;padding:85px 0}.showcaseWrap{margin-top:24px}.showcase-nav-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.showcase-hint{color:#64748b;font-size:.82rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.showcase-controls{display:flex;gap:8px}.showcase-nav-btn{align-items:center;background:#fff;border:1px solid #dcb47866;border-radius:10px;box-shadow:0 4px 12px #bfa06e14;color:#030e1c;cursor:pointer;display:flex;font-size:1.4rem;font-weight:700;height:40px;justify-content:center;transition:all .2s ease;width:40px}.showcase-nav-btn:hover{background:var(--cta-gradient);border-color:#0000;color:#030e1c;transform:translateY(-2px)}.iphoneShowcase{-ms-overflow-style:none;display:flex;gap:16px;overflow-x:auto;padding:12px 4px 20px;scroll-behavior:smooth;scrollbar-width:none}.iphoneShowcase::-webkit-scrollbar{display:none}.iphoneModel{flex-shrink:0}.model-slider-card{align-items:center;display:flex;flex-direction:column;gap:10px;text-decoration:none;transition:transform .25s ease}.model-slider-card:hover{transform:translateY(-4px)}.deviceBox{align-items:center;background:#fefaf6;background:var(--bg-white-card,#fefaf6);border:1px solid #e8a03040;border-radius:18px;box-shadow:0 8px 24px #bfa06e14,inset 0 2px 3px #fff;display:flex;height:110px;justify-content:center;padding:10px;transition:all .25s ease;width:90px}.model-slider-card:hover .deviceBox{border-color:#f5b93a99;box-shadow:0 14px 30px #bfa06e24}.deviceImg{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.model-slider-card:hover .deviceImg{transform:scale(1.08)}.model-slider-label{color:#030e1c;font-size:.86rem;font-weight:700;text-align:center}.footer-section{background-color:var(--bg-primary);background:linear-gradient(180deg,#0b1622,#070e17);border-top:1px solid var(--border-subtle);color:var(--text-white);font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;padding:80px 24px 32px;position:relative}.footer-bg-glow{background:radial-gradient(ellipse at center,#f0b04014 0,#0b162200 70%);height:300px;left:50%;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:900px;z-index:0}.footer-container{margin:0 auto;max-width:1320px;position:relative;z-index:1}.footer-main{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;padding-bottom:50px}.footer-brand{display:flex;flex:1 1 300px;flex-direction:column;gap:18px;max-width:440px;min-width:240px}.footer-logo-row{align-items:center;display:flex;gap:10px}.footer-logo-icon{height:48px;object-fit:contain;width:auto}.footer-logo-fallback-text{color:var(--text-white);font-family:Playfair Display,Georgia,serif;font-size:26px;font-weight:800}.footer-logo-gold{color:var(--accent-orange)}.footer-desc{color:var(--text-muted);font-size:14.5px;line-height:1.65}.footer-independent-note{color:#8a9bb5b3;font-size:13px;font-weight:500}.footer-socials{display:flex;gap:12px;margin-top:6px}.footer-social-icon{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:50%;box-shadow:0 4px 12px #00000040;color:var(--accent-orange);display:flex;font-size:16px;height:40px;justify-content:center;text-decoration:none;transition:all .25s ease;width:40px}.footer-social-icon:hover{background:var(--accent-orange);border-color:var(--accent-orange-hover);box-shadow:0 6px 16px #f0b04059;color:#0b1622;transform:translateY(-3px)}.footer-links{border-left:1px solid var(--border-subtle);border-right:1px solid var(--border-subtle);display:flex;flex:2 1 380px;gap:48px;min-width:260px;padding:0 40px}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col-title{color:var(--text-white);font-family:Playfair Display,Georgia,serif;font-size:18px;font-weight:700;letter-spacing:-.2px;margin-bottom:6px}.footer-link{color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .2s ease,transform .2s ease}.footer-link:hover{color:var(--accent-orange);transform:translateX(3px)}.footer-contact{display:flex;flex:1 1 260px;flex-direction:column;gap:18px;max-width:340px;min-width:240px}.footer-contact-row{align-items:flex-start;display:flex;gap:14px}.footer-contact-icon{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:50%;box-shadow:0 4px 10px #0003;display:flex;flex-shrink:0;font-size:15px;height:38px;justify-content:center;width:38px}.footer-contact-details{display:flex;flex-direction:column;gap:2px;overflow-wrap:anywhere;word-break:break-word}.footer-contact-label{color:var(--text-muted);font-size:11.5px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.footer-contact-val{color:var(--text-white);font-size:13.5px;font-weight:600;line-height:1.4;text-decoration:none}a.footer-contact-val:hover{color:var(--accent-orange)}.footer-bottom{align-items:center;border-top:1px solid var(--border-subtle);color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:13.5px;gap:16px;justify-content:space-between;padding-top:28px}.footer-heart{color:#ef4444;font-size:1.1em}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-link{color:var(--text-muted);font-size:13.5px;text-decoration:none;transition:color .2s ease}.footer-bottom-link:hover{color:var(--accent-orange)}@media (max-width:992px){.footer-links{border-left:none;border-right:none;gap:32px;padding:0}}@media (max-width:768px){.footer-section{padding:60px 16px 28px}.footer-main{flex-direction:column;gap:36px;padding-bottom:36px}.footer-brand{max-width:100%}.footer-links{flex-wrap:wrap;gap:28px}.footer-col{flex:1 1 140px}.footer-contact{max-width:100%}.footer-bottom{align-items:center;flex-direction:column;gap:14px;text-align:center}}.floating-contact-wrapper{align-items:center;bottom:28px;display:flex;flex-direction:column;gap:14px;position:fixed;right:28px;z-index:9999}.floating-btn{align-items:center;border-radius:50%;box-shadow:0 10px 25px #00000040,0 4px 10px #00000026;cursor:pointer;display:flex;height:54px;justify-content:center;position:relative;text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;width:54px}.floating-btn:hover{transform:translateY(-5px) scale(1.08)}.floating-btn .btn-icon{align-items:center;color:#fff;display:flex;justify-content:center;z-index:2}.floating-btn.whatsapp-btn{background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 8px 24px #25d36673}.floating-btn.whatsapp-btn:hover{box-shadow:0 12px 30px #25d36699}.pulse-ring{animation:whatsappPulse 2s ease-out infinite;background:#25d36680;border-radius:50%;height:100%;pointer-events:none;position:absolute;width:100%;z-index:1}@keyframes whatsappPulse{0%{opacity:.8;transform:scale(.95)}to{opacity:0;transform:scale(1.6)}}.floating-btn.call-btn{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #d4a04a66;box-shadow:0 8px 24px #0f172a66}.floating-btn.call-btn .btn-icon{color:#e8b84b}.floating-btn.call-btn:hover{background:linear-gradient(135deg,#d4a04a,#b88228);border-color:#0000;box-shadow:0 12px 30px #d4a04a80}.floating-btn.call-btn:hover .btn-icon{color:#111827}.btn-tooltip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172aeb;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 4px 15px #0003;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.3px;opacity:0;padding:6px 14px;pointer-events:none;position:absolute;right:68px;transform:translateX(10px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;visibility:hidden;white-space:nowrap}.floating-btn:hover .btn-tooltip{opacity:1;transform:translateX(0);visibility:visible}.btn-tooltip:after{border-color:#0000 #0000 #0000 #0f172aeb;border-style:solid;border-width:5px 0 5px 5px;content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%)}@media (max-width:768px){.floating-contact-wrapper{bottom:20px;gap:12px;right:18px}.floating-btn{height:48px;width:48px}.btn-tooltip{display:none}}.sb-section{background-color:#faf6f0;background:linear-gradient(180deg,#fbf8f3,#faf5ee);color:#1a1d26;font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;padding:60px 20px 65px;position:relative}.sb-bg-glow{background:radial-gradient(ellipse at center,#ebcd9b38 0,#faf6f000 70%);height:300px;left:50%;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:750px;z-index:0}.sb-container{margin:0 auto;max-width:1260px;position:relative;z-index:1}.sb-header{margin-bottom:38px;text-align:center}.sb-title{color:#161a23;font-family:Playfair Display,Georgia,serif;font-size:40px;font-weight:800;letter-spacing:-.5px;margin-bottom:10px}.sb-subtitle{color:#646e7c;font-size:14.5px;font-weight:400;margin:0}.sb-scroll-wrapper{margin:0 -20px;overflow:hidden;padding:14px 0;position:relative}.sb-fade{bottom:0;pointer-events:none;position:absolute;top:0;width:140px;z-index:3}.sb-fade-left{background:linear-gradient(90deg,#faf6f0 25%,#faf6f000);left:0}.sb-fade-right{background:linear-gradient(270deg,#faf6f0 25%,#faf6f000);right:0}.sb-scroll-track{align-items:center;animation:scroll-marquee 36s linear infinite;display:flex;gap:18px;width:-webkit-max-content;width:max-content}.sb-scroll-wrapper:hover .sb-scroll-track{animation-play-state:paused}.sb-pill-tile{align-items:center;background:linear-gradient(180deg,#fff,#faf5ec 55%,#f2e5d4);border:1px solid #d4a55fb3;border-radius:999px;box-shadow:inset 0 1px 1px #fff,inset 0 -3px 6px #c38c321f,0 6px 18px #d4a55f26,0 2px 4px #00000008;cursor:pointer;display:inline-flex;gap:10px;height:48px;padding:11px 26px;transition:all .25s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}.sb-icon-only-pill{align-items:center;gap:0!important;justify-content:center;min-width:90px!important;padding:10px 28px!important}.sb-large-logo-pill{min-width:104px!important;padding:8px 34px!important}.sb-pill-tile:hover{border-color:#d49b35d9;box-shadow:inset 0 1px 1px #fff,inset 0 -3px 8px #c38c3229,0 10px 24px #d49b3533,0 3px 8px #00000008;transform:translateY(-2px) scale(1.03)}.sb-brand-icon{color:#374151;display:block;flex-shrink:0;transition:color .2s ease}.sb-pill-tile:hover .sb-brand-icon{color:#c89238}.sb-brand-name{color:#1f2937;font-size:13.5px;font-weight:600;letter-spacing:-.1px}@keyframes scroll-marquee{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}@media (max-width:768px){.sb-section{padding:45px 14px 50px}.sb-title{font-size:30px}.sb-subtitle{font-size:13.5px}.sb-pill-tile{gap:8px;height:42px;padding:9px 20px}.sb-icon-only-pill{min-width:76px!important;padding:8px 22px!important}.sb-large-logo-pill{min-width:86px!important;padding:6px 24px!important}.sb-brand-name{font-size:12.5px}.sb-fade{width:80px}}.macbook-page{background-color:#030e1c;background-color:var(--bg-primary,#030e1c);color:#fef7ed;color:var(--text-white,#fef7ed);font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;overflow-x:hidden;position:relative;width:100%}.macbook-container{margin:0 auto;max-width:1280px;padding:0 24px;position:relative;z-index:2}.macbook-tag{align-items:center;background:#f0b0401a;border:1px solid #f0b04040;border-radius:999px;color:#f0b040;color:var(--accent-orange,#f0b040);display:inline-flex;font-size:.8rem;font-weight:700;gap:8px;letter-spacing:2px;margin-bottom:16px;padding:6px 16px;text-transform:uppercase}.macbook-tag.tag-light{background:#c8881a14;border-color:#c8881a33;color:#c8881a}.macbook-section-header{margin-bottom:56px}.macbook-section-header.center{text-align:center}.macbook-section-title{color:inherit;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:16px}.macbook-section-desc{color:#8a9bb5;color:var(--text-muted,#8a9bb5);font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.65;margin:0 auto;max-width:680px}.macbook-gold-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f5b93a,#e8a020 50%,#d99215);background:var(--cta-gradient,linear-gradient(135deg,#f5b93a 0,#e8a020 50%,#d99215 100%));-webkit-background-clip:text;display:inline}.macbook-btn-primary{align-items:center;background:linear-gradient(135deg,#f5b93a,#e8a020 50%,#d99215);background:var(--cta-gradient,linear-gradient(135deg,#f5b93a 0,#e8a020 50%,#d99215 100%));border:none;border-radius:12px;box-shadow:0 4px 20px #f5b93a59;color:#030e1c;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:10px;justify-content:center;padding:14px 28px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);white-space:nowrap}.macbook-btn-primary:hover{background:linear-gradient(135deg,#ffd066,#f0b040 50%,#e8a020);box-shadow:0 8px 28px #f5b93a80;transform:translateY(-2px)}.macbook-btn-secondary{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff26;border-radius:12px;color:#fef7ed;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;justify-content:center;padding:14px 28px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.macbook-btn-secondary:hover{background:#ffffff1f;border-color:#f5b93a80;color:#f5b93a;transform:translateY(-2px)}.macbook-btn-call{align-items:center;background:#22c55e1f;border:1px solid #22c55e4d;border-radius:12px;color:#4ade80;display:inline-flex;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;padding:14px 22px;text-decoration:none;transition:all .3s ease}.macbook-btn-call:hover{background:#22c55e33;transform:translateY(-2px)}.macbook-hero{align-items:center;background:radial-gradient(circle at 75% 40%,#f0b04014 0,#0000 60%),radial-gradient(circle at 10% 20%,#0f1d2ecc 0,#0000 50%),#030e1c;display:flex;min-height:90vh;overflow:hidden;padding:140px 0 80px;position:relative}.macbook-hero-glow{background:radial-gradient(circle,#f5b93a26 0,#030e1c00 70%);filter:blur(60px);height:500px;pointer-events:none;position:absolute;right:15%;top:20%;width:500px;z-index:1}.macbook-hero-grid{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1.15fr .85fr}.macbook-hero-left{position:relative;z-index:2}.macbook-hero-headline{color:#fef7ed;font-size:clamp(2.4rem,4.2vw,3.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.12;margin-bottom:22px}.macbook-hero-sub{color:#94a3b8;font-size:clamp(1.05rem,1.25vw,1.2rem);line-height:1.65;margin-bottom:36px;max-width:560px}.macbook-hero-ctas{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:40px}.macbook-hero-trust{grid-gap:14px;border-top:1px solid #ffffff14;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));padding-top:24px}.hero-trust-item{align-items:center;color:#cbd5e1;display:flex;font-size:.85rem;font-weight:500;gap:8px}.hero-trust-icon{color:#f0b040;color:var(--accent-orange,#f0b040);flex-shrink:0}.macbook-hero-right{align-items:center;display:flex;justify-content:center;position:relative}.macbook-hero-visual-wrap{max-width:540px;position:relative;width:100%}.macbook-hero-image{border:1px solid #f0b04033;border-radius:20px;box-shadow:0 25px 60px -15px #000000b3,0 0 40px #f0b04026;height:auto;object-fit:cover;transition:transform .5s ease;width:100%}.macbook-hero-visual-wrap:hover .macbook-hero-image{transform:scale(1.02)}.hero-floating-badge{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1d2ed9;border:1px solid #f0b0404d;border-radius:14px;box-shadow:0 10px 30px #0006;display:flex;gap:12px;padding:12px 18px;position:absolute;z-index:3}.hero-floating-badge.badge-top-left{left:-20px;top:-16px}.hero-floating-badge.badge-bottom-right{bottom:-20px;right:-10px}.badge-icon-box{align-items:center;background:#f0b04026;border-radius:10px;color:#f0b040;color:var(--accent-orange,#f0b040);display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.badge-title{color:#fef7ed;display:block;font-size:.85rem;font-weight:700}.badge-subtitle{color:#94a3b8;display:block;font-size:.72rem}.macbook-stats-section{background:#020912;border-bottom:1px solid #f0b04026;border-top:1px solid #f0b04026;padding:64px 0;position:relative}.macbook-stats-header{margin-bottom:40px;text-align:center}.macbook-stats-headline{color:#fef7ed;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:800;letter-spacing:2px;text-transform:uppercase}.macbook-stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.macbook-stat-card{background:linear-gradient(180deg,#0f1d2e99,#030e1ccc);border:1px solid #ffffff0f;border-radius:16px;overflow:hidden;padding:28px 20px;position:relative;text-align:center;transition:all .3s ease}.macbook-stat-card:before{background:linear-gradient(135deg,#f5b93a,#e8a020);background:var(--cta-gradient,linear-gradient(135deg,#f5b93a 0,#e8a020 100%));content:"";height:2px;left:50%;opacity:0;position:absolute;top:0;transform:translateX(-50%);transition:opacity .3s ease;width:50%}.macbook-stat-card:hover{border-color:#f0b0404d;box-shadow:0 12px 30px #0006;transform:translateY(-4px)}.macbook-stat-card:hover:before{opacity:1}.stat-icon-wrapper{align-items:center;background:#f0b0401a;border-radius:50%;color:#f0b040;color:var(--accent-orange,#f0b040);display:flex;height:48px;justify-content:center;margin:0 auto 16px;width:48px}.stat-val-text{color:#fef7ed;font-size:clamp(2rem,3vw,2.5rem);font-weight:800;line-height:1;margin-bottom:8px}.stat-label-text{color:#94a3b8;font-size:.9rem;font-weight:500}.macbook-issues-section{background:linear-gradient(135deg,#f9f4ee,#fbf6f1 35%,#fdf8f5 70%,#fdf9f4);background:var(--bg-white,linear-gradient(135deg,#f9f4ee 0,#fbf6f1 35%,#fdf8f5 70%,#fdf9f4 100%));color:#0f172a;padding:100px 0;position:relative}.macbook-issues-section .macbook-section-title{color:#0f172a}.macbook-issues-section .macbook-section-desc{color:#64748b}.macbook-issues-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.macbook-issue-card{background:#fff;border:1px solid #e2e8f0e6;border-radius:18px;box-shadow:0 4px 20px #0f172a0a;cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:32px 24px;position:relative;transition:all .35s cubic-bezier(.16,1,.3,1)}.macbook-issue-card:before{background:linear-gradient(135deg,#f5b93a,#e8a020);background:var(--cta-gradient,linear-gradient(135deg,#f5b93a 0,#e8a020 100%));bottom:0;content:"";height:3px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .35s ease;width:100%}.macbook-issue-card:hover{border-color:#f0b04066;box-shadow:0 16px 36px #bfa06e26;transform:translateY(-6px)}.macbook-issue-card:hover:before{transform:scaleX(1)}.issue-icon-box{align-items:center;background:#fef7ed;border-radius:14px;color:#d97706;display:flex;height:52px;justify-content:center;margin-bottom:20px;transition:all .3s ease;width:52px}.macbook-issue-card:hover .issue-icon-box{background:#d97706;color:#fff;transform:scale(1.05)}.issue-card-title{color:#0f172a;font-size:1.18rem;font-weight:700;line-height:1.3;margin-bottom:10px}.issue-card-desc{color:#64748b;flex-grow:1;font-size:.9rem;line-height:1.55;margin-bottom:20px}.issue-card-action{align-items:center;color:#d97706;display:flex;font-size:.85rem;font-weight:700;gap:6px;transition:gap .2s ease}.macbook-issue-card:hover .issue-card-action{gap:10px}.macbook-why-section{background:#030e1c;overflow:hidden;padding:110px 0;position:relative}.macbook-why-grid{grid-gap:56px;align-items:center;display:grid;gap:56px;grid-template-columns:1fr 1.1fr}.macbook-why-image-wrap{border:1px solid #f0b04040;border-radius:24px;box-shadow:0 20px 50px #0009,0 0 35px #f0b0401a;overflow:hidden;position:relative}.macbook-why-image{display:block;height:100%;min-height:480px;object-fit:cover;transition:transform .6s ease;width:100%}.macbook-why-image-wrap:hover .macbook-why-image{transform:scale(1.03)}.why-image-overlay-badge{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#030e1cd9;border:1px solid #f0b0404d;border-radius:14px;bottom:24px;display:flex;gap:14px;left:24px;padding:16px 20px;position:absolute;right:24px}.why-badge-icon{align-items:center;background:#f0b04026;border-radius:10px;color:#f0b040;color:var(--accent-orange,#f0b040);display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.why-badge-title{color:#fef7ed;display:block;font-size:.92rem;font-weight:700}.why-badge-sub{color:#94a3b8;font-size:.78rem}.macbook-why-content h2{color:#fef7ed;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:800;line-height:1.18;margin-bottom:36px}.macbook-features-list{display:flex;flex-direction:column;gap:20px}.macbook-feature-item{background:#0f1d2e66;border:1px solid #ffffff0d;border-radius:14px;display:flex;gap:18px;padding:18px 20px;transition:all .3s ease}.macbook-feature-item:hover{background:#0f1d2ecc;border-color:#f0b0404d;transform:translateX(6px)}.feature-icon-box{align-items:center;background:#f0b0401f;border-radius:12px;color:#f0b040;color:var(--accent-orange,#f0b040);display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.feature-item-title{color:#fef7ed;font-size:1.05rem;font-weight:700;margin-bottom:4px}.feature-item-desc{color:#94a3b8;font-size:.88rem;line-height:1.5}.macbook-models-section{background:#020912;padding:100px 0;position:relative}.macbook-models-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.macbook-model-card{background:linear-gradient(180deg,#0f1d2e,#071220);border:1px solid #f0b04033;border-radius:20px;box-shadow:0 10px 30px #0006;display:flex;flex-direction:column;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.macbook-model-card:hover{border-color:#f0b04099;box-shadow:0 20px 45px #0009,0 0 25px #f0b04026;transform:translateY(-8px)}.model-img-wrapper{background:#030e1c;height:220px;overflow:hidden;position:relative;width:100%}.model-card-img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.macbook-model-card:hover .model-card-img{transform:scale(1.05)}.model-card-content{display:flex;flex-direction:column;flex-grow:1;padding:28px 24px}.model-card-title{color:#fef7ed;font-size:1.4rem;font-weight:700;margin-bottom:16px}.model-chips-list{display:flex;flex-grow:1;flex-wrap:wrap;gap:8px;margin-bottom:24px}.model-chip-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#cbd5e1;font-size:.82rem;font-weight:500;padding:6px 12px;transition:all .2s ease}.macbook-model-card:hover .model-chip-item{background:#f0b0400f;border-color:#f0b04040}.model-card-cta{background:#f0b0401f;border:1px solid #f0b0404d;border-radius:10px;color:#f0b040;color:var(--accent-orange,#f0b040);cursor:pointer;font-size:.9rem;font-weight:700;padding:12px;text-align:center;transition:all .3s ease;width:100%}.model-card-cta:hover{background:var(--cta-gradient);color:#030e1c}.macbook-process-section{background:#030e1c;padding:100px 0;position:relative}.macbook-process-timeline{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(5,1fr);margin-top:60px;position:relative}.macbook-process-timeline:before{background:linear-gradient(90deg,#f0b0401a,#f0b04099 50%,#f0b0401a);content:"";height:2px;left:8%;position:absolute;right:8%;top:36px;z-index:1}.process-step-card{padding:0 10px;position:relative;text-align:center;z-index:2}.step-num-badge{align-items:center;background:#071220;border:2px solid #f0b040;border:2px solid var(--accent-orange,#f0b040);border-radius:50%;box-shadow:0 0 20px #f0b04040;color:#f0b040;color:var(--accent-orange,#f0b040);display:flex;font-size:1.25rem;font-weight:800;height:72px;justify-content:center;margin:0 auto 24px;transition:all .3s ease;width:72px}.process-step-card:hover .step-num-badge{background:var(--cta-gradient);box-shadow:0 0 30px #f0b04080;color:#030e1c;transform:scale(1.1)}.step-card-title{color:#fef7ed;font-size:1.1rem;font-weight:700;margin-bottom:10px}.step-card-desc{color:#94a3b8;font-size:.88rem;line-height:1.5}.macbook-pricing-section{background:#020912;padding:100px 0;position:relative}.macbook-pricing-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr);margin-bottom:32px}.pricing-repair-card{background:linear-gradient(180deg,#0f1d2eb3,#030e1ce6);border:1px solid #ffffff14;border-radius:20px;display:flex;flex-direction:column;padding:32px 28px;position:relative;transition:all .35s ease}.pricing-repair-card:hover{border-color:#f0b04066;box-shadow:0 16px 36px #00000080;transform:translateY(-6px)}.pricing-icon-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.pricing-icon-box{align-items:center;background:#f0b0401f;border-radius:12px;color:#f0b040;color:var(--accent-orange,#f0b040);display:flex;height:48px;justify-content:center;width:48px}.pricing-badge-popular{background:#f5b93a26;border:1px solid #f5b93a4d;border-radius:999px;color:#f5b93a;font-size:.72rem;font-weight:700;letter-spacing:1px;padding:4px 10px;text-transform:uppercase}.pricing-card-title{color:#fef7ed;font-size:1.25rem;font-weight:700;margin-bottom:20px}.pricing-amount-wrap{margin-bottom:24px}.price-sub-label{color:#94a3b8;display:block;font-size:.8rem;margin-bottom:4px}.price-main-val{color:#f0b040;color:var(--accent-orange,#f0b040);font-size:2rem;font-weight:800}.pricing-quote-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;color:#fef7ed;cursor:pointer;display:flex;font-size:.95rem;font-weight:700;gap:8px;justify-content:center;padding:14px;transition:all .3s ease;width:100%}.pricing-repair-card:hover .pricing-quote-btn{background:var(--cta-gradient);border-color:#0000;box-shadow:0 4px 16px #f0b0404d;color:#030e1c}.pricing-disclaimer-note{color:#8a9bb5;font-size:.9rem;font-style:italic;text-align:center}.macbook-reviews-section{background:#030e1c;padding:100px 0;position:relative}.macbook-reviews-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.macbook-review-card{background:linear-gradient(180deg,#0f1d2e99,#030e1cd9);border:1px solid #ffffff12;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;padding:32px 28px;transition:all .3s ease}.macbook-review-card:hover{border-color:#f0b0404d;box-shadow:0 16px 36px #0006;transform:translateY(-6px)}.review-stars-row{color:#f5b93a;display:flex;gap:4px;margin-bottom:16px}.review-quote-text{color:#cbd5e1;font-size:.98rem;font-style:normal;line-height:1.6;margin-bottom:24px}.review-user-info{align-items:center;border-top:1px solid #ffffff0f;display:flex;gap:14px;padding-top:18px}.review-avatar-circle{align-items:center;background:var(--cta-gradient);border-radius:50%;color:#030e1c;display:flex;font-size:1.1rem;font-weight:800;height:44px;justify-content:center;width:44px}.review-user-name{color:#fef7ed;font-size:1rem;font-weight:700;margin-bottom:2px}.review-repair-type{color:#f0b040;color:var(--accent-orange,#f0b040);font-size:.78rem;font-weight:500}.macbook-faq-section{background:linear-gradient(135deg,#f9f4ee,#fbf6f1 35%,#fdf8f5 70%,#fdf9f4);background:var(--bg-white,linear-gradient(135deg,#f9f4ee 0,#fbf6f1 35%,#fdf8f5 70%,#fdf9f4 100%));color:#0f172a;padding:100px 0}.macbook-faq-section .macbook-section-title{color:#0f172a}.macbook-faq-section .macbook-section-desc{color:#64748b}.macbook-faq-list{display:flex;flex-direction:column;gap:14px;margin:0 auto;max-width:860px}.macbook-faq-item{background:#fff;border:1px solid #e2e8f0e6;border-radius:16px;box-shadow:0 2px 8px #0f172a05;overflow:hidden;transition:all .3s ease}.macbook-faq-item.active{border-color:#f0b04080;box-shadow:0 8px 24px #bfa06e26}.faq-trigger-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:16px;justify-content:space-between;padding:22px 28px;text-align:left;width:100%}.faq-question-text{color:#0f172a;font-size:1.08rem;font-weight:700;line-height:1.4}.macbook-faq-item.active .faq-question-text{color:#c8881a}.faq-icon-chevron{color:#64748b;flex-shrink:0;transition:transform .3s ease}.macbook-faq-item.active .faq-icon-chevron{color:#c8881a;transform:rotate(180deg)}.faq-answer-content{color:#475569;font-size:.95rem;line-height:1.65;padding:0 28px 24px}.macbook-final-cta-section{background:radial-gradient(circle at 80% 50%,#f0b0401f 0,#0000 60%),#030e1c;border-top:1px solid #f0b04033;overflow:hidden;padding:110px 0;position:relative}.final-cta-card{grid-gap:48px;align-items:center;background:linear-gradient(135deg,#0f1d2ecc,#030e1cf2);border:1px solid #f0b0404d;border-radius:28px;box-shadow:0 25px 60px #0009;display:grid;gap:48px;grid-template-columns:.8fr 1.2fr;padding:60px 48px;position:relative}.final-cta-image-wrap{border:1px solid #f0b04040;border-radius:18px;box-shadow:0 15px 40px #00000080;overflow:hidden}.final-cta-img{display:block;height:100%;object-fit:cover;width:100%}.final-cta-tag{color:#f0b040;color:var(--accent-orange,#f0b040);font-size:.82rem;font-weight:700;letter-spacing:2px;margin-bottom:12px}.final-cta-headline{color:#fef7ed;font-size:clamp(2rem,3vw,2.75rem);font-weight:800;line-height:1.15;margin-bottom:16px}.final-cta-desc{color:#94a3b8;font-size:1.05rem;line-height:1.6;margin-bottom:32px}.final-cta-buttons{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:32px}.final-cta-trust{border-top:1px solid #ffffff14;display:flex;flex-wrap:wrap;gap:20px;padding-top:24px}.final-trust-pill{align-items:center;color:#cbd5e1;display:flex;font-size:.85rem;gap:8px}.final-trust-pill svg{color:#f0b040;color:var(--accent-orange,#f0b040)}.macbook-modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030e1cd9;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.macbook-modal-card{background:#0f1d2e;border:1px solid #f0b04059;border-radius:24px;box-shadow:0 30px 70px #000c;color:#fef7ed;max-height:90vh;max-width:540px;overflow-y:auto;padding:36px;position:relative;width:100%}.macbook-modal-close-btn{align-items:center;background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;color:#94a3b8;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .2s ease;width:36px}.macbook-modal-close-btn:hover{background:#ffffff26;color:#fff}.modal-header-block{margin-bottom:24px}.modal-header-icon{align-items:center;background:#f0b04026;border-radius:12px;color:#f0b040;color:var(--accent-orange,#f0b040);display:flex;height:48px;justify-content:center;margin-bottom:14px;width:48px}.modal-header-title{color:#fef7ed;font-size:1.4rem;font-weight:700;margin-bottom:4px}.modal-header-sub{color:#94a3b8;font-size:.88rem}.macbook-modal-form{display:flex;flex-direction:column;gap:16px}.modal-form-group{display:flex;flex-direction:column;gap:6px}.modal-form-group label{color:#cbd5e1;font-size:.82rem;font-weight:600}.modal-form-group input,.modal-form-group select,.modal-form-group textarea{background:#030e1ccc;border:1px solid #ffffff1f;border-radius:10px;color:#fef7ed;font-family:inherit;font-size:.92rem;outline:none;padding:12px 14px;transition:border-color .2s ease;width:100%}.modal-form-group input:focus,.modal-form-group select:focus,.modal-form-group textarea:focus{border-color:#f0b040;border-color:var(--accent-orange,#f0b040);box-shadow:0 0 0 2px #f0b04033}.modal-form-group select option{background:#0f1d2e;color:#fef7ed}.modal-form-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.modal-submit-btn{align-items:center;background:var(--cta-gradient);border:none;border-radius:12px;color:#030e1c;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:8px;justify-content:center;margin-top:10px;padding:15px;transition:all .3s ease;width:100%}.modal-submit-btn:hover:not(:disabled){box-shadow:0 8px 24px #f5b93a66;transform:translateY(-1px)}.modal-submit-btn:disabled{cursor:not-allowed;opacity:.7}.modal-success-state{padding:30px 10px;text-align:center}.modal-success-icon{align-items:center;background:#22c55e26;border-radius:50%;color:#4ade80;display:flex;height:72px;justify-content:center;margin:0 auto 20px;width:72px}.modal-success-title{color:#fef7ed;font-size:1.5rem;font-weight:700;margin-bottom:8px}.modal-success-desc{color:#94a3b8;font-size:.95rem;line-height:1.6;margin-bottom:24px}.modal-success-dispatch{background:#22c55e1a;border:1px solid #22c55e4d;border-radius:999px;color:#4ade80;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:1px;padding:6px 16px;text-transform:uppercase}@media (max-width:1024px){.macbook-hero-grid{gap:40px;grid-template-columns:1fr;text-align:center}.macbook-hero-sub{margin-left:auto;margin-right:auto}.macbook-hero-ctas,.macbook-hero-trust{justify-content:center}.macbook-hero-visual-wrap{margin:0 auto}.macbook-why-grid{gap:40px;grid-template-columns:1fr}.macbook-issues-grid,.macbook-stats-grid{grid-template-columns:repeat(2,1fr)}.macbook-models-grid{grid-template-columns:1fr;margin:0 auto;max-width:500px}.macbook-pricing-grid{grid-template-columns:repeat(2,1fr)}.macbook-reviews-grid{grid-template-columns:1fr;margin:0 auto;max-width:560px}.final-cta-card{grid-template-columns:1fr;padding:40px 24px;text-align:center}.final-cta-buttons,.final-cta-trust{justify-content:center}.macbook-process-timeline{gap:32px;grid-template-columns:1fr}.macbook-process-timeline:before{display:none}}@media (max-width:640px){.macbook-hero{padding:100px 0 60px}.macbook-issues-grid,.macbook-pricing-grid,.macbook-stats-grid{grid-template-columns:1fr}.hero-floating-badge.badge-top-left{left:0;top:-10px}.hero-floating-badge.badge-bottom-right{bottom:-10px;right:0}.modal-form-row{grid-template-columns:1fr}}
/*# sourceMappingURL=main.fb0e2087.css.map*/