.page-hero,.about-hero,.faq-hero,.contact-hero{background:var(--navy);padding:60px 20px 80px;position:relative;overflow:hidden}@media(min-width:640px){.page-hero,.about-hero,.faq-hero,.contact-hero{padding:80px 20px 100px}}.page-hero-grid,.about-hero-grid,.faq-hero-grid,.contact-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.05) 1px,transparent 0);background-size:40px 40px}.hero-glow,.about-hero-glow,.faq-hero-glow,.contact-hero-glow{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(45,107,228,.22) 0%,transparent 70%);border-radius:50%;right:-180px;top:-180px;pointer-events:none}.hero-glow-2,.about-hero-glow-2,.faq-hero-glow-2{position:absolute;width:380px;height:380px;background:radial-gradient(circle,rgba(176,179,232,.1) 0%,transparent 70%);border-radius:50%;left:-80px;bottom:-80px;pointer-events:none}.page-hero-inner,.about-hero-inner,.faq-hero-inner,.contact-hero-inner{max-width:720px;margin:0 auto;position:relative;z-index:2;text-align:center}.page-hero-inner .section-label,.about-hero .section-label,.faq-hero .section-label,.contact-hero .section-label{color:var(--mid-blue)}.page-hero-inner .section-title,.about-hero h1,.faq-hero .section-title,.contact-hero .section-title{color:var(--white);font-size:clamp(30px,5vw,54px);margin-bottom:18px}.page-hero-inner .section-title em,.about-hero h1 em,.faq-hero .section-title em{font-style:italic;color:var(--mid-blue)}.page-hero-inner .section-sub,.about-hero-sub,.faq-hero .section-sub,.contact-hero .section-sub{color:#ffffff8c;max-width:520px;margin:0 auto 36px}.hero-actions,.about-hero-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:48px}.hero-stats,.faq-hero-stats{display:flex;align-items:stretch;justify-content:center}.hero-stat,.faq-hero-stat{padding:0 20px;border-right:1px solid rgba(255,255,255,.1)}@media(min-width:480px){.hero-stat,.faq-hero-stat{padding:0 32px}}.hero-stat:first-child,.faq-hero-stat:first-child{padding-left:0}.hero-stat:last-child,.faq-hero-stat:last-child{border-right:none;padding-right:0}.hero-stat-num,.faq-hero-stat-num{font-family:Space Mono,monospace;font-size:clamp(18px,4vw,30px);font-weight:700;color:var(--white);line-height:1;margin-bottom:5px}.hero-stat-label,.faq-hero-stat-label{font-size:11px;color:#fff6;letter-spacing:.02em}.breadcrumb-hero{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:28px;font-size:13px;color:#ffffff59}.breadcrumb-hero a{color:#ffffff73;text-decoration:none;transition:color .2s}.breadcrumb-hero a:hover{color:var(--white)}.breadcrumb-hero svg{width:12px;height:12px;stroke:#ffffff4d;fill:none;stroke-width:2}.breadcrumb-hero .current{color:var(--mid-blue);font-weight:600}.faq-hero-search{display:flex;align-items:center;gap:12px;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:15px 22px;max-width:520px;margin:0 auto 52px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:default;transition:all .3s}.faq-hero-search:hover{background:#ffffff1c;border-color:#ffffff38}.faq-hero-search svg{width:18px;height:18px;stroke:#ffffff59;fill:none;stroke-width:2;stroke-linecap:round;flex-shrink:0}.faq-hero-search-text{flex:1;text-align:left;font-size:14px;color:#ffffff47;font-style:italic}.faq-hero-search-kbd{font-family:Space Mono,monospace;font-size:10px;color:#fff3;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:5px;padding:3px 7px;white-space:nowrap}@media(max-width:639px){.faq-hero-search-kbd{display:none}}.contact-cards-section{padding:0 20px;margin-top:-40px;position:relative;z-index:3}.contact-cards-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.contact-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.contact-cards-grid{grid-template-columns:repeat(4,1fr)}}.contact-card{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:28px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:block;position:relative;overflow:hidden}.contact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--navy);transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.4,0,.2,1)}.contact-card:hover:before{transform:scaleX(1)}.contact-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--navy)}.contact-card-icon{width:48px;height:48px;background:var(--off-white);border:1px solid var(--border);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;transition:all .3s}.contact-card-icon svg{width:22px;height:22px;stroke:var(--navy);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.contact-card:hover .contact-card-icon{background:var(--navy);border-color:var(--navy)}.contact-card:hover .contact-card-icon svg{stroke:var(--white)}.contact-card-title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:6px;letter-spacing:-.01em}.contact-card-detail{font-size:14px;color:var(--text-muted);line-height:1.6}.contact-card-detail a{color:var(--accent);text-decoration:none;font-weight:500;transition:color .2s}.contact-card-detail a:hover{color:var(--navy)}.contact-card-hours{margin-top:10px;font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:6px}.contact-card-hours svg{width:13px;height:13px;stroke:var(--text-muted);fill:none;stroke-width:1.8;flex-shrink:0}.contact-main{padding:80px 20px}.contact-main-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px;align-items:start}@media(min-width:768px){.contact-main-inner{grid-template-columns:1fr 1fr;gap:64px}}@media(min-width:1024px){.contact-main-inner{grid-template-columns:1.15fr .85fr;gap:80px}}.contact-form-wrap{background:var(--white);border:1px solid var(--border);border-radius:24px;padding:32px 24px;box-shadow:var(--shadow)}@media(min-width:640px){.contact-form-wrap{padding:40px 36px}}.form-title{font-family:Playfair Display,serif;font-size:24px;font-weight:600;color:var(--navy);margin-bottom:6px}.form-subtitle{font-size:14px;color:var(--text-muted);margin-bottom:32px;line-height:1.6}.form-row{display:grid;grid-template-columns:1fr;gap:18px;margin-bottom:18px}@media(min-width:480px){.form-row.double{grid-template-columns:1fr 1fr}}.form-group{position:relative}.form-group label{display:block;font-size:12px;font-weight:600;color:var(--navy);letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;font-family:Space Mono,monospace}.form-group label .required{color:var(--accent);margin-left:2px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:13px 16px;border:1.5px solid var(--border);border-radius:12px;font-size:15px;font-family:DM Sans,sans-serif;color:var(--navy);background:var(--white);outline:none;transition:all .25s;-webkit-appearance:none}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--mid-blue);opacity:.6}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px #14146214}.form-group textarea{resize:vertical;min-height:140px}.form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6d9e' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.form-checkbox{display:flex;align-items:flex-start;gap:10px;margin:24px 0 28px;cursor:pointer}.form-checkbox input[type=checkbox]{width:18px;height:18px;border:1.5px solid var(--border);border-radius:5px;appearance:none;-webkit-appearance:none;cursor:pointer;flex-shrink:0;margin-top:2px;transition:all .2s;position:relative;background:var(--white)}.form-checkbox input[type=checkbox]:checked{background:var(--navy);border-color:var(--navy)}.form-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;top:2px;left:5px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.form-checkbox-text{font-size:13px;color:var(--text-muted);line-height:1.5}.form-checkbox-text a{color:var(--accent);text-decoration:none}.form-checkbox-text a:hover{text-decoration:underline}.btn-submit{width:100%;background:var(--navy);color:var(--white);border:none;padding:16px 28px;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s;font-family:DM Sans,sans-serif;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;gap:10px}.btn-submit svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;transition:transform .3s}.btn-submit:hover{background:var(--navy-light);transform:translateY(-2px);box-shadow:0 8px 32px #1414624d}.btn-submit:hover svg{transform:translate(4px)}.btn-submit:active{transform:translateY(0)}.sidebar-block{margin-bottom:36px}.sidebar-block-title{font-family:Playfair Display,serif;font-size:22px;font-weight:600;color:var(--navy);margin-bottom:20px}.response-bar{background:var(--off-white);border:1px solid var(--border);border-radius:16px;padding:22px 24px;margin-bottom:32px}.response-bar-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.response-bar-header svg{width:18px;height:18px;stroke:var(--navy);fill:none;stroke-width:1.8}.response-bar-header span{font-size:13px;font-weight:600;color:var(--navy);letter-spacing:.02em}.response-bar-track{width:100%;height:6px;background:var(--light-blue);border-radius:3px;overflow:hidden;margin-bottom:8px}.response-bar-fill{height:100%;width:85%;background:var(--navy);border-radius:3px;animation:fillBar 1.5s cubic-bezier(.4,0,.2,1) forwards}@keyframes fillBar{0%{width:0}}.response-bar-label{font-size:12px;color:var(--text-muted);display:flex;justify-content:space-between}.dept-list{display:flex;flex-direction:column;gap:12px}.dept-item{display:flex;align-items:center;gap:14px;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:16px 18px;transition:all .25s;text-decoration:none}.dept-item:hover{border-color:var(--navy);box-shadow:var(--shadow);transform:translate(4px)}.dept-icon{width:40px;height:40px;background:var(--off-white);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s}.dept-icon svg{width:18px;height:18px;stroke:var(--navy);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.dept-item:hover .dept-icon{background:var(--navy)}.dept-item:hover .dept-icon svg{stroke:#fff}.dept-info{flex:1;min-width:0}.dept-name{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:2px}.dept-email{font-size:13px;color:var(--accent);word-break:break-all}.dept-arrow{width:20px;height:20px;stroke:var(--mid-blue);fill:none;stroke-width:1.8;flex-shrink:0;transition:all .25s}.dept-item:hover .dept-arrow{stroke:var(--navy);transform:translate(2px)}.map-section{padding:0;position:relative}.map-overlay-info{position:absolute;bottom:24px;left:20px;right:20px;z-index:5;display:flex;justify-content:center}@media(min-width:768px){.map-overlay-info{left:40px;right:auto;bottom:40px}}.map-info-card{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:24px 28px;box-shadow:var(--shadow-lg);max-width:380px;width:100%}.map-info-card-header{display:flex;align-items:center;gap:10px;margin-bottom:14px}.map-info-card-header svg{width:20px;height:20px;stroke:var(--navy);fill:none;stroke-width:1.8}.map-info-card-header span{font-size:16px;font-weight:700;color:var(--navy);font-family:Space Mono,monospace}.map-info-card p{font-size:14px;color:var(--text-muted);line-height:1.7;margin-bottom:16px}.map-embed{width:100%;height:360px;background:var(--light-blue);position:relative;overflow:hidden}@media(min-width:768px){.map-embed{height:450px}}.map-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:linear-gradient(#e8eaf8b3,#e8eaf8b3),repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(20,20,98,.04) 39px,rgba(20,20,98,.04) 40px),repeating-linear-gradient(90deg,transparent,transparent 39px,rgba(20,20,98,.04) 39px,rgba(20,20,98,.04) 40px)}.map-placeholder svg{width:48px;height:48px;stroke:var(--mid-blue);fill:none;stroke-width:1.2}.map-placeholder span{font-size:14px;color:var(--text-muted);font-weight:500}.mission-section{padding:80px 20px;background:var(--white)}.mission-inner{max-width:1280px;margin:0 auto}.mission-header{text-align:center;margin-bottom:56px}.mission-header .section-sub{margin:0 auto}.mission-grid,.content-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.mission-grid,.content-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.mission-grid,.content-grid{grid-template-columns:repeat(3,1fr)}}.mission-card,.content-card{background:var(--off-white);border:1px solid var(--border);border-radius:20px;padding:32px 24px;transition:all .3s;position:relative;overflow:hidden}.mission-card:before,.content-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--mid-blue));opacity:0;transition:opacity .3s}.mission-card:hover,.content-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--navy)}.mission-card:hover:before,.content-card:hover:before{opacity:1}.mission-icon,.content-card-icon{width:56px;height:56px;background:var(--light-blue);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all .3s}.mission-icon svg,.content-card-icon svg{width:24px;height:24px;stroke:var(--navy);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s}.mission-card:hover .mission-icon,.content-card:hover .content-card-icon{background:var(--navy)}.mission-card:hover .mission-icon svg,.content-card:hover .content-card-icon svg{stroke:#fff}.mission-card h3,.content-card h3{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:10px}.mission-card p,.content-card p{font-size:14px;color:var(--text-muted);line-height:1.7}.story-section{padding:80px 20px;background:var(--off-white)}.story-inner{max-width:1280px;margin:0 auto}.story-header{text-align:center;margin-bottom:56px}.story-header .section-sub{margin:0 auto}.timeline{position:relative;max-width:680px;margin:0 auto;padding-left:40px}.timeline:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--accent),var(--mid-blue),var(--light-blue));border-radius:2px}.timeline-item{position:relative;margin-bottom:40px}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:-33px;top:4px;width:18px;height:18px;border-radius:50%;background:var(--white);border:3px solid var(--accent);z-index:1;transition:all .3s}.timeline-item:hover .timeline-dot{background:var(--accent);box-shadow:0 0 0 6px #2d6be426}.timeline-year{font-family:Space Mono,monospace;font-size:13px;font-weight:700;color:var(--accent);letter-spacing:.06em;margin-bottom:6px}.timeline-title{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:6px}.timeline-desc{font-size:14px;color:var(--text-muted);line-height:1.7}.stats-section{background:var(--navy);padding:60px 20px;position:relative;overflow:hidden}.stats-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.05) 1px,transparent 0);background-size:32px 32px}.stats-inner{max-width:1280px;margin:0 auto;position:relative;z-index:1}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{text-align:center;padding:28px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s}.stat-card:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-4px)}.stat-num{font-family:Space Mono,monospace;font-size:clamp(28px,4vw,40px);font-weight:700;color:#fff;line-height:1;margin-bottom:6px}.stat-label{font-size:11px;color:#ffffff73;letter-spacing:.08em;text-transform:uppercase}.team-section{padding:80px 20px;background:var(--white)}.team-inner{max-width:1280px;margin:0 auto}.team-header{text-align:center;margin-bottom:56px}.team-header .section-sub{margin:0 auto}.team-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:480px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.team-grid{grid-template-columns:repeat(4,1fr)}}.team-card{background:var(--off-white);border:1px solid var(--border);border-radius:20px;padding:32px 20px;text-align:center;transition:all .3s;cursor:default}.team-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--navy)}.team-avatar{width:80px;height:80px;border-radius:50%;background:var(--light-blue);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;border:3px solid var(--border);transition:all .3s;font-family:Playfair Display,serif;font-size:24px;font-weight:600;color:var(--navy);letter-spacing:-.02em}.team-card:hover .team-avatar{border-color:var(--accent);box-shadow:0 0 0 6px #2d6be41f}.team-name{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:4px}.team-role{font-size:12px;color:var(--text-muted);font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px;font-family:Space Mono,monospace}.team-bio{font-size:13px;color:var(--text-muted);line-height:1.6}.quality-section{background:var(--off-white);padding:80px 20px}.quality-inner{max-width:1280px;margin:0 auto}.quality-layout{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:768px){.quality-layout{grid-template-columns:1fr 1fr}}.quality-text .section-sub{margin-bottom:28px}.quality-list{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.quality-item{display:flex;align-items:flex-start;gap:14px}.quality-check{width:28px;height:28px;background:#00b67a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.quality-check svg{width:14px;height:14px;stroke:var(--success);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.quality-item-text h4{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:2px}.quality-item-text p{font-size:13px;color:var(--text-muted);line-height:1.6}.cert-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cert-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:24px 16px;text-align:center;transition:all .3s}.cert-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--navy)}.cert-card.highlight{grid-column:span 2;background:var(--navy);border-color:var(--navy)}.cert-card-icon{width:48px;height:48px;background:var(--light-blue);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.cert-card.highlight .cert-card-icon{background:#ffffff1f}.cert-card-icon svg{width:22px;height:22px;stroke:var(--navy);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cert-card.highlight .cert-card-icon svg{stroke:#ffffffd9}.cert-card-name{font-family:Space Mono,monospace;font-size:14px;font-weight:700;color:var(--navy);margin-bottom:4px}.cert-card.highlight .cert-card-name{color:#fff}.cert-card-desc{font-size:11px;color:var(--text-muted);line-height:1.5}.cert-card.highlight .cert-card-desc{color:#ffffff80}.faq-content-section{padding:72px 20px}.faq-content-section.alt{background:var(--off-white)}.faq-cats{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);padding:0 20px;box-shadow:0 2px 16px #1414620d}.faq-cats-inner{max-width:1280px;margin:0 auto;display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;padding:10px 0}.faq-cats-inner::-webkit-scrollbar{display:none}.cat-btn{flex-shrink:0;background:transparent;color:var(--text-muted);border:1px solid transparent;padding:8px 16px;border-radius:100px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;font-family:DM Sans,sans-serif;white-space:nowrap;display:flex;align-items:center;gap:7px}.cat-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.cat-btn:hover{background:var(--off-white);color:var(--navy);border-color:var(--border)}.cat-btn.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.faq-section-header{display:flex;align-items:flex-start;gap:22px;margin:0 auto 40px;max-width:900px}.faq-section-icon{width:56px;height:56px;background:var(--navy);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-section-icon svg{width:26px;height:26px;stroke:#fff;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.faq-section-header-text .section-label{margin-bottom:4px}.faq-section-header-text .section-title{font-size:clamp(22px,3vw,32px);margin-bottom:6px}.faq-section-header-text .section-sub{font-size:14px;max-width:480px}.faq-content-wrap{max-width:900px;margin:0 auto}.faq-grid{display:grid;grid-template-columns:1fr;gap:12px;max-width:900px;margin:0 auto}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:border-color .25s,box-shadow .25s}.faq-item:hover{border-color:#14146233}.faq-item.open{border-color:var(--navy);box-shadow:var(--shadow)}.faq-question{width:100%;padding:18px 20px;display:flex;align-items:center;gap:14px;background:none;border:none;cursor:pointer;text-align:left;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;color:var(--navy);-webkit-user-select:none;user-select:none;transition:background .2s}@media(min-width:640px){.faq-question{padding:20px 24px}}.faq-question:hover{background:var(--off-white)}.faq-q-icon{width:38px;height:38px;background:var(--off-white);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s}.faq-item.open .faq-q-icon{background:var(--navy)}.faq-q-icon svg{width:17px;height:17px;stroke:var(--navy);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s}.faq-item.open .faq-q-icon svg{stroke:#fff}.faq-q-text{flex:1;font-size:15px;font-weight:600;color:var(--navy);line-height:1.4}.faq-icon{width:28px;height:28px;min-width:28px;border-radius:50%;background:var(--light-blue);display:flex;align-items:center;justify-content:center;transition:background .2s}.faq-icon svg{width:14px;height:14px;stroke:var(--navy);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s}.faq-item.open .faq-icon{background:var(--navy)}.faq-item.open .faq-icon svg{stroke:#fff;transform:rotate(45deg)}.faq-chevron{width:20px;height:20px;stroke:var(--text-muted);fill:none;stroke-width:2;flex-shrink:0;transition:transform .3s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-answer{max-height:400px}.faq-answer-inner{padding:16px 20px 20px;font-size:14px;color:var(--text-muted);line-height:1.75;border-top:1px solid var(--border)}@media(min-width:640px){.faq-answer-inner{padding:16px 24px 20px}}.cookie-type-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.cookie-type-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.cookie-type-grid{grid-template-columns:repeat(4,1fr)}}.cookie-card{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:28px 22px}.cookie-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:16px}.cookie-card-icon{width:48px;height:48px;background:var(--light-blue);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cookie-card-icon svg{width:22px;height:22px;stroke:var(--navy);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cookie-badge{font-family:Space Mono,monospace;font-size:9px;font-weight:700;letter-spacing:.06em;padding:4px 9px;border-radius:20px;white-space:nowrap}.cookie-badge.required{background:var(--navy);color:#fff}.cookie-badge.optional{background:var(--light-blue);color:var(--navy)}.cookie-badge.marketing{background:#2d6be41f;color:var(--accent)}.cookie-card-title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:8px}.cookie-card-desc{font-size:13px;color:var(--text-muted);line-height:1.7;margin-bottom:14px}.cookie-card-examples{font-size:12px;color:var(--text-muted);font-family:Space Mono,monospace;background:var(--off-white);border-radius:8px;padding:10px 12px;line-height:1.8}.cookie-card-examples span{display:block}.manage-layout{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}@media(min-width:768px){.manage-layout{grid-template-columns:1fr 1fr;gap:60px}}.manage-steps{display:flex;flex-direction:column;gap:20px}.manage-step{display:flex;gap:16px;align-items:flex-start}.manage-step-num{width:40px;height:40px;min-width:40px;border-radius:50%;background:var(--navy);color:#fff;font-family:Space Mono,monospace;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.manage-step-title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}.manage-step-desc{font-size:13px;color:var(--text-muted);line-height:1.6}.browser-list-card{background:var(--white);border:1px solid var(--border);border-radius:20px;overflow:hidden}.browser-list-head{background:var(--navy);padding:16px 20px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff9}.browser-item{display:flex;align-items:center;gap:14px;padding:14px 20px;border-bottom:1px solid var(--border);font-size:14px;font-weight:500;color:var(--navy)}.browser-item:last-child{border-bottom:none}.browser-dot{width:10px;height:10px;min-width:10px;border-radius:50%;background:var(--light-blue);border:2px solid var(--mid-blue)}.browser-item-path{font-size:12px;color:var(--text-muted);font-family:Space Mono,monospace;margin-top:1px;display:block}.legal-block{max-width:760px;margin:0 auto}.legal-block h3{font-family:Playfair Display,serif;font-size:20px;font-weight:600;color:var(--navy);margin-bottom:12px;margin-top:36px}.legal-block h3:first-child{margin-top:0}.legal-block p{font-size:14px;color:var(--text-muted);line-height:1.8;margin-bottom:14px}.legal-block ul{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:14px;padding-left:0}.legal-block ul li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-muted);line-height:1.6}.legal-block ul li:before{content:"\2014";color:var(--mid-blue);flex-shrink:0;font-family:Space Mono,monospace;font-size:12px;margin-top:2px}.legal-block strong{color:var(--navy)}.legal-meta{font-family:Space Mono,monospace;font-size:11px;color:var(--text-muted);margin-top:40px;padding-top:20px;border-top:1px solid var(--border);letter-spacing:.02em}.intro-layout{display:grid;grid-template-columns:1fr;gap:32px;align-items:start}@media(min-width:768px){.intro-layout{grid-template-columns:1fr 1fr;gap:60px;align-items:center}}.intro-text p{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:16px}.intro-text p:last-child{margin-bottom:0}.intro-text strong{color:var(--navy)}.intro-facts{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:28px 24px;box-shadow:var(--shadow)}.intro-facts-title{font-family:Space Mono,monospace;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:18px}.fact-row{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid var(--border);font-size:14px}.fact-row:last-child{border-bottom:none;padding-bottom:0}.fact-row-icon{width:36px;height:36px;min-width:36px;background:var(--light-blue);border-radius:10px;display:flex;align-items:center;justify-content:center}.fact-row-icon svg{width:17px;height:17px;stroke:var(--navy);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fact-row-label{font-size:13px;color:var(--text-muted)}.fact-row-label strong{color:var(--navy);display:block;font-size:14px;margin-bottom:1px}.cta-banner,.cta-section{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 100%);padding:60px 20px;position:relative;overflow:hidden;text-align:center}@media(min-width:640px){.cta-banner,.cta-section{padding:80px 20px}}.cta-banner-grid,.cta-section:before{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.04) 1px,transparent 0);background-size:32px 32px}.cta-section:before{content:""}.cta-banner-inner,.cta-inner{max-width:600px;margin:0 auto;position:relative;z-index:2}.cta-glow{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(45,107,228,.3) 0%,transparent 70%);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);animation:glow-drift 5s ease-in-out infinite alternate}@keyframes glow-drift{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-55%) scale(1.1)}}.cta-banner .section-label,.cta-section .section-label{color:var(--mid-blue)}.cta-banner .section-title,.cta-section .section-title{color:#fff;margin-bottom:16px}.cta-banner .section-sub,.cta-section .section-sub{color:#ffffff8c;margin:0 auto 36px}.cta-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.hero-breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px;font-size:13px;color:#fff6;font-family:Space Mono,monospace}.hero-breadcrumb a{color:#ffffff80;text-decoration:none;transition:color .2s}.hero-breadcrumb a:hover{color:#ffffffd9}.hero-breadcrumb span{color:#fff3}.hero-badges{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.hero-badge{display:inline-flex;align-items:center;gap:7px;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:40px;padding:7px 14px;font-size:12px;color:#fff9;font-family:Space Mono,monospace}.hero-badge-dot{width:6px;height:6px;border-radius:50%;display:inline-block}.hero-badge-dot.green{background:var(--success)}.hero-badge-dot.blue{background:var(--mid-blue)}.hero-meta{display:inline-flex;align-items:center;gap:10px;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:40px;padding:8px 18px;font-size:12px;color:#ffffff80;font-family:Space Mono,monospace}.hero-meta-dot{width:6px;height:6px;background:var(--mid-blue);border-radius:50%;display:inline-block}.content-section{background:var(--off-white)}.reg-layout{display:flex;flex-direction:column;gap:32px;align-items:flex-start}@media(min-width:1024px){.reg-layout{flex-direction:row;gap:48px;align-items:flex-start}.reg-toc{flex:0 0 280px;position:sticky;top:32px;width:auto}.reg-content{flex:1}}.reg-toc{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:28px;width:100%}.toc-title{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-family:Space Mono,monospace;margin-bottom:18px}.toc-list{list-style:none;display:flex;flex-direction:column;gap:4px}.toc-list a{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:10px;text-decoration:none;font-size:13.5px;color:var(--text-muted);transition:all .2s;font-weight:500}.toc-list a:hover{background:var(--light-blue);color:var(--navy)}.toc-list a.active{background:var(--light-blue);color:var(--navy);font-weight:600}.toc-num{font-family:Space Mono,monospace;font-size:10px;color:var(--accent);min-width:22px;font-weight:700}.toc-divider{height:1px;background:var(--border);margin:14px 0}.toc-update{font-size:11px;color:var(--text-muted);font-family:Space Mono,monospace;padding:0 4px}.reg-content{flex:1;width:100%}.reg-section{background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-bottom:12px;transition:border-color .2s,box-shadow .2s}.reg-section.open{border-color:var(--navy);box-shadow:var(--shadow)}.reg-section-header{padding:20px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;-webkit-user-select:none;user-select:none;transition:background .2s;border:none;background:transparent;width:100%;text-align:left}.reg-section-header:hover{background:var(--off-white)}.reg-section.open .reg-section-header{background:transparent}.reg-section-label{display:flex;align-items:center;gap:14px}.reg-para-num{font-family:Space Mono,monospace;font-size:11px;font-weight:700;color:var(--accent);background:var(--light-blue);padding:4px 9px;border-radius:6px;white-space:nowrap;flex-shrink:0}.reg-section-title{font-size:15px;font-weight:600;color:var(--navy);line-height:1.4}.reg-section-icon{width:28px;height:28px;background:var(--light-blue);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .3s}.reg-section-icon svg{width:14px;height:14px;stroke:var(--navy);fill:none;stroke-width:2.5;stroke-linecap:round}.reg-section.open .reg-section-icon{background:var(--navy);transform:rotate(45deg)}.reg-section.open .reg-section-icon svg{stroke:#fff}.reg-section-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.reg-section.open .reg-section-body{max-height:1400px}.reg-section-inner{padding:24px 24px 28px;border-top:1px solid var(--border)}.reg-section-inner p{font-size:14px;line-height:1.8;color:var(--text-muted);margin-bottom:14px}.reg-section-inner p:last-child{margin-bottom:0}.reg-section-inner ol,.reg-section-inner ul{padding-left:20px;margin-bottom:14px}.reg-section-inner li{font-size:14px;line-height:1.8;color:var(--text-muted);margin-bottom:6px}.reg-section-inner strong{color:var(--navy);font-weight:600}.reg-section-inner .legal-ref{font-size:12px;font-family:Space Mono,monospace;color:var(--accent);background:#2d6be40f;padding:2px 7px;border-radius:4px;display:inline-block;margin:2px 0}.reg-section-inner .info-box{background:var(--light-blue);border-left:3px solid var(--accent);border-radius:0 10px 10px 0;padding:14px 16px;margin:16px 0;font-size:13.5px;color:var(--navy);line-height:1.6}.reg-section-inner .success-box{background:#00b67a0f;border-left:3px solid var(--success);border-radius:0 10px 10px 0;padding:14px 16px;margin:16px 0;font-size:13.5px;color:var(--navy);line-height:1.6}.rights-section{background:var(--white);padding:72px 20px}.rights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:48px}.right-card{background:var(--off-white);border:1px solid var(--border);border-radius:16px;padding:28px;display:flex;gap:18px;align-items:flex-start;transition:all .3s}.right-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#2d6be433}.right-icon{width:44px;height:44px;background:var(--light-blue);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent)}.right-icon svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.right-card-body{flex:1}.right-card-title{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:6px}.right-card-desc{font-size:13px;color:var(--text-muted);line-height:1.6}.delivery-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:40px}@media(min-width:640px){.delivery-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.delivery-grid{grid-template-columns:repeat(3,1fr)}}.delivery-card{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:28px 24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.delivery-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--navy)}.delivery-card.featured{border-color:var(--success);background:linear-gradient(135deg,#00b67a0d,#00b67a03)}.delivery-card.featured:hover{border-color:var(--success)}.delivery-badge{display:inline-block;font-family:Space Mono,monospace;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:14px}.delivery-badge.popular{background:var(--light-blue);color:var(--navy)}.delivery-badge.free{background:var(--success);color:#fff}.delivery-card-icon{width:52px;height:52px;background:var(--off-white);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:all .3s}.delivery-card.featured .delivery-card-icon{background:#00b67a1a}.delivery-card-icon svg{width:24px;height:24px;stroke:var(--navy);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.delivery-card.featured .delivery-card-icon svg{stroke:var(--success)}.delivery-card:hover .delivery-card-icon{background:var(--light-blue)}.delivery-card.featured:hover .delivery-card-icon{background:#00b67a26}.delivery-card-name{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:8px}.delivery-card-sub{font-size:13px;color:var(--text-muted);line-height:1.6;margin-bottom:20px}.delivery-card-price{font-family:Space Mono,monospace;font-size:22px;font-weight:700;color:var(--navy);line-height:1;margin-bottom:4px}.delivery-card-price-note{font-size:11px;color:var(--text-muted);margin-bottom:20px}.delivery-card-meta{display:flex;flex-direction:column;gap:10px}.delivery-meta-row{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.delivery-meta-row svg{width:14px;height:14px;stroke:var(--text-muted);fill:none;stroke-width:2;flex-shrink:0}.steps-track{display:grid;grid-template-columns:1fr;gap:24px;margin-top:40px;max-width:760px;margin-left:auto;margin-right:auto}@media(min-width:640px){.steps-track{grid-template-columns:repeat(4,1fr);gap:16px}.steps-track:before{content:"";position:absolute;top:26px;left:12.5%;right:12.5%;height:2px;background:var(--border);z-index:0}}.step-item{display:flex;gap:16px;align-items:flex-start}@media(min-width:640px){.step-item{flex-direction:column;align-items:center;text-align:center}}.step-circle{width:52px;height:52px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--white);transition:all .3s;position:relative;z-index:1}.step-circle.active{background:var(--navy);border-color:var(--navy)}.step-circle svg{width:22px;height:22px;stroke:var(--text-muted);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.step-circle.active svg{stroke:#fff}.step-title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}.step-desc{font-size:13px;color:var(--text-muted);line-height:1.6}.free-delivery-banner{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-deep) 100%);padding:60px 20px;position:relative;overflow:hidden}@media(min-width:640px){.free-delivery-banner{padding:80px 20px}}.banner-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(45,107,228,.25) 0%,transparent 70%);border-radius:50%;right:-200px;top:-200px;pointer-events:none}.free-delivery-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:768px){.free-delivery-inner{grid-template-columns:1fr 1fr;gap:64px}}.free-delivery-banner .section-label{color:var(--mid-blue)}.free-delivery-banner .section-title{color:#fff}.free-delivery-banner .section-sub{color:#ffffff8c}.free-delivery-banner .btn-hero{background:#fff;color:var(--navy)}.free-delivery-banner .btn-hero:hover{background:var(--light-blue)}.free-delivery-banner .btn-ghost{color:#ffffffb3;border-color:#fff3}.free-delivery-banner .btn-ghost:hover{color:#fff;border-color:#ffffff80;background:#ffffff14}.progress-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:28px 24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.progress-label{font-size:13px;color:#ffffff80}.progress-amount{font-family:Space Mono,monospace;font-size:14px;font-weight:700;color:#fff}.progress-track{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin-bottom:10px}.progress-fill{height:100%;width:73%;background:var(--success);border-radius:4px}.progress-note{font-size:12px;color:#fff6;margin-bottom:20px}.progress-perks{display:flex;flex-direction:column;gap:10px}.progress-perk{display:flex;align-items:center;gap:10px;font-size:13px;color:#fff9}.perk-check{width:20px;height:20px;border-radius:50%;background:#00b67a26;border:1px solid rgba(0,182,122,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0}.perk-check svg{width:10px;height:10px;stroke:var(--success);fill:none;stroke-width:2.5}.faq-list{display:flex;flex-direction:column;gap:12px;margin-top:40px;max-width:760px;margin-left:auto;margin-right:auto}.faq-list .faq-question{justify-content:space-between}.payment-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:40px}@media(min-width:640px){.payment-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.payment-grid{grid-template-columns:repeat(3,1fr)}}.payment-card{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:24px 22px 28px;transition:all .3s cubic-bezier(.4,0,.2,1)}.payment-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--navy)}.payment-card.featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.payment-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:16px}.payment-card-icon{width:48px;height:48px;background:var(--light-blue);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.payment-card-icon svg{width:22px;height:22px;stroke:var(--navy);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.payment-badge{font-family:Space Mono,monospace;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 10px;border-radius:20px;white-space:nowrap;align-self:flex-start}.payment-badge.instant{background:#00b67a1f;color:var(--success)}.payment-badge.popular{background:var(--light-blue);color:var(--navy)}.payment-badge.promo{background:#00b67a26;color:var(--success)}.payment-card-name{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:8px}.payment-card-sub{font-size:13px;color:var(--text-muted);line-height:1.6;margin-bottom:16px}.payment-card-fee{font-size:13px;margin-bottom:16px}.free-fee{color:var(--success);font-weight:600;font-family:Space Mono,monospace;font-size:11px}.paid-fee{color:var(--text-muted);font-size:12px}.payment-card-meta{display:flex;flex-direction:column;gap:8px}.payment-meta-row{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.payment-meta-row.ok{color:var(--navy)}.payment-meta-row svg{width:14px;height:14px;stroke:var(--text-muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.payment-meta-row.ok svg{stroke:var(--success)}.security-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:40px}@media(min-width:640px){.security-grid{grid-template-columns:repeat(3,1fr)}}.security-card{background:var(--off-white);border:1px solid var(--border);border-radius:20px;padding:32px 24px;text-align:center;transition:all .3s}.security-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--navy)}.security-card-icon{width:60px;height:60px;background:var(--light-blue);border-radius:18px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;transition:all .3s}.security-card-icon svg{width:26px;height:26px;stroke:var(--navy);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s}.security-card:hover .security-card-icon{background:var(--navy)}.security-card:hover .security-card-icon svg{stroke:#fff}.security-card-title{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:10px;font-family:Space Mono,monospace}.security-card-desc{font-size:14px;color:var(--text-muted);line-height:1.7}.installments-layout{display:grid;grid-template-columns:1fr;gap:40px;margin-top:40px}@media(min-width:768px){.installments-layout{grid-template-columns:1fr 1fr;gap:60px;align-items:start}}.installments-features{display:flex;flex-direction:column;gap:20px}.inst-feature{display:flex;gap:16px;align-items:flex-start}.inst-feature-icon{width:44px;height:44px;background:var(--light-blue);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.inst-feature-icon svg{width:20px;height:20px;stroke:var(--navy);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.inst-feature-title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}.inst-feature-desc{font-size:13px;color:var(--text-muted);line-height:1.6}.installments-table-wrap{background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden}.inst-table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;padding:12px 20px;background:var(--navy);font-family:Space Mono,monospace;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c}.inst-table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;padding:14px 20px;border-bottom:1px solid var(--border);align-items:center}.inst-table-row:last-child{border-bottom:none}.inst-table-row:hover{background:var(--off-white)}.inst-product{font-size:14px;font-weight:600;color:var(--navy)}.inst-product small{display:block;font-size:11px;color:var(--text-muted);font-weight:400;margin-top:2px}.inst-price{font-family:Space Mono,monospace;font-size:13px;font-weight:700;color:var(--navy)}.inst-months{font-size:13px;color:var(--text-muted);display:flex;align-items:center;gap:6px}.inst-badge-zero{font-family:Space Mono,monospace;font-size:9px;font-weight:700;background:#00b67a1f;color:var(--success);padding:2px 7px;border-radius:20px}.inst-monthly{font-family:Space Mono,monospace;font-size:13px;font-weight:700;color:var(--accent)}#zwrot-krok .steps-track{position:relative;grid-template-columns:1fr;gap:24px;max-width:none;margin-top:0}@media(min-width:640px){#zwrot-krok .steps-track{grid-template-columns:1fr 1fr;gap:32px}}@media(min-width:1024px){#zwrot-krok .steps-track{grid-template-columns:repeat(4,1fr);gap:0}#zwrot-krok .steps-track:before{content:"";position:absolute;top:32px;left:calc(12.5% + 16px);right:calc(12.5% + 16px);height:2px;background:var(--border);z-index:0}#zwrot-krok .step-item{flex-direction:column;align-items:center;text-align:center;gap:0;padding:0 16px}#zwrot-krok .step-circle{margin-bottom:20px}}#zwrot-krok .step-item{position:relative;z-index:1}#zwrot-krok .step-circle{width:64px;height:64px;min-width:64px}#zwrot-krok .step-circle svg{width:24px;height:24px;stroke:#ffffffb3}#zwrot-krok .step-circle.active svg{stroke:#fff}#zwrot-krok .step-title{padding-top:4px;margin-bottom:6px}@media(min-width:1024px){#zwrot-krok .step-title{padding-top:0}}.condition-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.condition-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.condition-grid{grid-template-columns:repeat(3,1fr)}}.condition-card{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:28px 24px}.condition-card-icon{width:48px;height:48px;background:var(--light-blue);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.condition-card-icon svg{width:22px;height:22px;stroke:var(--navy);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.condition-card-title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:10px}.condition-card-text{font-size:14px;color:var(--text-muted);line-height:1.7}.condition-card.no-return .condition-card-icon{background:#dc354514}.condition-card.no-return .condition-card-icon svg{stroke:#dc3545}.condition-card.info .condition-card-icon{background:#2d6be41a}.condition-card.info .condition-card-icon svg{stroke:var(--accent)}.complaints-layout{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}@media(min-width:768px){.complaints-layout{grid-template-columns:1fr 1fr;gap:60px}}.complaints-text p{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:16px}.complaints-text p:last-child{margin-bottom:0}.complaints-text strong{color:var(--navy)}.rights-card{background:var(--off-white);border:1px solid var(--border);border-radius:20px;padding:28px 24px}.rights-card-title{font-family:Playfair Display,serif;font-size:19px;font-weight:600;color:var(--navy);margin-bottom:20px}.rights-list{display:flex;flex-direction:column;gap:14px}.rights-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--text-muted);line-height:1.5}.rights-check{width:22px;height:22px;min-width:22px;border-radius:50%;background:#00b67a1f;border:1px solid rgba(0,182,122,.3);display:flex;align-items:center;justify-content:center;margin-top:1px}.rights-check svg{width:11px;height:11px;stroke:var(--success);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.faq-list{max-width:760px;margin:40px auto 0;display:flex;flex-direction:column;gap:12px}@media(max-width:639px){.faq-content-section{padding:56px 20px}.faq-section-header{flex-direction:column;gap:14px}.faq-section-header-text .section-title{font-size:24px}.faq-answer-inner{padding:0 20px 20px}.hero-stat,.faq-hero-stat{padding:0 16px}.hero-stat:first-child,.faq-hero-stat:first-child{padding-left:0}.hero-stat:last-child,.faq-hero-stat:last-child{padding-right:0}.rights-grid{grid-template-columns:1fr}.right-card{padding:22px}.reg-section-title{font-size:14px}.reg-section-header{padding:16px 18px}.reg-section-inner{padding:20px 18px 22px}}.article-card{background:var(--white);border:1px solid var(--border);border-radius:20px;overflow:hidden;transition:all .25s}.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--navy)}.article-card-img{display:block;aspect-ratio:16 / 9;overflow:hidden;border-bottom:1px solid var(--border)}.article-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.article-card:hover .article-card-img img{transform:scale(1.04)}.article-card-body{padding:20px}.article-card-date{display:block;font-size:12px;color:var(--text-muted);font-weight:500;margin-bottom:8px;font-family:Space Mono,monospace;letter-spacing:.04em}.article-card-title{font-size:17px;font-weight:700;color:var(--navy);line-height:1.35;margin-bottom:10px}.article-card-title a{color:inherit;text-decoration:none}.article-card-title a:hover{color:var(--accent)}.article-card-excerpt{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card-link{font-size:13px;font-weight:600;color:var(--accent);text-decoration:none;transition:color .2s}.article-card-link:hover{color:var(--navy)}@media(hover:none){.article-card:hover{transform:none;box-shadow:var(--shadow)}}
/*# sourceMappingURL=/cdn/shop/t/67/assets/content.css.map */
