*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inconsolata',monospace;background:#f9f7f4;color:#1a1a1a;font-size:16px;line-height:1.6}
.hdr{background:#fff;border-bottom:2px solid #7C0826;position:relative;z-index:100}
.hdr-inner{max-width:1280px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:72px;gap:16px}
.hdr-logo-wrap{display:flex;align-items:center;gap:10px;flex-shrink:0;text-decoration:none}
.hdr-logo-wrap img{height:52px;width:52px;object-fit:contain;border-radius:8px;box-shadow:0 2px 6px #7c082626}
.site-logo-txt{font-size:22px;font-weight:700;color:#7C0826;letter-spacing:.04em;text-decoration:none}
.main-nav{display:flex;align-items:center;gap:4px;list-style:none}
.main-nav li a{display:block;padding:8px 14px;font-family:'Inconsolata',monospace;font-size:14px;font-weight:400;color:#333;text-decoration:none;border-radius:4px;border:1px solid transparent;transition:color 0.2s,border-color 0.2s,background .2s;white-space:nowrap}
.main-nav li a:hover{color:#7C0826;border-color:#7C0826;background:#7c08260a}
.main-nav li a.is-active{color:#7C0826;font-weight:700;border-color:#F98D0B;background:#f98d0b12}
.nav-cta-bttn a{background:linear-gradient(135deg,#7C0826,#F98D0B);color:#fff!important;border-color:transparent!important;border-radius:6px;font-weight:700}
.nav-cta-bttn a:hover{background:linear-gradient(135deg,#5a0619,#d97a09);color:#fff!important}
.hdr-mobile-toggle{display:none;background:none;border:1px solid #7C0826;border-radius:4px;padding:6px 10px;cursor:pointer;color:#7C0826;font-size:18px}
.hdr-nav-mobile{display:none;flex-direction:column;background:#fff;border-top:1px solid #eee;padding:12px 24px 16px}
.hdr-nav-mobile.is-open{display:flex}
.hdr-nav-mobile a{padding:10px 0;font-family:'Inconsolata',monospace;font-size:15px;color:#333;text-decoration:none;border-bottom:1px solid #f0ece8}
.hdr-nav-mobile a:hover{color:#7C0826}
footer{background:#1a1212;color:#ccc;padding:56px 0 24px}
.ftr-inner{max-width:1280px;margin:auto;padding:0 24px}
.ftr-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid #2e2020}
.ftr-brand-txt{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}
.ftr-desc{font-size:13px;color:#999;line-height:1.7;margin-bottom:20px}
.ftr-contact-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#aaa;margin-bottom:8px}
.ftr-contact-item i{color:#F98D0B;margin-top:2px;flex-shrink:0}
.ftr-col-ttl{font-size:13px;font-weight:700;color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}
.ftr-lnks{list-style:none;display:flex;flex-direction:column;gap:8px}
.ftr-lnks li a{font-size:13px;color:#999;text-decoration:none;transition:color .2s}
.ftr-lnks li a:hover{color:#F98D0B}
.ftr-btm{display:flex;align-items:center;justify-content:space-between;padding-top:24px;flex-wrap:wrap;gap:12px}
.ftr-cpyrght{font-size:12px;color:#666}
.ftr-policy-lnks{display:flex;gap:16px;flex-wrap:wrap}
.ftr-policy-lnks a{font-size:12px;color:#666;text-decoration:none;transition:color .2s}
.ftr-policy-lnks a:hover{color:#F98D0B}
.cookie-overlay{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9998;pointer-events:none;display:flex;align-items:center;justify-content:flex-start}
.cookie-mdl{position:fixed;left:24px;top:50%;transform:translateY(-60%) translateX(-120%);z-index:9999;background:#fff;width:min(72vw,560px);border-radius:12px;box-shadow:0 8px 32px #0000002e 0 2px 8px #7c082614;border:1px solid #e8e0d8;padding:32px;transition:transform .42s cubic-bezier(0.22,1,0.36,1)}
.cookie-mdl.is-visible{transform:translateY(-50%) translateX(0)}
.cookie-mdl-ttl{font-size:17px;font-weight:700;color:#1a1a1a;margin-bottom:10px}
.cookie-mdl-txt{font-size:13px;color:#555;line-height:1.6;margin-bottom:18px}
.cookie-cats{display:none;flex-direction:column;gap:10px;margin-bottom:18px;border-top:1px solid #f0ece8;padding-top:16px}
.cookie-cats.is-open{display:flex}
.cookie-cat-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.cookie-cat-lbl{font-size:13px;color:#333}
.cookie-cat-lbl span{font-size:11px;color:#999;display:block}
.cookie-tgl{position:relative;width:40px;height:22px;flex-shrink:0}
.cookie-tgl input{opacity:0;width:0;height:0}
.cookie-tgl-track{position:absolute;inset:0;background:#ddd;border-radius:22px;cursor:pointer;transition:background .2s}
.cookie-tgl-track::before{content:'';position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform .2s}
.cookie-tgl input:checked + .cookie-tgl-track{background:#7C0826}
.cookie-tgl input:checked + .cookie-tgl-track::before{transform:translateX(18px)}
.cookie-tgl input:disabled + .cookie-tgl-track{opacity:.5;cursor:default}
.cookie-btns{display:flex;gap:20px;align-items:center;flex-wrap:wrap}
.cookie-btn-accept{font-family:'Inconsolata',monospace;font-size:13px;font-weight:700;color:#7C0826;background:none;border:none;cursor:pointer;text-decoration:underline;padding:0}
.cookie-btn-decline{font-family:'Inconsolata',monospace;font-size:13px;font-weight:400;color:#777;background:none;border:none;cursor:pointer;text-decoration:underline;padding:0}
.cookie-btn-dtls{font-family:'Inconsolata',monospace;font-size:12px;color:#aaa;background:none;border:none;cursor:pointer;text-decoration:underline;padding:0;margin-left:auto}
.cookie-policy-ref{display:none;font-size:12px;color:#999;margin-top:14px;padding-top:12px;border-top:1px solid #f0ece8}
.cookie-policy-ref.is-open{display:block}
.cookie-policy-ref a{color:#7C0826}
.cookie-pref-btn{position:fixed;bottom:24px;left:24px;z-index:9997;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#7C0826,#F98D0B);border:none;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 4px 12px #7c08264d;color:#fff;font-size:18px}
.cookie-pref-btn.is-visible{display:flex}
@media (max-width: 768px) {
.hdr-inner{padding:0 16px}
.main-nav{display:none}
.hdr-mobile-toggle{display:block}
.ftr-grid{grid-template-columns:1fr;gap:28px}
.ftr-btm{flex-direction:column;align-items:flex-start}
.cookie-mdl{width:calc(100vw - 32px);left:16px;top:auto;bottom:16px;transform:translateY(-120%) translateX(0)}
.cookie-mdl.is-visible{transform:translateY(0) translateX(0)}
}
.rules-content{max-width:860px;margin:0 auto;padding:48px 32px 72px;font-size:16px;line-height:1.8;color:#1a1a2e;font-family:Georgia,'Times New Roman',serif}
.rules-content p{margin:0 0 1.4em;font-size:1rem;line-height:1.85;color:#2c2c3e;text-align:justify;hyphens:auto}
.rules-content ul{margin:0 0 1.4em;padding-left:1.6em;list-style:none}
.rules-content ol{margin:0 0 1.4em;padding-left:1.8em;list-style:decimal;counter-reset:none}
.rules-content ul li{position:relative;padding-left:1.2em;margin-bottom:.55em;font-size:1rem;line-height:1.75;color:#2c2c3e}
.rules-content ul li::before{content:'';position:absolute;left:0;top:.68em;width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#7C0826,#F98D0B)}
.rules-content ol li{padding-left:.4em;margin-bottom:.55em;font-size:1rem;line-height:1.75;color:#2c2c3e}
.rules-content ol li::marker{color:#7C0826;font-weight:700;font-size:.92rem}
.rules-content ul ul,.rules-content ol ol,.rules-content ul ol,.rules-content ol ul{margin-top:.5em;margin-bottom:.5em}
.rules-content strong,.rules-content b{font-weight:700;color:#7C0826;letter-spacing:.01em}
.rules-content em,.rules-content i{font-style:italic;color:#3a3a50}
.rules-content hr{border:none;border-top:2px solid transparent;background:linear-gradient(90deg,#7C0826,#F98D0B,#004DBF);height:2px;margin:2.4em 0;border-radius:2px;opacity:.35}
.rules-content div{margin-bottom:1.2em}
.rules-content div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.rules-content{padding:32px 20px 52px;font-size:15px}
.rules-content p{font-size:.97rem;line-height:1.78;text-align:left}
.rules-content ul li,.rules-content ol li{font-size:.97rem}
.rules-content hr{margin:1.8em 0}
}
@media (max-width: 480px) {
.rules-content{padding:24px 16px 40px;font-size:14px}
.rules-content p{font-size:.95rem;line-height:1.72}
.rules-content ul{padding-left:1.2em}
.rules-content ol{padding-left:1.4em}
.rules-content ul li,.rules-content ol li{font-size:.95rem;margin-bottom:.45em}
}
.hro-sctn{position:relative;overflow:hidden;padding:80px 20px 100px;background:#fff}
.hro-sctn .hro-bg-anm{position:absolute;inset:0;pointer-events:none;z-index:0}
.hro-sctn .hro-bg-anm span{position:absolute;border-radius:50%;opacity:.06;animation:floatPulse 8s ease-in-out infinite}
.hro-sctn .hro-bg-anm span:nth-child(1){width:420px;height:420px;background:radial-gradient(circle,#7C0826,transparent);top:-80px;left:-100px;animation-delay:0s}
.hro-sctn .hro-bg-anm span:nth-child(2){width:300px;height:300px;background:radial-gradient(circle,#F98D0B,transparent);bottom:-60px;right:-60px;animation-delay:3s}
.hro-sctn .hro-bg-anm span:nth-child(3){width:200px;height:200px;background:radial-gradient(circle,#004DBF,transparent);top:40%;left:55%;animation-delay:5s}
@keyframes floatPulse {
0%,100%{transform:scale(1) translateY(0)}
50%{transform:scale(1.08) translateY(-12px)}
}
.hro-sctn .hro-inner{max-width:1280px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;gap:60px}
.hro-sctn .hro-txt{flex:1 1 50%}
.hro-sctn .hro-lbl{display:inline-block;background:linear-gradient(135deg,#7C0826,#F98D0B);color:#fff;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:22px}
.hro-sctn .hro-ttl{font-size:clamp(32px,5vw,58px);font-weight:800;line-height:1.15;color:#1a1a2e;margin:0 0 20px}
.hro-sctn .hro-ttl em{font-style:normal;background:linear-gradient(135deg,#7C0826,#F98D0B);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hro-sctn .hro-sub{font-size:17px;line-height:1.7;color:#555;margin:0 0 36px;max-width:480px}
.hro-sctn .hro-ctas{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.hro-sctn .hro-btn-prm{display:inline-block;background:linear-gradient(135deg,#7C0826,#F98D0B);color:#fff;font-size:15px;font-weight:700;padding:14px 32px;border-radius:8px;text-decoration:none;box-shadow:0 4px 16px #7c082640;transition:transform 0.2s,box-shadow .2s;position:relative;z-index:2}
.hro-sctn .hro-btn-prm:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7c082652}
.hro-sctn .hro-btn-sec{display:inline-block;border:2px solid #7C0826;color:#7C0826;font-size:15px;font-weight:700;padding:12px 28px;border-radius:8px;text-decoration:none;transition:background 0.2s,color .2s;position:relative;z-index:2}
.hro-sctn .hro-btn-sec:hover{background:#7C0826;color:#fff}
.hro-sctn .hro-img-blk{flex:1 1 46%;position:relative}
.hro-sctn .hro-img-blk img{width:100%;height:420px;object-fit:cover;border-radius:20px;box-shadow:6px 6px 0 #F98D0B,12px 12px 0 #7c08261f;display:block}
.hro-sctn .hro-flt-card{position:absolute;bottom:-24px;left:-28px;background:#fff;border-radius:12px;padding:14px 20px;box-shadow:0 4px 20px #0000001f;display:flex;flex-direction:row;align-items:center;gap:12px;min-width:200px}
.hro-sctn .hro-flt-card .flt-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#7C0826,#F98D0B);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hro-sctn .hro-flt-card .flt-icon svg{width:20px;height:20px}
.hro-sctn .hro-flt-card .flt-info .flt-num{font-size:20px;font-weight:800;color:#1a1a2e;line-height:1}
.hro-sctn .hro-flt-card .flt-info .flt-lbl{font-size:12px;color:#888;margin-top:2px}
.prtns-sctn{background:#f7f7fa;padding:70px 20px}
.prtns-sctn .prtns-inner{max-width:1280px;margin:0 auto}
.prtns-sctn .prtns-hdr{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:50px;flex-wrap:wrap}
.prtns-sctn .prtns-hdr-ttl{font-size:clamp(26px,3.5vw,38px);font-weight:800;color:#1a1a2e;margin:0;max-width:500px}
.prtns-sctn .prtns-hdr-ttl::after{content:'';display:block;width:56px;height:4px;background:linear-gradient(90deg,#7C0826,#F98D0B);border-radius:2px;margin-top:12px}
.prtns-sctn .prtns-hdr-txt{font-size:15px;color:#666;max-width:380px;line-height:1.6;margin:0}
.prtns-sctn .prtns-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.prtns-sctn .prtn-crd{background:#fff;border-radius:16px;padding:28px 24px;box-shadow:0 2px 8px #00000012;border-left:4px solid transparent;border-image:linear-gradient(180deg,#7C0826,#F98D0B) 1;transition:transform 0.2s,box-shadow .2s;display:flex;flex-direction:column;gap:12px}
.prtns-sctn .prtn-crd:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001c}
.prtns-sctn .prtn-crd .prtn-icn{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#7c08261a,#f98d0b1f);display:flex;align-items:center;justify-content:center}
.prtns-sctn .prtn-crd .prtn-nm{font-size:17px;font-weight:700;color:#1a1a2e}
.prtns-sctn .prtn-crd .prtn-dsc{font-size:13px;color:#777;line-height:1.6}
.prtns-sctn .prtn-img-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:36px}
.prtns-sctn .prtn-img-row img{width:100%;height:220px;object-fit:cover;border-radius:14px;box-shadow:0 2px 12px #0000001a}
.trl-sctn{padding:80px 20px;background:#fff;position:relative;overflow:hidden}
.trl-sctn::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#7C0826,#F98D0B,#004DBF)}
.trl-sctn .trl-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.trl-sctn .trl-img-side img{width:100%;height:480px;object-fit:cover;border-radius:20px;box-shadow:-6px 6px 0 #004DBF,-12px 12px 0 #004dbf1a}
.trl-sctn .trl-cntnt{display:flex;flex-direction:column;gap:20px}
.trl-sctn .trl-badge{display:inline-flex;align-items:center;gap:8px;background:#004dbf14;color:#004DBF;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:6px 14px;border-radius:20px;width:fit-content}
.trl-sctn .trl-ttl{font-size:clamp(24px,3vw,36px);font-weight:800;color:#1a1a2e;margin:0;line-height:1.25}
.trl-sctn .trl-dsc{font-size:15px;line-height:1.7;color:#555;margin:0}
.trl-sctn .trl-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.trl-sctn .trl-list li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:14px;color:#444;line-height:1.5}
.trl-sctn .trl-list li::before{content:'';width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#7C0826,#F98D0B);flex-shrink:0;margin-top:1px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='white' d='M8 13.4L4.6 10l-1.4 1.4L8 16.2l9-9-1.4-1.4z'/%3E%3C/svg%3E");background-size:cover}
.trl-sctn .trl-cta{display:inline-block;background:linear-gradient(135deg,#004DBF,#7C0826);color:#fff;font-size:15px;font-weight:700;padding:14px 32px;border-radius:8px;text-decoration:none;box-shadow:0 4px 16px #004dbf40;transition:transform .2s;width:fit-content}
.trl-sctn .trl-cta:hover{transform:translateY(-2px)}
.lrn-sctn{background:linear-gradient(160deg,#1a1a2e 0%,#2a1040 100%);padding:80px 20px;position:relative;overflow:hidden}
.lrn-sctn::after{content:'';position:absolute;bottom:-40px;right:-40px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,#f98d0b1f,transparent);pointer-events:none}
.lrn-sctn .lrn-inner{max-width:1280px;margin:0 auto;position:relative;z-index:1}
.lrn-sctn .lrn-hdr{text-align:center;margin-bottom:60px}
.lrn-sctn .lrn-hdr h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#fff;margin:0 0 14px}
.lrn-sctn .lrn-hdr p{font-size:16px;color:#fff9;max-width:500px;margin:0 auto;line-height:1.6}
.lrn-sctn .lrn-steps{display:flex;flex-direction:row;gap:0;align-items:stretch;position:relative}
.lrn-sctn .lrn-steps::before{content:'';position:absolute;top:36px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#7C0826,#F98D0B,#004DBF);opacity:.4;z-index:0}
.lrn-sctn .lrn-stp{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 16px;position:relative;z-index:1}
.lrn-sctn .stp-num{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#7C0826,#F98D0B);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:#fff;margin-bottom:20px;box-shadow:0 4px 16px #7c08264d;flex-shrink:0}
.lrn-sctn .stp-ttl{font-size:16px;font-weight:700;color:#fff;margin-bottom:10px}
.lrn-sctn .stp-dsc{font-size:13px;color:#ffffff8c;line-height:1.6}
.stts-sctn{background:#fff;padding:80px 20px}
.stts-sctn .stts-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.stts-sctn .stts-img-col img{width:100%;height:460px;object-fit:cover;border-radius:20px;box-shadow:6px 6px 0 #f98d0b4d}
.stts-sctn .stts-cntnt{display:flex;flex-direction:column;gap:32px}
.stts-sctn .stts-hdr h2{font-size:clamp(24px,3vw,36px);font-weight:800;color:#1a1a2e;margin:0 0 12px}
.stts-sctn .stts-hdr p{font-size:15px;color:#666;line-height:1.7;margin:0}
.stts-sctn .stts-grd{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.stts-sctn .stt-crd{background:#f7f7fa;border-radius:14px;padding:20px;position:relative;overflow:hidden}
.stts-sctn .stt-crd::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#7C0826,#F98D0B)}
.stts-sctn .stt-val{font-size:32px;font-weight:800;color:#7C0826;line-height:1}
.stts-sctn .stt-val span{font-size:18px;color:#F98D0B}
.stts-sctn .stt-lbl{font-size:13px;color:#777;margin-top:6px;line-height:1.4}
.prce-sctn{background:#f7f7fa;padding:80px 20px}
.prce-sctn .prce-inner{max-width:1280px;margin:0 auto}
.prce-sctn .prce-hdr{text-align:center;margin-bottom:50px}
.prce-sctn .prce-hdr h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1a1a2e;margin:0 0 12px}
.prce-sctn .prce-hdr p{font-size:15px;color:#666;max-width:480px;margin:0 auto;line-height:1.6}
.prce-sctn .prce-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}
.prce-sctn .prce-crd{background:#fff;border-radius:20px;padding:36px 28px;box-shadow:0 2px 12px #00000012;display:flex;flex-direction:column;gap:20px;transition:transform 0.2s,box-shadow .2s;position:relative}
.prce-sctn .prce-crd:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001c}
.prce-sctn .prce-crd.is-featured{background:linear-gradient(160deg,#7C0826,#2a0010);color:#fff}
.prce-sctn .prce-crd.is-featured .prce-tier{color:#ffffffb3}
.prce-sctn .prce-crd.is-featured .prce-amnt{color:#fff}
.prce-sctn .prce-crd.is-featured .prce-desc{color:#ffffffa6}
.prce-sctn .prce-crd.is-featured .prce-feat li{color:#fffc}
.prce-sctn .prce-crd.is-featured .prce-feat li::before{background:#F98D0B}
.prce-sctn .prce-bdg{position:absolute;top:-14px;right:20px;background:#F98D0B;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 12px;border-radius:20px}
.prce-sctn .prce-tier{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#999}
.prce-sctn .prce-amnt{font-size:40px;font-weight:800;color:#1a1a2e;line-height:1}
.prce-sctn .prce-amnt small{font-size:16px;font-weight:500}
.prce-sctn .prce-desc{font-size:14px;color:#666;line-height:1.6;margin:0}
.prce-sctn .prce-feat{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.prce-sctn .prce-feat li{font-size:14px;color:#444;display:flex;flex-direction:row;align-items:flex-start;gap:10px;line-height:1.5}
.prce-sctn .prce-feat li::before{content:'';width:6px;height:6px;border-radius:50%;background:#7C0826;flex-shrink:0;margin-top:6px}
.prce-sctn .prce-btn{display:block;text-align:center;padding:13px 20px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;transition:transform 0.2s,box-shadow .2s}
.prce-sctn .prce-btn-drk{background:linear-gradient(135deg,#7C0826,#F98D0B);color:#fff;box-shadow:0 4px 14px #7c082633}
.prce-sctn .prce-btn-drk:hover{transform:translateY(-2px);box-shadow:0 8px 20px #7c082647}
.prce-sctn .prce-btn-ltl{background:#fff;color:#7C0826;border:2px solid #7C0826}
.prce-sctn .prce-btn-ltl:hover{background:#7C0826;color:#fff}
.prce-sctn .prce-note{text-align:center;margin-top:32px;font-size:13px;color:#999}
@media (max-width: 1024px) {
.hro-sctn .hro-inner{gap:36px}
.prtns-sctn .prtns-grid{grid-template-columns:1fr 1fr}
.prce-sctn .prce-grd{grid-template-columns:1fr 1fr}
.lrn-sctn .lrn-steps{flex-wrap:wrap;gap:32px}
.lrn-sctn .lrn-steps::before{display:none}
.lrn-sctn .lrn-stp{flex:0 0 calc(50% - 16px)}
}
@media (max-width: 768px) {
.hro-sctn .hro-inner{flex-direction:column;gap:40px}
.hro-sctn .hro-img-blk img{height:300px}
.hro-sctn .hro-flt-card{position:relative;bottom:auto;left:auto;margin-top:-20px}
.trl-sctn .trl-inner{grid-template-columns:1fr;gap:36px}
.stts-sctn .stts-inner{grid-template-columns:1fr;gap:36px}
.prtns-sctn .prtns-grid{grid-template-columns:1fr}
.prtns-sctn .prtn-img-row{grid-template-columns:1fr}
.prce-sctn .prce-grd{grid-template-columns:1fr}
.lrn-sctn .lrn-stp{flex:0 0 100%}
.prtns-sctn .prtns-hdr{flex-direction:column;align-items:flex-start}
}
@media (max-width: 480px) {
.hro-sctn{padding:50px 16px 60px}
.stts-sctn .stts-grd{grid-template-columns:1fr}
.hro-sctn .hro-ctas{flex-direction:column}
}
.cntct-pg-wrpr{max-width:1280px;margin:0 auto;padding:0 20px}
.cntct-hdr-sct{position:relative;overflow:hidden;padding:80px 0 0;background:#fff}
.cntct-hdr-inner{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:2}
.cntct-hdr-txt{flex:1 1 50%;padding:40px 0 60px}
.cntct-hdr-txt .pg-lbl{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#F98D0B;background:#f98d0b1a;padding:6px 14px;border-radius:20px;margin-bottom:20px}
.cntct-hdr-txt .pg-hdng{font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.15;color:#1a1a1a;margin:0 0 20px}
.cntct-hdr-txt .pg-hdng span{color:#7C0826;position:relative}
.cntct-hdr-txt .pg-hdng span::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#7C0826,#F98D0B);border-radius:2px}
.cntct-hdr-txt .pg-sub{font-size:17px;line-height:1.65;color:#555;margin:0 0 32px;max-width:460px}
.cntct-info-chips{display:flex;flex-direction:column;gap:12px}
.cntct-chip{display:flex;flex-direction:row;align-items:center;gap:12px;font-size:14px;color:#444}
.cntct-chip .chip-icn{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#7C0826,#F98D0B);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cntct-chip .chip-icn svg{width:16px;height:16px;fill:#fff}
.cntct-chip .chip-txt{color:#333;font-size:14px;line-height:1.4}
.cntct-chip .chip-txt strong{display:block;font-size:11px;color:#999;text-transform:uppercase;letter-spacing:1px;margin-bottom:2px}
.cntct-hdr-vis{flex:1 1 45%;position:relative;display:flex;align-items:center;justify-content:center}
.vis-bg-shp{width:380px;height:380px;border-radius:50%;background:linear-gradient(135deg,#7c082614,#f98d0b1f);position:relative;display:flex;align-items:center;justify-content:center}
.vis-bg-shp::before{content:'';position:absolute;width:300px;height:300px;border-radius:50%;border:2px dashed #7c082633;animation:spin-slow 20s linear infinite}
@keyframes spin-slow {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.vis-center-box{width:220px;height:220px;border-radius:24px;background:linear-gradient(135deg,#7C0826,#F98D0B);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-shadow:0 20px 50px #7c08264d;position:relative;z-index:2}
.vis-center-box svg{width:60px;height:60px;fill:#ffffffe6}
.vis-center-box .vis-lbl{font-size:13px;color:#ffffffd9;font-weight:600;text-align:center;padding:0 20px;line-height:1.4}
.vis-float-el{position:absolute;border-radius:14px;background:#fff;box-shadow:0 8px 24px #0000001a;padding:12px 16px;font-size:12px;font-weight:600;color:#333;display:flex;flex-direction:row;align-items:center;gap:8px}
.vis-float-el.el-1{top:30px;right:-10px}
.vis-float-el.el-2{bottom:40px;left:-20px}
.vis-float-el .flt-dot{width:10px;height:10px;border-radius:50%;background:#7C0826}
.vis-float-el.el-2 .flt-dot{background:#F98D0B}
.wave-dvdr{width:100%;line-height:0;margin-top:-2px}
.wave-dvdr svg{display:block;width:100%}
.cntct-main-sct{background:#f8f7f5;padding:70px 0 90px}
.cntct-main-inner{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;flex-direction:row;gap:60px;align-items:flex-start}
.cntct-frm-col{flex:1 1 58%}
.cntct-sd-col{flex:1 1 36%}
.frm-wrpr{background:#fff;border-radius:20px;padding:48px;box-shadow:0 4px 30px #00000012}
.frm-hdr-area{margin-bottom:36px}
.frm-hdr-area .frm-ttl{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 10px}
.frm-hdr-area .frm-sub{font-size:15px;color:#777;line-height:1.5;margin:0}
.frm-row{display:flex;flex-direction:row;gap:20px;margin-bottom:20px}
.frm-fld{flex:1 1 auto;display:flex;flex-direction:column;gap:7px}
.frm-fld.full-w{flex:1 1 100%}
.frm-fld label{font-size:13px;font-weight:600;color:#444;letter-spacing:.3px}
.frm-fld label .req-mrk{color:#7C0826;margin-left:3px}
.frm-fld input,.frm-fld select,.frm-fld textarea{width:100%;padding:13px 16px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:15px;color:#333;background:#fafafa;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box;outline:none;appearance:none;-webkit-appearance:none}
.frm-fld select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}
.frm-fld input:focus,.frm-fld select:focus,.frm-fld textarea:focus{border-color:#7C0826;box-shadow:0 0 0 3px #7c082614;background:#fff}
.frm-fld textarea{resize:vertical;min-height:110px;line-height:1.5}
.frm-catg-sct{margin-bottom:24px}
.frm-catg-sct .catg-lbl{font-size:13px;font-weight:600;color:#444;margin-bottom:12px;display:block}
.catg-opts{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}
.catg-opt{position:relative}
.catg-opt input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.catg-opt label{display:flex;flex-direction:row;align-items:center;gap:7px;padding:9px 16px;border:1.5px solid #e0e0e0;border-radius:8px;font-size:13px;font-weight:500;color:#555;cursor:pointer;transition:all .2s;background:#fafafa;user-select:none}
.catg-opt label::before{content:'';width:14px;height:14px;border-radius:50%;border:2px solid #ccc;flex-shrink:0;transition:all .2s}
.catg-opt input[type="radio"]:checked + label{border-color:#7C0826;background:#7c08260d;color:#7C0826;font-weight:600}
.catg-opt input[type="radio"]:checked + label::before{border-color:#7C0826;background:#7C0826;box-shadow:inset 0 0 0 2px #fff}
.catg-opt label:hover{border-color:#bbb;background:#f5f5f5}
.prvcy-chk-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:28px;padding:16px;background:#7c082608;border-radius:10px;border:1px solid #7c08261a}
.prvcy-chk-row input[type="checkbox"]{width:18px;height:18px;min-width:18px;margin-top:2px;accent-color:#7C0826;cursor:pointer;border-radius:4px}
.prvcy-chk-row .prvcy-txt{font-size:13px;color:#666;line-height:1.55}
.prvcy-chk-row .prvcy-txt a{color:#7C0826;text-decoration:underline;text-underline-offset:2px}
.sbmt-btn{display:inline-flex;flex-direction:row;align-items:center;gap:10px;padding:16px 40px;background:linear-gradient(135deg,#7C0826,#F98D0B);color:#fff;font-size:16px;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:box-shadow 0.2s,transform .15s;box-shadow:0 6px 20px #7c08264d;position:relative;z-index:5;text-decoration:none}
.sbmt-btn:hover{box-shadow:0 10px 30px #7c082666;transform:translateY(-2px)}
.sbmt-btn:active{transform:translateY(0)}
.sbmt-btn svg{width:18px;height:18px;fill:#fff}
.sd-col-wrpr{display:flex;flex-direction:column;gap:28px}
.sd-info-crd{background:#fff;border-radius:18px;padding:32px;box-shadow:0 4px 20px #0000000f}
.sd-info-crd .crd-hdng{font-size:17px;font-weight:700;color:#1a1a1a;margin:0 0 20px;position:relative;padding-bottom:14px}
.sd-info-crd .crd-hdng::after{content:'';position:absolute;bottom:0;left:0;width:36px;height:3px;background:linear-gradient(90deg,#7C0826,#F98D0B);border-radius:2px}
.sd-cntct-itm{display:flex;flex-direction:row;gap:14px;margin-bottom:18px;align-items:flex-start}
.sd-cntct-itm:last-child{margin-bottom:0}
.sd-cntct-itm .itm-icn{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sd-cntct-itm .itm-icn.icn-red{background:#7c08261a}
.sd-cntct-itm .itm-icn.icn-org{background:#f98d0b1a}
.sd-cntct-itm .itm-icn.icn-blu{background:#004dbf1a}
.sd-cntct-itm .itm-icn svg{width:18px;height:18px}
.sd-cntct-itm .itm-info .itm-lbl{font-size:11px;text-transform:uppercase;letter-spacing:1.2px;color:#aaa;font-weight:600;margin-bottom:3px}
.sd-cntct-itm .itm-info .itm-val{font-size:14px;color:#333;font-weight:500;line-height:1.4}
.sd-cntct-itm .itm-info .itm-val a{color:#333;text-decoration:none;transition:color .2s}
.sd-cntct-itm .itm-info .itm-val a:hover{color:#7C0826}
.hrs-crd{background:linear-gradient(135deg,#7C0826 0%,#F98D0B 100%);border-radius:18px;padding:32px;color:#fff}
.hrs-crd .hrs-ttl{font-size:17px;font-weight:700;margin:0 0 20px;color:#fff}
.hrs-list{display:flex;flex-direction:column;gap:10px}
.hrs-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:14px;padding:8px 0;border-bottom:1px solid #ffffff26}
.hrs-row:last-child{border-bottom:none}
.hrs-row .hrs-day{color:#fffc}
.hrs-row .hrs-time{font-weight:600;color:#fff}
.hrs-row .hrs-time.closed{color:#ffffff80;font-weight:400;font-style:italic}
.rspns-nts{background:#004dbf0f;border-left:3px solid #004DBF;border-radius:0 10px 10px 0;padding:16px 20px}
.rspns-nts .nts-txt{font-size:14px;color:#444;line-height:1.6;margin:0}
.rspns-nts .nts-txt strong{color:#004DBF}
@media (max-width: 1024px) {
.cntct-hdr-inner{padding:0 30px;gap:40px}
.cntct-main-inner{padding:0 30px;gap:40px}
.frm-wrpr{padding:36px}
.vis-bg-shp{width:300px;height:300px}
.vis-bg-shp::before{width:240px;height:240px}
}
@media (max-width: 768px) {
.cntct-hdr-inner{flex-direction:column;padding:0 20px;gap:30px}
.cntct-hdr-txt{padding:20px 0 30px}
.cntct-hdr-vis{display:none}
.cntct-hdr-txt .pg-sub{max-width:100%}
.cntct-main-inner{flex-direction:column;padding:0 20px;gap:30px}
.frm-wrpr{padding:28px 22px}
.frm-row{flex-direction:column;gap:16px}
.catg-opts{gap:8px}
.cntct-hdr-sct{padding:50px 0 0}
.cntct-main-sct{padding:50px 0 60px}
}
@media (max-width: 480px) {
.cntct-hdr-txt .pg-hdng{font-size:28px}
.frm-wrpr{padding:22px 16px}
.catg-opt label{font-size:12px;padding:8px 12px}
.sbmt-btn{width:100%;justify-content:center}
}
.abt-hdr-section{position:relative;overflow:hidden;padding:90px 20px 80px;background:linear-gradient(135deg,#7C0826 0%,#a01235 40%,#F98D0B 100%)}
.abt-hdr-section::before{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#f98d0b2e 0%,transparent 70%);pointer-events:none}
.abt-hdr-section::after{content:'';position:absolute;bottom:-40px;left:-60px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#ffffff12 0%,transparent 65%);pointer-events:none}
.abt-hdr-inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px}
.abt-hdr-txt{flex:1 1 0;position:relative;z-index:2}
.abt-hdr-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#ffffffb8;margin-bottom:18px;padding-left:2px}
.abt-hdr-txt h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1.15;color:#fff;margin:0 0 22px}
.abt-hdr-txt h1 span{color:#F98D0B;position:relative}
.abt-hdr-txt h1 span::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:#f98d0b80;border-radius:2px}
.abt-hdr-lead{font-size:1.08rem;line-height:1.75;color:#ffffffe0;max-width:520px;margin:0 0 32px}
.abt-hdr-stats{display:flex;flex-direction:row;gap:32px;flex-wrap:wrap}
.abt-hdr-stat-item{display:flex;flex-direction:column;gap:4px}
.abt-hdr-stat-num{font-size:2rem;font-weight:800;color:#F98D0B;line-height:1}
.abt-hdr-stat-lbl{font-size:.78rem;color:#ffffffa6;letter-spacing:1.2px;text-transform:uppercase}
.abt-hdr-visual{flex:0 0 400px;position:relative;z-index:2}
.abt-hdr-img-wrap{position:relative;border-radius:20px;overflow:hidden;box-shadow:8px 12px 40px #00000059}
.abt-hdr-img-wrap img{width:100%;height:360px;object-fit:cover;display:block;border-radius:20px}
.abt-hdr-img-overlay{position:absolute;inset:0;background:linear-gradient(160deg,#7c082659 0%,#f98d0b2e 100%);border-radius:20px}
.abt-hdr-geo1{position:absolute;top:-20px;right:-20px;width:80px;height:80px;border:3px solid #f98d0b73;border-radius:16px;transform:rotate(20deg)}
.abt-hdr-geo2{position:absolute;bottom:-16px;left:-16px;width:50px;height:50px;background:#ffffff1a;border-radius:50%}
.abt-story-section{background:#fafafa;padding:88px 20px}
.abt-story-inner{max-width:1280px;margin:0 auto}
.abt-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.abt-story-left{display:flex;flex-direction:column;gap:0}
.abt-section-tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#7C0826;margin-bottom:16px}
.abt-section-tag::before{content:'';display:block;width:24px;height:2px;background:#7C0826;border-radius:1px}
.abt-story-left h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#1a1a2e;line-height:1.2;margin:0 0 24px}
.abt-story-left h2 em{font-style:normal;color:#7C0826}
.abt-story-p{font-size:1rem;line-height:1.78;color:#444;margin:0 0 18px}
.abt-story-imgs{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:12px;margin-top:10px}
.abt-story-img-main{grid-column:1 / 3;border-radius:14px;overflow:hidden;box-shadow:4px 6px 24px #7c08261f}
.abt-story-img-main img{width:100%;height:220px;object-fit:cover;display:block}
.abt-story-img-sm{border-radius:12px;overflow:hidden;box-shadow:3px 4px 16px #0000001a}
.abt-story-img-sm img{width:100%;height:140px;object-fit:cover;display:block}
.abt-story-right{display:flex;flex-direction:column;gap:28px;padding-top:8px}
.abt-right-h3{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin:0 0 20px}
.abt-values-list{display:flex;flex-direction:column;gap:0;list-style:none;margin:0;padding:0}
.abt-values-list li{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:18px 0;border-bottom:1px solid #ebebeb}
.abt-values-list li:last-child{border-bottom:none}
.abt-val-icon{flex:0 0 42px;width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,#7C0826,#F98D0B);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;box-shadow:2px 3px 10px #7c082638}
.abt-val-body{flex:1 1 0}
.abt-val-title{font-size:.95rem;font-weight:700;color:#1a1a2e;margin:0 0 5px}
.abt-val-desc{font-size:.88rem;line-height:1.65;color:#666;margin:0}
.abt-timeline-block{background:#fff;border-radius:16px;padding:28px 24px;box-shadow:0 2px 18px #00000012;border-left:4px solid #7C0826}
.abt-tl-title{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0 0 18px}
.abt-tl-items{display:flex;flex-direction:column;gap:0}
.abt-tl-item{display:flex;flex-direction:row;gap:16px;align-items:flex-start;padding:12px 0;position:relative}
.abt-tl-item:not(:last-child)::after{content:'';position:absolute;left:15px;top:36px;bottom:-12px;width:2px;background:#ebebeb}
.abt-tl-dot{flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid #F98D0B;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#7C0826;position:relative;z-index:1}
.abt-tl-content{flex:1 1 0;padding-top:4px}
.abt-tl-year{font-size:.75rem;font-weight:700;color:#F98D0B;letter-spacing:1px;margin-bottom:2px}
.abt-tl-text{font-size:.88rem;color:#555;line-height:1.55;margin:0}
.abt-cta-strip{background:linear-gradient(90deg,#7C0826 0%,#004DBF 100%);border-radius:16px;padding:32px 28px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:8px}
.abt-cta-strip-txt h4{font-size:1.15rem;font-weight:800;color:#fff;margin:0 0 6px}
.abt-cta-strip-txt p{font-size:.88rem;color:#ffffffc7;margin:0}
.abt-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;background:#F98D0B;color:#fff;font-size:.9rem;font-weight:700;border-radius:8px;text-decoration:none;transition:background 0.22s,transform 0.18s,box-shadow .18s;box-shadow:3px 4px 14px #f98d0b59;white-space:nowrap;position:relative;z-index:5}
.abt-cta-btn:hover{background:#e07d00;transform:translateY(-2px);box-shadow:4px 6px 20px #f98d0b73;color:#fff}
.abt-divider-wave{width:100%;line-height:0;background:#fafafa}
.abt-divider-wave svg{display:block;width:100%}
@media (max-width: 900px) {
.abt-hdr-inner{flex-direction:column;gap:36px}
.abt-hdr-visual{flex:none;width:100%}
.abt-story-grid{grid-template-columns:1fr;gap:40px}
.abt-story-imgs{grid-template-columns:1fr 1fr}
}
@media (max-width: 600px) {
.abt-hdr-section{padding:60px 16px 56px}
.abt-story-section{padding:56px 16px}
.abt-hdr-stats{gap:20px}
.abt-story-imgs{grid-template-columns:1fr}
.abt-story-img-main{grid-column:1 / 2}
.abt-cta-strip{flex-direction:column;align-items:flex-start;gap:18px}
.abt-hdr-visual{display:none}
}
.prc-hero{display:flex;flex-direction:row;align-items:stretch;min-height:520px;position:relative;overflow:hidden;background:#f8f6f4}
.prc-hero .prc-txt-side{width:50%;padding:72px 56px 72px 48px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.prc-hero .prc-frm-line-top{position:absolute;top:32px;left:32px;width:120px;height:2px;background:linear-gradient(90deg,#7C0826,#F98D0B)}
.prc-hero .prc-frm-line-left{position:absolute;top:32px;left:32px;width:2px;height:80px;background:linear-gradient(180deg,#7C0826,#F98D0B)}
.prc-hero .prc-frm-line-btm{position:absolute;bottom:32px;right:56px;width:80px;height:2px;background:linear-gradient(90deg,#F98D0B,#7C0826)}
.prc-hero .prc-frm-line-right{position:absolute;bottom:32px;right:56px;width:2px;height:60px;background:linear-gradient(0deg,#7C0826,#F98D0B)}
.prc-hero .prc-eyebrow{font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#F98D0B;margin-bottom:18px}
.prc-hero .prc-h1{font-size:clamp(28px,3.5vw,46px);font-weight:800;line-height:1.15;color:#1a1a2e;margin:0 0 18px}
.prc-hero .prc-h1 em{font-style:normal;color:#7C0826;position:relative}
.prc-hero .prc-h1 em::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#7C0826,#F98D0B);border-radius:2px}
.prc-hero .prc-sub{font-size:16px;line-height:1.7;color:#4a4a5a;margin-bottom:36px;max-width:420px}
.prc-hero .prc-cta-row{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.prc-btn-main{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#7C0826,#F98D0B);color:#fff;font-weight:700;font-size:15px;border-radius:6px;text-decoration:none;border:none;cursor:pointer;box-shadow:4px 4px 0 #7c08262e;transition:box-shadow 0.2s,transform .2s;z-index:3;position:relative}
.prc-btn-main:hover{box-shadow:6px 6px 0 #7c082647;transform:translateY(-2px);color:#fff}
.prc-btn-sec{display:inline-block;padding:14px 32px;background:transparent;color:#7C0826;font-weight:700;font-size:15px;border-radius:6px;text-decoration:none;border:2px solid #7C0826;cursor:pointer;transition:background 0.2s,color .2s;z-index:3;position:relative}
.prc-btn-sec:hover{background:#7C0826;color:#fff}
.prc-hero .prc-img-side{width:50%;position:relative;overflow:hidden}
.prc-hero .prc-img-side img{width:100%;height:100%;object-fit:cover;display:block}
.prc-hero .prc-img-vgnt{position:absolute;inset:0;background:linear-gradient(90deg,#f8f6f4 0%,#f8f6f433 40%,#00000059 100%)}
.prc-plans-sec{background:#fff;padding:80px 0 60px}
.prc-plans-inner{max-width:1280px;margin:0 auto;padding:0 32px}
.prc-plans-hd{text-align:center;margin-bottom:52px}
.prc-plans-hd .prc-lbl{display:inline-block;background:linear-gradient(135deg,#7C0826,#F98D0B);color:#fff;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;padding:6px 18px;border-radius:20px;margin-bottom:16px}
.prc-plans-hd h2{font-size:clamp(24px,3vw,38px);font-weight:800;color:#1a1a2e;margin:0 0 12px;line-height:1.2}
.prc-plans-hd p{font-size:16px;color:#5a5a6e;max-width:480px;margin:0 auto;line-height:1.65}
.prc-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:start}
.prc-crd{border-radius:16px;padding:36px 32px 40px;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000012;transition:box-shadow 0.25s,transform .25s;border:1.5px solid #e8e6ea;background:#fafafa}
.prc-crd:hover{box-shadow:0 8px 32px #7c08261f;transform:translateY(-4px)}
.prc-crd.is-featured{background:linear-gradient(160deg,#7C0826 0%,#c0392b 60%,#F98D0B 100%);border-color:transparent;color:#fff;transform:scale(1.04);box-shadow:0 12px 40px #7c082647}
.prc-crd.is-featured:hover{transform:scale(1.04) translateY(-4px)}
.prc-crd .prc-badge{position:absolute;top:20px;right:20px;background:#F98D0B;color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:1px}
.prc-crd.is-featured .prc-badge{background:#fff;color:#7C0826}
.prc-crd .prc-plan-nm{font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#7C0826;margin-bottom:10px}
.prc-crd.is-featured .prc-plan-nm{color:#fffc}
.prc-crd .prc-price{font-size:48px;font-weight:900;color:#1a1a2e;line-height:1;margin-bottom:4px}
.prc-crd.is-featured .prc-price{color:#fff}
.prc-crd .prc-price-period{font-size:14px;color:#7a7a8e;margin-bottom:20px}
.prc-crd.is-featured .prc-price-period{color:#ffffffb3}
.prc-crd .prc-divider{height:1px;background:#e8e6ea;margin:18px 0}
.prc-crd.is-featured .prc-divider{background:#ffffff40}
.prc-crd .prc-desc{font-size:14px;line-height:1.6;color:#5a5a6e;margin-bottom:22px}
.prc-crd.is-featured .prc-desc{color:#ffffffd9}
.prc-feat-list{list-style:none;padding:0;margin:0 0 28px}
.prc-feat-list li{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-size:14px;color:#3a3a4e;padding:7px 0;line-height:1.5}
.prc-crd.is-featured .prc-feat-list li{color:#ffffffeb}
.prc-feat-list li .prc-chk{width:18px;height:18px;flex-shrink:0;margin-top:1px;border-radius:50%;background:linear-gradient(135deg,#7C0826,#F98D0B);display:flex;align-items:center;justify-content:center}
.prc-crd.is-featured .prc-feat-list li .prc-chk{background:#ffffff40}
.prc-feat-list li .prc-chk svg{width:10px;height:10px;stroke:#fff;fill:none;stroke-width:2.5}
.prc-crd-btn{display:block;width:100%;text-align:center;padding:13px 0;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none;cursor:pointer;border:2px solid #7C0826;color:#7C0826;background:transparent;transition:background 0.2s,color .2s}
.prc-crd-btn:hover{background:#7C0826;color:#fff}
.prc-crd.is-featured .prc-crd-btn{background:#fff;color:#7C0826;border-color:#fff}
.prc-crd.is-featured .prc-crd-btn:hover{background:#F98D0B;border-color:#F98D0B;color:#fff}
.prc-compare-sec{background:#f2f0ed;padding:80px 0;position:relative;overflow:hidden}
.prc-compare-sec::before{content:'';position:absolute;top:-60px;left:0;width:100%;height:60px;background:#f2f0ed;clip-path:polygon(0 100%,100% 0,100% 100%)}
.prc-compare-inner{max-width:1280px;margin:0 auto;padding:0 32px}
.prc-compare-hd{margin-bottom:44px}
.prc-compare-hd h2{font-size:clamp(22px,2.8vw,34px);font-weight:800;color:#1a1a2e;margin:0 0 10px}
.prc-compare-hd p{font-size:15px;color:#5a5a6e;line-height:1.65;max-width:520px}
.prc-tbl-wrap{overflow-x:auto;border-radius:12px;box-shadow:0 4px 20px #00000014}
.prc-tbl{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;min-width:600px}
.prc-tbl thead tr{background:linear-gradient(135deg,#7C0826,#c0392b)}
.prc-tbl thead th{padding:18px 20px;text-align:left;font-size:13px;font-weight:700;color:#fff;letter-spacing:1px;text-transform:uppercase}
.prc-tbl thead th:first-child{width:40%}
.prc-tbl tbody tr{border-bottom:1px solid #eee;transition:background .15s}
.prc-tbl tbody tr:last-child{border-bottom:none}
.prc-tbl tbody tr:hover{background:#fdf6f0}
.prc-tbl td{padding:15px 20px;font-size:14px;color:#3a3a4e;vertical-align:middle}
.prc-tbl td:first-child{font-weight:600;color:#1a1a2e}
.prc-tbl .prc-yes{color:#7C0826;font-weight:700;font-size:16px}
.prc-tbl .prc-no{color:#bbb;font-size:16px}
.prc-tbl .prc-col-hl{background:#f98d0b12}
.prc-faq-sec{background:#fff;padding:80px 0}
.prc-faq-inner{max-width:1280px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start}
.prc-faq-aside h2{font-size:clamp(22px,2.5vw,32px);font-weight:800;color:#1a1a2e;line-height:1.25;margin:0 0 16px}
.prc-faq-aside p{font-size:15px;color:#5a5a6e;line-height:1.65;margin:0 0 28px}
.prc-faq-aside .prc-ctct{display:flex;flex-direction:column;gap:10px}
.prc-faq-aside .prc-ctct a{font-size:14px;color:#7C0826;text-decoration:none;font-weight:600}
.prc-faq-aside .prc-ctct a:hover{text-decoration:underline}
.prc-accordion{display:flex;flex-direction:column;gap:12px}
.prc-acc-item{border-radius:10px;border:1.5px solid #e8e6ea;overflow:hidden}
.prc-acc-item input[type="checkbox"]{display:none}
.prc-acc-lbl{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:18px 22px;cursor:pointer;font-size:15px;font-weight:600;color:#1a1a2e;background:#fafafa;transition:background .2s;gap:16px}
.prc-acc-lbl:hover{background:#f5f0eb}
.prc-acc-lbl .prc-acc-icn{width:22px;height:22px;flex-shrink:0;border-radius:50%;border:2px solid #7C0826;display:flex;align-items:center;justify-content:center;transition:background 0.2s,transform .3s}
.prc-acc-lbl .prc-acc-icn svg{width:10px;height:10px;stroke:#7C0826;fill:none;stroke-width:2.5;transition:transform .3s}
.prc-acc-item input:checked ~ .prc-acc-lbl{background:#fff;color:#7C0826}
.prc-acc-item input:checked ~ .prc-acc-lbl .prc-acc-icn{background:#7C0826;transform:rotate(45deg)}
.prc-acc-item input:checked ~ .prc-acc-lbl .prc-acc-icn svg{stroke:#fff}
.prc-acc-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.prc-acc-item input:checked ~ .prc-acc-body{max-height:300px}
.prc-acc-body p{padding:16px 22px 20px;font-size:14px;color:#5a5a6e;line-height:1.7;margin:0;border-top:1px solid #eee}
.prc-trust-sec{background:linear-gradient(135deg,#1a1a2e 0%,#2d1a3e 100%);padding:72px 0;position:relative;overflow:hidden}
.prc-trust-sec::after{content:'';position:absolute;bottom:0;right:0;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#f98d0b1f 0%,transparent 70%);pointer-events:none}
.prc-trust-inner{max-width:1280px;margin:0 auto;padding:0 32px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:48px;flex-wrap:wrap}
.prc-trust-txt{max-width:460px}
.prc-trust-txt h2{font-size:clamp(22px,2.8vw,34px);font-weight:800;color:#fff;line-height:1.25;margin:0 0 14px}
.prc-trust-txt p{font-size:15px;color:#ffffffb8;line-height:1.7;margin:0 0 28px}
.prc-trust-stats{display:flex;flex-direction:row;gap:36px;flex-wrap:wrap}
.prc-stat-item{text-align:center}
.prc-stat-item .prc-stat-num{font-size:38px;font-weight:900;color:#F98D0B;line-height:1;display:block}
.prc-stat-item .prc-stat-desc{font-size:13px;color:#ffffffa6;margin-top:6px;display:block}
.prc-trust-cta{display:flex;flex-direction:column;gap:14px;align-items:flex-start}
.prc-trust-cta .prc-grnty{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:13px;color:#ffffffa6}
.prc-trust-cta .prc-grnty svg{width:18px;height:18px;stroke:#F98D0B;fill:none;stroke-width:2;flex-shrink:0}
@media (max-width: 1024px) {
.prc-cards-grid{grid-template-columns:1fr 1fr}
.prc-crd.is-featured{transform:none}
.prc-crd.is-featured:hover{transform:translateY(-4px)}
.prc-faq-inner{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 768px) {
.prc-hero{flex-direction:column;min-height:auto}
.prc-hero .prc-txt-side{width:100%;padding:52px 24px 36px}
.prc-hero .prc-img-side{width:100%;height:260px}
.prc-cards-grid{grid-template-columns:1fr}
.prc-plans-inner{padding:0 20px}
.prc-compare-inner{padding:0 20px}
.prc-faq-inner{padding:0 20px}
.prc-trust-inner{padding:0 20px;flex-direction:column}
.prc-trust-txt{max-width:100%}
.prc-trust-stats{gap:24px}
}
.lp-ttl-section{position:relative;overflow:hidden;padding:80px 20px 60px;background:#f9f6f2}
.lp-ttl-section::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E") repeat;pointer-events:none;z-index:0}
.lp-ttl-section::after{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#f98d0b21 0%,#7c082612 55%,transparent 75%);animation:lp-pulse-bg 6s ease-in-out infinite alternate;z-index:0}
@keyframes lp-pulse-bg {
0%{transform:scale(1) translate(0,0);opacity:.7}
100%{transform:scale(1.15) translate(-20px,20px);opacity:1}
}
.lp-ttl-inner{max-width:1280px;margin:auto;position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.lp-ttl-txt{position:relative}
.lp-ttl-eyebrow{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,#7C0826,#F98D0B);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:18px}
.lp-ttl-eyebrow svg{flex-shrink:0}
.lp-ttl-h1{font-size:clamp(34px,4.5vw,58px);font-weight:800;line-height:1.1;color:#1a1a2e;margin-bottom:22px;position:relative}
.lp-ttl-h1 .lp-accent-word{position:relative;color:#7C0826}
.lp-ttl-h1 .lp-accent-word::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#7C0826,#F98D0B);border-radius:2px}
.lp-ttl-desc{font-size:17px;line-height:1.7;color:#4a4a5a;margin-bottom:34px;max-width:480px}
.lp-ttl-cta-row{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
.lp-btn-prim{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#7C0826,#F98D0B);color:#fff;font-size:15px;font-weight:700;border-radius:8px;text-decoration:none;transition:box-shadow 0.25s,transform .2s;box-shadow:0 4px 18px #7c082638;position:relative;z-index:2}
.lp-btn-prim:hover{transform:translateY(-2px);box-shadow:0 8px 28px #7c082652;color:#fff}
.lp-btn-sec{display:inline-block;padding:14px 28px;border:2px solid #7C0826;color:#7C0826;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;transition:background 0.2s,color .2s;position:relative;z-index:2}
.lp-btn-sec:hover{background:#7C0826;color:#fff}
.lp-ttl-visual{position:relative;display:flex;justify-content:center;align-items:center}
.lp-img-frame{position:relative;width:100%;max-width:520px;border-radius:20px;overflow:hidden;box-shadow:0 16px 48px #7c082624 0 2px 8px #00000014}
.lp-img-frame img{width:100%;height:400px;object-fit:cover;display:block;border-radius:20px}
.lp-img-overlay{position:absolute;inset:0;background:linear-gradient(160deg,#7c08262e 0%,#f98d0b1a 100%);border-radius:20px}
.lp-diag-shape{position:absolute;bottom:-30px;left:-30px;width:120px;height:120px;background:linear-gradient(135deg,#F98D0B,#7C0826);border-radius:16px;opacity:.18;transform:rotate(22deg);z-index:0}
.lp-diag-shape2{position:absolute;top:-20px;right:-20px;width:70px;height:70px;border:3px solid #004DBF;border-radius:50%;opacity:.18}
.lp-stats-strip{display:flex;gap:0;margin-top:40px;border-top:1px solid #7c08261a;padding-top:28px}
.lp-stat-itm{flex:1;text-align:center;padding:0 10px;border-right:1px solid #7c08261a}
.lp-stat-itm:last-child{border-right:none}
.lp-stat-num{font-size:28px;font-weight:800;color:#7C0826;line-height:1.1;display:block}
.lp-stat-lbl{font-size:12px;color:#888;margin-top:4px;display:block;letter-spacing:.5px}
.lp-crs-section{padding:80px 20px 90px;background:#1a1a2e;position:relative;overflow:hidden}
.lp-crs-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#7C0826,#F98D0B,#004DBF)}
.lp-crs-bg-circle{position:absolute;bottom:-120px;right:-60px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#004dbf1f 0%,transparent 70%);pointer-events:none}
.lp-crs-inner{max-width:1280px;margin:auto;position:relative;z-index:1}
.lp-crs-hdr{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px;gap:24px;flex-wrap:wrap}
.lp-crs-tag{display:inline-block;background:#f98d0b26;color:#F98D0B;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:14px;border:1px solid #f98d0b4d}
.lp-crs-ttl{font-size:clamp(26px,3.5vw,42px);font-weight:800;color:#fff;line-height:1.15;margin-bottom:0}
.lp-crs-ttl span{color:#F98D0B}
.lp-crs-sub{font-size:15px;color:#ffffff8c;max-width:320px;line-height:1.6}
.lp-tabs-wrap{margin-bottom:36px}
.lp-tabs-wrap input[type="radio"]{display:none}
.lp-tab-lbls{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:32px}
.lp-tab-lbl{padding:10px 22px;border-radius:24px;border:1.5px solid #ffffff26;color:#ffffff8c;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;background:transparent;user-select:none}
.lp-tab-lbl:hover{border-color:#F98D0B;color:#F98D0B}
#lp-tab1:checked ~ .lp-tab-lbls label[for="lp-tab1"],#lp-tab2:checked ~ .lp-tab-lbls label[for="lp-tab2"],#lp-tab3:checked ~ .lp-tab-lbls label[for="lp-tab3"]{background:linear-gradient(135deg,#7C0826,#F98D0B);border-color:transparent;color:#fff}
.lp-tab-cntnt{display:none}
#lp-tab1:checked ~ .lp-tab-lbls ~ .lp-tab-panels .lp-tab-cntnt:nth-child(1),#lp-tab2:checked ~ .lp-tab-lbls ~ .lp-tab-panels .lp-tab-cntnt:nth-child(2),#lp-tab3:checked ~ .lp-tab-lbls ~ .lp-tab-panels .lp-tab-cntnt:nth-child(3){display:block}
.lp-crs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.lp-crs-crd{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:28px 24px;transition:transform 0.25s,border-color 0.25s,box-shadow .25s;position:relative;overflow:hidden}
.lp-crs-crd::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#7C0826,#F98D0B);border-radius:16px 16px 0 0;opacity:0;transition:opacity .25s}
.lp-crs-crd:hover{transform:translateY(-6px);border-color:#f98d0b4d;box-shadow:0 16px 40px #0000004d}
.lp-crs-crd:hover::before{opacity:1}
.lp-crd-icn{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#7c082666,#f98d0b33);display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:22px}
.lp-crd-ttl{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px;line-height:1.3}
.lp-crd-dsc{font-size:14px;line-height:1.65;color:#ffffff8c;margin-bottom:18px}
.lp-crd-meta{display:flex;gap:12px;flex-wrap:wrap}
.lp-crd-pill{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#F98D0B;background:#f98d0b1a;border-radius:12px;padding:4px 10px;border:1px solid #f98d0b33}
.lp-crd-lvl{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#ffffff73;background:#ffffff0f;border-radius:12px;padding:4px 10px}
.lp-prcs-section{padding:80px 20px;background:#f9f6f2;position:relative;overflow:hidden}
.lp-prcs-inner{max-width:1280px;margin:auto}
.lp-prcs-hdr{text-align:center;margin-bottom:56px}
.lp-prcs-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#004DBF;margin-bottom:14px}
.lp-prcs-ttl{font-size:clamp(24px,3vw,38px);font-weight:800;color:#1a1a2e;margin-bottom:14px;line-height:1.2}
.lp-prcs-ttl .lp-hl{background:linear-gradient(90deg,#7C0826,#F98D0B);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.lp-prcs-desc{font-size:16px;color:#666;max-width:520px;margin:0 auto;line-height:1.7}
.lp-steps-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 48px;align-items:start}
.lp-step-row{display:flex;gap:20px;align-items:flex-start;padding:28px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;transition:box-shadow 0.25s,transform .2s;border-left:4px solid transparent}
.lp-step-row:hover{box-shadow:0 8px 32px #7c08261a;transform:translateY(-3px);border-left-color:#7C0826}
.lp-step-num{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#7C0826,#F98D0B);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;color:#fff;box-shadow:0 4px 12px #7c082640}
.lp-step-ttl{font-size:17px;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.lp-step-dsc{font-size:14px;color:#666;line-height:1.65;margin:0}
.lp-faq-section{padding:72px 20px 80px;background:#fff}
.lp-faq-inner{max-width:1280px;margin:auto;display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start}
.lp-faq-eyebrow{font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#F98D0B;margin-bottom:14px;display:block}
.lp-faq-ttl{font-size:clamp(22px,2.8vw,34px);font-weight:800;color:#1a1a2e;line-height:1.25;margin-bottom:20px}
.lp-faq-note{font-size:14px;color:#888;line-height:1.65;margin-bottom:28px}
.lp-faq-cta{display:inline-block;padding:12px 26px;background:linear-gradient(135deg,#7C0826,#F98D0B);color:#fff;font-size:14px;font-weight:700;border-radius:8px;text-decoration:none;box-shadow:0 4px 14px #7c082633;transition:box-shadow 0.2s,transform .2s}
.lp-faq-cta:hover{transform:translateY(-2px);box-shadow:0 8px 22px #7c08264d;color:#fff}
.lp-faq-list{list-style:none;padding:0;margin:0}
.lp-faq-list input[type="radio"]{display:none}
.lp-faq-itm{border-bottom:1px solid #eee}
.lp-faq-itm:first-of-type{border-top:1px solid #eee}
.lp-faq-lbl{display:flex;justify-content:space-between;align-items:center;padding:20px 4px;cursor:pointer;font-size:16px;font-weight:600;color:#1a1a2e;gap:16px;transition:color .2s;user-select:none}
.lp-faq-lbl:hover{color:#7C0826}
.lp-faq-icn{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:2px solid #ddd;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:18px;line-height:1;color:#7C0826}
.lp-faq-ans{max-height:0;overflow:hidden;transition:max-height .35s ease;font-size:14px;color:#666;line-height:1.7;padding:0 4px}
#fq1:checked ~ .lp-faq-list .lp-faq-itm:nth-child(1) .lp-faq-ans,#fq2:checked ~ .lp-faq-list .lp-faq-itm:nth-child(2) .lp-faq-ans,#fq3:checked ~ .lp-faq-list .lp-faq-itm:nth-child(3) .lp-faq-ans,#fq4:checked ~ .lp-faq-list .lp-faq-itm:nth-child(4) .lp-faq-ans{max-height:200px;padding-bottom:18px}
#fq1:checked ~ .lp-faq-list .lp-faq-itm:nth-child(1) .lp-faq-lbl,#fq2:checked ~ .lp-faq-list .lp-faq-itm:nth-child(2) .lp-faq-lbl,#fq3:checked ~ .lp-faq-list .lp-faq-itm:nth-child(3) .lp-faq-lbl,#fq4:checked ~ .lp-faq-list .lp-faq-itm:nth-child(4) .lp-faq-lbl{color:#7C0826}
#fq1:checked ~ .lp-faq-list .lp-faq-itm:nth-child(1) .lp-faq-icn,#fq2:checked ~ .lp-faq-list .lp-faq-itm:nth-child(2) .lp-faq-icn,#fq3:checked ~ .lp-faq-list .lp-faq-itm:nth-child(3) .lp-faq-icn,#fq4:checked ~ .lp-faq-list .lp-faq-itm:nth-child(4) .lp-faq-icn{background:#7C0826;border-color:#7C0826;color:#fff}
.lp-svg-divider{display:block;width:100%;overflow:hidden;line-height:0}
.lp-enrl-section{padding:72px 20px;background:linear-gradient(135deg,#7C0826 0%,#1a1a2e 55%,#004DBF 100%);position:relative;overflow:hidden}
.lp-enrl-section::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='#ffffff0f'/%3E%3C/svg%3E") repeat}
.lp-enrl-inner{max-width:720px;margin:auto;text-align:center;position:relative;z-index:1}
.lp-enrl-ttl{font-size:clamp(26px,3.5vw,44px);font-weight:800;color:#fff;margin-bottom:16px;line-height:1.15}
.lp-enrl-dsc{font-size:16px;color:#ffffffb3;margin-bottom:36px;line-height:1.7}
.lp-enrl-form{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;max-width:520px;margin:auto}
.lp-enrl-inp{flex:1;min-width:220px;padding:14px 20px;border-radius:8px;border:2px solid #fff3;background:#ffffff1a;color:#fff;font-size:15px;outline:none;transition:border-color .2s}
.lp-enrl-inp::placeholder{color:#ffffff80}
.lp-enrl-inp:focus{border-color:#F98D0B}
.lp-enrl-sbmt{padding:14px 32px;background:#F98D0B;color:#fff;font-size:15px;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background 0.2s,transform .2s;box-shadow:0 4px 16px #f98d0b59;white-space:nowrap}
.lp-enrl-sbmt:hover{background:#e07d00;transform:translateY(-2px)}
.lp-enrl-trust{margin-top:20px;font-size:13px;color:#ffffff73;display:flex;align-items:center;justify-content:center;gap:8px}
@media (max-width: 900px) {
.lp-ttl-inner{grid-template-columns:1fr;gap:36px}
.lp-ttl-visual{order:-1}
.lp-img-frame img{height:280px}
.lp-crs-grid{grid-template-columns:1fr 1fr}
.lp-steps-grid{grid-template-columns:1fr}
.lp-faq-inner{grid-template-columns:1fr;gap:36px}
.lp-crs-hdr{flex-direction:column;align-items:flex-start}
}
@media (max-width: 600px) {
.lp-ttl-section{padding:50px 16px 40px}
.lp-crs-section{padding:50px 16px 60px}
.lp-crs-grid{grid-template-columns:1fr}
.lp-tab-lbls{gap:6px}
.lp-prcs-section{padding:50px 16px}
.lp-faq-section{padding:50px 16px}
.lp-enrl-section{padding:50px 16px}
.lp-stats-strip{flex-wrap:wrap}
.lp-stat-itm{flex:0 0 50%;border-right:none;border-bottom:1px solid #7c08261a;padding-bottom:14px;margin-bottom:14px}
.lp-enrl-form{flex-direction:column}
.lp-enrl-inp{width:100%}
}
.sccs-pg{background:#f8f7f5;padding:0;overflow-x:hidden}
.sccs-pg .ttl-blk{min-height:92vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:80px 24px;overflow:hidden;background:linear-gradient(155deg,#fff 0%,#fdf6ee 40%,#f0f4ff 100%)}
.sccs-pg .ttl-blk .bg-glow-1{position:absolute;top:-120px;left:-80px;width:500px;height:500px;background:radial-gradient(circle,#f98d0b1f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.sccs-pg .ttl-blk .bg-glow-2{position:absolute;bottom:-60px;right:-100px;width:420px;height:420px;background:radial-gradient(circle,#004dbf17 0%,transparent 70%);border-radius:50%;pointer-events:none}
.sccs-pg .ttl-blk .bg-glow-3{position:absolute;top:30%;right:15%;width:180px;height:180px;background:radial-gradient(circle,#7c082612 0%,transparent 70%);border-radius:50%;pointer-events:none}
.sccs-pg .ttl-blk .cntr-cntnt{position:relative;z-index:2;text-align:center;max-width:680px;margin:0 auto}
.sccs-pg .ttl-blk .icn-ring{width:96px;height:96px;margin:0 auto 32px;position:relative;display:flex;align-items:center;justify-content:center}
.sccs-pg .ttl-blk .icn-ring::before{content:'';position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,#7C0826,#F98D0B);opacity:.12}
.sccs-pg .ttl-blk .icn-ring::after{content:'';position:absolute;inset:6px;border-radius:50%;background:linear-gradient(135deg,#7c082614,#f98d0b26);box-shadow:inset 0 4px 10px #7c082614}
.sccs-pg .ttl-blk .icn-ring svg{position:relative;z-index:1;width:44px;height:44px}
.sccs-pg .ttl-blk .ttl-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#7C0826;background:#7c082612;padding:6px 16px;border-radius:20px;margin-bottom:24px;border:1px solid #7c08261f}
.sccs-pg .ttl-blk .main-hdng{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;color:#1a1018;line-height:1.15;margin-bottom:20px;letter-spacing:-.02em}
.sccs-pg .ttl-blk .main-hdng .accent-wrd{background:linear-gradient(90deg,#7C0826,#F98D0B);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.sccs-pg .ttl-blk .sub-txt{font-size:1.05rem;color:#5a5060;line-height:1.75;margin-bottom:40px;max-width:520px;margin-left:auto;margin-right:auto}
.sccs-pg .ttl-blk .btn-grp{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.sccs-pg .ttl-blk .btn-prm{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:8px;background:linear-gradient(135deg,#7C0826,#a01030);color:#fff;font-size:.95rem;font-weight:600;text-decoration:none;border:none;box-shadow:0 4px 14px #7c082647;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:3;cursor:pointer}
.sccs-pg .ttl-blk .btn-prm:hover{transform:translateY(-2px);box-shadow:0 8px 22px #7c082659;color:#fff}
.sccs-pg .ttl-blk .btn-sec{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:8px;background:transparent;color:#7C0826;font-size:.95rem;font-weight:600;text-decoration:none;border:2px solid #7c08264d;transition:background .2s ease,border-color .2s ease,transform .2s ease;position:relative;z-index:3;cursor:pointer}
.sccs-pg .ttl-blk .btn-sec:hover{background:#7c08260d;border-color:#7C0826;transform:translateY(-1px);color:#7C0826}
.sccs-pg .ttl-blk .deco-dots{position:absolute;top:60px;left:40px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;opacity:.18;pointer-events:none}
.sccs-pg .ttl-blk .deco-dots span{width:5px;height:5px;border-radius:50%;background:#7C0826;display:block}
.sccs-pg .ttl-blk .deco-dots-2{position:absolute;bottom:80px;right:60px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;opacity:.13;pointer-events:none}
.sccs-pg .ttl-blk .deco-dots-2 span{width:4px;height:4px;border-radius:50%;background:#004DBF;display:block}
.sccs-pg .nxt-stps{padding:100px 24px;background:#fff;position:relative}
.sccs-pg .nxt-stps::before{content:'';display:block;height:3px;background:linear-gradient(90deg,transparent,#F98D0B,#7C0826,transparent);position:absolute;top:0;left:15%;right:15%;border-radius:2px;opacity:.35}
.sccs-pg .nxt-stps .nxt-innr{max-width:1100px;margin:0 auto}
.sccs-pg .nxt-stps .nxt-hdr{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:60px;flex-wrap:wrap}
.sccs-pg .nxt-stps .nxt-hdr-txt{flex:1;min-width:260px}
.sccs-pg .nxt-stps .nxt-lbl{font-size:10.5px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#F98D0B;margin-bottom:12px;display:block}
.sccs-pg .nxt-stps .nxt-ttl{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:750;color:#1a1018;line-height:1.2;letter-spacing:-.015em;margin:0}
.sccs-pg .nxt-stps .nxt-ttl::after{content:'';display:block;width:48px;height:3px;background:linear-gradient(90deg,#7C0826,#F98D0B);border-radius:2px;margin-top:14px}
.sccs-pg .nxt-stps .nxt-side-txt{max-width:300px;font-size:.92rem;color:#6b6070;line-height:1.65}
.sccs-pg .nxt-stps .crds-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.sccs-pg .nxt-stps .nxt-crd{position:relative;background:#faf9f8;border-radius:16px;padding:36px 28px;border:1.5px solid #00000012;box-shadow:0 2px 8px #0000000d;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;overflow:hidden}
.sccs-pg .nxt-stps .nxt-crd::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;border-radius:16px 16px 0 0;opacity:0;transition:opacity .25s ease}
.sccs-pg .nxt-stps .nxt-crd.crd-a::before{background:linear-gradient(90deg,#7C0826,#F98D0B)}
.sccs-pg .nxt-stps .nxt-crd.crd-b::before{background:linear-gradient(90deg,#004DBF,#7C0826)}
.sccs-pg .nxt-stps .nxt-crd.crd-c::before{background:linear-gradient(90deg,#F98D0B,#004DBF)}
.sccs-pg .nxt-stps .nxt-crd:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0000001a;border-color:#7c08262e}
.sccs-pg .nxt-stps .nxt-crd:hover::before{opacity:1}
.sccs-pg .nxt-stps .crd-num{font-size:3rem;font-weight:900;line-height:1;background:linear-gradient(135deg,#7c082614,#f98d0b1f);-webkit-background-clip:text;color:transparent;background-clip:text;margin-bottom:6px;letter-spacing:-.04em;display:block}
.sccs-pg .nxt-stps .crd-icn{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.sccs-pg .nxt-stps .crd-a .crd-icn{background:linear-gradient(135deg,#7c08261a,#f98d0b26)}
.sccs-pg .nxt-stps .crd-b .crd-icn{background:linear-gradient(135deg,#004dbf1a,#7c08261f)}
.sccs-pg .nxt-stps .crd-c .crd-icn{background:linear-gradient(135deg,#f98d0b1a,#004dbf1f)}
.sccs-pg .nxt-stps .crd-hdng{font-size:1.05rem;font-weight:700;color:#1a1018;margin-bottom:10px;line-height:1.3}
.sccs-pg .nxt-stps .crd-dsc{font-size:.88rem;color:#6b6070;line-height:1.65;margin-bottom:24px}
.sccs-pg .nxt-stps .crd-lnk{display:inline-flex;align-items:center;gap:6px;font-size:.87rem;font-weight:600;text-decoration:none;color:#7C0826;transition:gap .2s ease}
.sccs-pg .nxt-stps .crd-lnk:hover{gap:10px;color:#7C0826}
.sccs-pg .nxt-stps .crd-lnk svg{width:15px;height:15px;flex-shrink:0}
@media (max-width: 960px) {
.sccs-pg .nxt-stps .crds-grd{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
.sccs-pg .ttl-blk{padding:60px 20px;min-height:unset}
.sccs-pg .ttl-blk .btn-grp{flex-direction:column;align-items:stretch}
.sccs-pg .ttl-blk .btn-prm,.sccs-pg .ttl-blk .btn-sec{justify-content:center}
.sccs-pg .ttl-blk .deco-dots,.sccs-pg .ttl-blk .deco-dots-2{display:none}
.sccs-pg .nxt-stps{padding:64px 20px}
.sccs-pg .nxt-stps .nxt-hdr{flex-direction:column;align-items:flex-start}
.sccs-pg .nxt-stps .nxt-side-txt{max-width:100%}
.sccs-pg .nxt-stps .crds-grd{grid-template-columns:1fr;gap:20px}
}