*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Rubik',sans-serif;display:flex;flex-direction:column;min-height:100vh;color:#2c2c2c;background:#fff;line-height:1.6}
.hd-wrap{background:linear-gradient(135deg,#03A5A0 0%,#03a5a0d9 100%);border-bottom:4px solid #785B4C;box-shadow:0 4px 12px #00000014}
.hd-inner{max-width:1366px;margin:0 auto;padding:24px 32px;display:flex;justify-content:space-between;align-items:flex-start;gap:48px}
.brand-col{display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.lg-box{width:90px;height:90px;background:#fff;border-radius:8px;padding:12px;box-shadow:0 2px 8px #0000001f;display:flex;align-items:center;justify-content:center}
.lg-img{width:100%;height:100%;object-fit:contain}
.brand-txt{display:flex;flex-direction:column}
.co-name{font-size:28px;font-weight:700;color:#fff;letter-spacing:.5px}
.nav-col{display:flex;flex-direction:column;gap:20px;flex:1;align-items:flex-end}
.nv-main{display:flex;gap:32px;align-items:center}
.nv-lnk{color:#fff;text-decoration:none;font-weight:500;font-size:16px;padding:8px 4px;border-bottom:2px solid transparent;transition:border-color .3s ease}
.nv-lnk:hover{border-bottom-color:#FDEEF5}
.contact-inf{display:flex;flex-direction:column;gap:8px;align-items:flex-end}
.inf-item{display:flex;align-items:center;gap:8px;color:#fff;font-size:14px}
.inf-item i{font-size:16px}
.inf-item a{color:#fff;text-decoration:none;transition:opacity .3s ease}
.inf-item a:hover{opacity:.85}
main{flex:1}
.ft-wrap{background:linear-gradient(to bottom,#785B4C 0%,#5a4538 100%);color:#fff;border-top:3px solid #03A5A0}
.ft-inner{max-width:1366px;margin:0 auto;padding:48px 32px 24px}
.ft-row-1{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:32px;border-bottom:1px solid #fff3}
.ft-ttl{font-size:24px;font-weight:700;margin-bottom:16px;color:#FDEEF5}
.ft-desc{font-size:15px;line-height:1.7;color:#ffffffe6}
.ft-hd{font-size:18px;font-weight:600;margin-bottom:16px;color:#FDEEF5}
.ft-menu{display:flex;flex-direction:column;gap:10px}
.ft-lnk{color:#ffffffd9;text-decoration:none;font-size:15px;transition:color .3s ease;display:inline-block}
.ft-lnk:hover{color:#03A5A0}
.ft-contact{font-size:15px;line-height:1.8}
.ft-adr{margin-bottom:12px}
.ft-ph,.ft-em{margin-bottom:6px}
.ft-ph a,.ft-em a{color:#ffffffd9;text-decoration:none;transition:color .3s ease}
.ft-ph a:hover,.ft-em a:hover{color:#03A5A0}
.ft-row-2{padding-top:24px;text-align:center}
.ft-copy p{font-size:14px;color:#ffffffb3}
.ck-popup{display:none;position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:9999}
.ck-popup.show{display:block}
.ck-card{background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000026;max-width:420px;border:2px solid #03A5A0}
.ck-hd{background:linear-gradient(135deg,#03A5A0,#785B4C);padding:20px 24px;border-radius:6px 6px 0 0}
.ck-ttl{font-size:20px;font-weight:600;color:#fff}
.ck-body{padding:24px}
.ck-txt{font-size:14px;margin-bottom:20px;color:#2c2c2c;line-height:1.6}
.ck-opts{display:flex;flex-direction:column;gap:16px}
.ck-opt{border:1px solid #e0e0e0;padding:12px;border-radius:6px}
.ck-lbl{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:500;font-size:15px}
.ck-chk{width:18px;height:18px;cursor:pointer}
.ck-chk:disabled{cursor:not-allowed}
.ck-desc{font-size:13px;color:#666;margin-top:6px;margin-left:28px;line-height:1.5}
.ck-actions{padding:16px 24px 24px;display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.ck-btn{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:transform .2s ease,opacity .2s ease;font-family:'Rubik',sans-serif}
.ck-btn:hover{transform:scale(1.03)}
.ck-btn-accept{background:#03A5A0;color:#fff}
.ck-btn-decline{background:#785B4C;color:#fff}
.ck-btn-save{background:#FDEEF5;color:#785B4C;border:1px solid #785B4C}
@media (max-width: 1024px) {
.hd-inner{flex-direction:column;gap:32px}
.nav-col{align-items:flex-start;width:100%}
.nv-main{flex-wrap:wrap;gap:20px}
.contact-inf{align-items:flex-start}
.ft-row-1{grid-template-columns:1fr;gap:32px}
.ck-popup{right:16px;left:16px;top:auto;bottom:16px;transform:none}
.ck-card{max-width:100%}
}
@media (max-width: 768px) {
.hd-inner{padding:20px}
.lg-box{width:70px;height:70px}
.co-name{font-size:24px}
.nv-main{flex-direction:column;align-items:flex-start;gap:12px}
.nv-lnk{font-size:15px}
.ft-inner{padding:32px 20px 20px}
.ck-actions{flex-direction:column}
.ck-btn{width:100%}
}
@media (max-width: 480px) {
.inf-item{font-size:13px;flex-wrap:wrap}
.inf-item span{word-break:break-word}
}
.pi-terms-content{max-width:1366px;margin:0 auto;padding:80px 24px 120px;background:#fff}
.pi-terms-content h1{font-size:42px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.5px}
.pi-terms-content h2{font-size:32px;line-height:1.3;font-weight:600;color:#2a2a2a;margin:56px 0 20px;padding-top:16px;border-top:2px solid #03A5A0}
.pi-terms-content h3{font-size:24px;line-height:1.4;font-weight:600;color:#3a3a3a;margin:40px 0 16px}
.pi-terms-content h4{font-size:20px;line-height:1.4;font-weight:600;color:#4a4a4a;margin:32px 0 12px}
.pi-terms-content h5{font-size:18px;line-height:1.5;font-weight:600;color:#5a5a5a;margin:24px 0 12px}
.pi-terms-content h6{font-size:16px;line-height:1.5;font-weight:600;color:#6a6a6a;margin:20px 0 12px;text-transform:uppercase;letter-spacing:.5px}
.pi-terms-content p{font-size:17px;line-height:1.7;color:#444;margin:0 0 20px;max-width:820px}
.pi-terms-content strong,.pi-terms-content b{font-weight:600;color:#2a2a2a}
.pi-terms-content em,.pi-terms-content i{font-style:italic;color:#555}
.pi-terms-content ul{margin:0 0 24px;padding:0 0 0 28px;list-style:none}
.pi-terms-content ul li{font-size:17px;line-height:1.7;color:#444;margin:0 0 12px;padding-left:12px;position:relative}
.pi-terms-content ul li::before{content:'';position:absolute;left:-16px;top:12px;width:6px;height:6px;background:#03A5A0;border-radius:50%}
.pi-terms-content ol{margin:0 0 24px;padding:0 0 0 28px;counter-reset:ol-counter;list-style:none}
.pi-terms-content ol li{font-size:17px;line-height:1.7;color:#444;margin:0 0 12px;padding-left:12px;position:relative;counter-increment:ol-counter}
.pi-terms-content ol li::before{content:counter(ol-counter) ".";position:absolute;left:-28px;top:0;font-weight:600;color:#03A5A0}
.pi-terms-content ul ul,.pi-terms-content ol ol,.pi-terms-content ul ol,.pi-terms-content ol ul{margin:12px 0 0;padding-left:28px}
.pi-terms-content table{width:100%;border-collapse:collapse;margin:32px 0 40px;background:#fff;box-shadow:0 2px 8px #00000014}
.pi-terms-content thead{background:linear-gradient(135deg,#03A5A0 0%,#028c88 100%)}
.pi-terms-content thead tr{border:none}
.pi-terms-content thead th{font-size:15px;font-weight:600;color:#fff;text-align:left;padding:16px 20px;border:none;letter-spacing:.3px}
.pi-terms-content tbody tr{border-bottom:1px solid #e8e8e8;transition:background .2s ease}
.pi-terms-content tbody tr:last-child{border-bottom:none}
.pi-terms-content tbody tr:hover{background:#FDEEF5}
.pi-terms-content tbody td{font-size:16px;line-height:1.6;color:#444;padding:16px 20px;border:none}
.pi-terms-content tbody th{font-size:16px;font-weight:600;color:#2a2a2a;text-align:left;padding:16px 20px;border:none;background:#f9f9f9}
.pi-terms-content div{margin:0;padding:0}
@media (max-width: 1024px) {
.pi-terms-content{padding:60px 32px 100px}
.pi-terms-content h1{font-size:36px}
.pi-terms-content h2{font-size:28px;margin:48px 0 18px}
.pi-terms-content h3{font-size:22px}
.pi-terms-content h4{font-size:19px}
}
@media (max-width: 768px) {
.pi-terms-content{padding:48px 20px 80px}
.pi-terms-content h1{font-size:32px;margin-bottom:12px}
.pi-terms-content h2{font-size:26px;margin:40px 0 16px;padding-top:12px}
.pi-terms-content h3{font-size:21px;margin:32px 0 14px}
.pi-terms-content h4{font-size:18px;margin:28px 0 12px}
.pi-terms-content h5{font-size:17px}
.pi-terms-content h6{font-size:15px}
.pi-terms-content p{font-size:16px;line-height:1.65;margin-bottom:18px}
.pi-terms-content ul li,.pi-terms-content ol li{font-size:16px;line-height:1.65}
.pi-terms-content table{font-size:14px;margin:24px 0 32px}
.pi-terms-content thead th{font-size:14px;padding:12px 14px}
.pi-terms-content tbody td,.pi-terms-content tbody th{font-size:14px;padding:12px 14px}
}
@media (max-width: 480px) {
.pi-terms-content{padding:40px 16px 64px}
.pi-terms-content h1{font-size:28px}
.pi-terms-content h2{font-size:24px;margin:36px 0 14px}
.pi-terms-content h3{font-size:20px}
.pi-terms-content p{font-size:15px}
.pi-terms-content ul,.pi-terms-content ol{padding-left:24px}
.pi-terms-content ul li,.pi-terms-content ol li{font-size:15px}
.pi-terms-content table{display:block;overflow-x:auto;margin:20px -16px 28px;width:calc(100% + 32px);box-shadow:none}
.pi-terms-content thead th{font-size:13px;padding:10px 12px;white-space:nowrap}
.pi-terms-content tbody td,.pi-terms-content tbody th{font-size:13px;padding:10px 12px;white-space:nowrap}
}
.ab-hro{background:linear-gradient(135deg,#03A5A0 0%,#785B4C 100%);padding:120px 24px 80px;position:relative;overflow:hidden}
.ab-hro::before{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#fdeef526 0%,transparent 70%);border-radius:50%;top:-100px;right:-100px;animation:hro-flt 25s infinite ease-in-out}
.ab-hro::after{content:'';position:absolute;width:300px;height:300px;background:radial-gradient(circle,#fdeef51a 0%,transparent 70%);border-radius:50%;bottom:-80px;left:-60px;animation:hro-flt 30s infinite ease-in-out reverse}
@keyframes hro-flt {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-30px) scale(1.1)}
}
.ab-hro-wr{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.ab-hro h1{font-size:52px;font-weight:700;color:#FDEEF5;margin:0 0 24px;line-height:1.2}
.ab-hro h1 .ln{position:relative;display:inline-block}
.ab-hro h1 .ln::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#FDEEF5}
.ab-hro .sub{font-size:20px;color:#fdeef5e6;max-width:700px;line-height:1.6;margin:0}
.st-grid{padding:90px 24px;background:#fff}
.st-grid-wr{max-width:1366px;margin:0 auto}
.st-grid-hd{text-align:center;margin-bottom:60px}
.st-grid-hd h2{font-size:38px;font-weight:700;color:#785B4C;margin:0 0 16px;position:relative;display:inline-block}
.st-grid-hd h2::before{content:'';position:absolute;width:60px;height:4px;background:linear-gradient(90deg,#03A5A0,#785B4C);bottom:-12px;left:50%;transform:translateX(-50%)}
.st-grid-hd p{font-size:18px;color:#555;max-width:650px;margin:28px auto 0;line-height:1.7}
.st-lst{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:48px}
.st-itm{background:#FDEEF5;padding:40px 32px;border-radius:8px;position:relative;transition:all .3s ease;border:2px solid transparent}
.st-itm::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#03A5A0,#785B4C);border-radius:8px 0 0 8px;transition:width .3s ease}
.st-itm:hover{transform:translateY(-4px);box-shadow:0 12px 24px #03a5a026;border-color:#03A5A0}
.st-itm:hover::before{width:10px}
.st-itm h3{font-size:24px;font-weight:600;color:#785B4C;margin:0 0 16px;display:flex;align-items:center;gap:12px}
.st-itm h3::before{content:'';width:40px;height:40px;background:linear-gradient(135deg,#03A5A0,#785B4C);border-radius:50%;flex-shrink:0}
.st-itm p{font-size:16px;color:#666;line-height:1.7;margin:0}
.tm-sct{padding:90px 24px;background:linear-gradient(180deg,#f8f8f8 0%,#fff 100%)}
.tm-sct-wr{max-width:1366px;margin:0 auto}
.tm-grd{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.tm-txt h2{font-size:36px;font-weight:700;color:#03A5A0;margin:0 0 24px;position:relative}
.tm-txt h2::after{content:'';width:80px;height:3px;background:#785B4C;position:absolute;bottom:-8px;left:0}
.tm-txt p{font-size:17px;color:#555;line-height:1.8;margin:28px 0 0}
.tm-txt p + p{margin-top:20px}
.tm-img-stk{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.tm-img-bx{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 8px 20px #0000001a;transition:transform .4s ease,box-shadow .4s ease}
.tm-img-bx:hover{transform:scale(1.05);box-shadow:0 14px 32px #03a5a033}
.tm-img-bx img{width:100%;height:280px;object-fit:cover;display:block}
.tm-img-bx:nth-child(1){grid-column:1 / 2;grid-row:1 / 2}
.tm-img-bx:nth-child(2){grid-column:2 / 3;grid-row:1 / 3}
.tm-img-bx:nth-child(2) img{height:580px}
.tm-img-bx:nth-child(3){grid-column:1 / 2;grid-row:2 / 3}
.tm-img-bx:nth-child(4){grid-column:1 / 3;grid-row:3 / 4}
.tm-img-bx:nth-child(4) img{height:340px}
@media (max-width: 1024px) {
.ab-hro h1{font-size:42px}
.st-grid-hd h2{font-size:32px}
.tm-grd{grid-template-columns:1fr;gap:60px}
.tm-img-stk{grid-template-columns:1fr}
.tm-img-bx:nth-child(1),.tm-img-bx:nth-child(2),.tm-img-bx:nth-child(3),.tm-img-bx:nth-child(4){grid-column:1 / 2;grid-row:auto}
.tm-img-bx:nth-child(2) img,.tm-img-bx:nth-child(4) img{height:280px}
}
@media (max-width: 768px) {
.ab-hro{padding:80px 20px 60px}
.ab-hro h1{font-size:34px}
.ab-hro .sub{font-size:18px}
.st-grid,.tm-sct{padding:60px 20px}
.st-grid-hd h2{font-size:28px}
.st-lst{grid-template-columns:1fr;gap:24px}
.tm-txt h2{font-size:28px}
.tm-txt p{font-size:16px}
}
.hro{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#03A5A0 0%,#785B4C 100%)}
.hro-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(8px);opacity:.3;transform:scale(1.1)}
.hro-ct{position:relative;z-index:2;max-width:1366px;width:90%;margin:0 auto;text-align:center;padding:60px 20px}
.hro-ct h1{font-size:56px;color:#fff;margin:0 0 24px;font-weight:700;line-height:1.2;text-shadow:2px 4px 12px #0000004d}
.hro-ct .desc{font-size:20px;color:#FDEEF5;margin:0 auto 40px;max-width:720px;line-height:1.6;text-shadow:1px 2px 8px #0003}
.hro-btns{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.hro-btns .bt{padding:16px 36px;font-size:17px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-weight:600;box-shadow:0 4px 14px #0003}
.hro-btns .bt.prim{background:#fff;color:#03A5A0}
.hro-btns .bt.prim:hover{transform:scale(1.05);box-shadow:0 6px 20px #0000004d;background:#FDEEF5}
.hro-btns .bt.sec{background:transparent;color:#fff;border:2px solid #fff}
.hro-btns .bt.sec:hover{background:#ffffff26;transform:scale(1.05)}
.wv-dvd{position:absolute;bottom:-2px;left:0;width:100%;height:80px;overflow:hidden}
.wv-dvd svg{display:block;width:100%;height:100%}
.geo-sec{background:#FDEEF5;padding:90px 20px;position:relative}
.geo-sec::before{content:'';position:absolute;top:0;left:20%;width:280px;height:280px;background:radial-gradient(circle,#03a5a01f 0%,transparent 70%);border-radius:50%;z-index:1}
.geo-wrap{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.geo-hd{text-align:center;margin-bottom:60px}
.geo-hd h2{font-size:44px;color:#785B4C;margin:0 0 20px;position:relative;display:inline-block}
.geo-hd h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#03A5A0,#785B4C)}
.geo-hd .sub{font-size:19px;color:#555;max-width:680px;margin:24px auto 0;line-height:1.7}
.geo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:50px}
.geo-card{background:#fff;padding:40px 32px;box-shadow:0 6px 18px #00000014;transition:all .3s ease;position:relative;overflow:hidden}
.geo-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#03A5A0,#785B4C);transform:scaleY(0);transition:transform .3s ease}
.geo-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #00000024}
.geo-card:hover::before{transform:scaleY(1)}
.geo-card .ic{width:68px;height:68px;margin-bottom:24px}
.geo-card h3{font-size:26px;color:#03A5A0;margin:0 0 16px;font-weight:600}
.geo-card .txt{font-size:16px;color:#666;line-height:1.7;margin:0}
.geo-card .stat{margin-top:20px;padding-top:20px;border-top:1px dashed #ddd;display:flex;gap:24px;flex-wrap:wrap}
.geo-card .stat-item{flex:1;min-width:100px}
.geo-card .stat-num{font-size:28px;font-weight:700;color:#785B4C;display:block;margin-bottom:4px}
.geo-card .stat-lbl{font-size:13px;color:#888;text-transform:uppercase;letter-spacing:.5px}
.conn-sec{background:linear-gradient(165deg,#fff 0%,#FDEEF5 100%);padding:100px 20px;position:relative;overflow:hidden}
.conn-sec::after{content:'';position:absolute;bottom:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#785b4c14 0%,transparent 70%);border-radius:50%}
.conn-wrap{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.conn-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.conn-vis{position:relative}
.conn-vis img{width:100%;height:auto;display:block;box-shadow:0 8px 24px #0000001f}
.conn-vis::before{content:'';position:absolute;top:-20px;left:-20px;width:100%;height:100%;border:3px solid #03A5A0;z-index:-1}
.conn-ct h2{font-size:42px;color:#785B4C;margin:0 0 28px;line-height:1.3}
.conn-ct .intro{font-size:18px;color:#555;line-height:1.8;margin:0 0 36px}
.conn-feat{display:flex;flex-direction:column;gap:28px}
.conn-feat-item{display:flex;gap:20px;align-items:flex-start;padding:24px;background:#fff9;transition:all .3s ease;border-left:4px solid transparent}
.conn-feat-item:hover{background:#fff;border-left-color:#03A5A0;transform:translateX(8px);box-shadow:0 4px 16px #00000014}
.conn-feat-item .ic{width:50px;height:50px;flex-shrink:0}
.conn-feat-item h4{font-size:21px;color:#03A5A0;margin:0 0 10px;font-weight:600}
.conn-feat-item .txt{font-size:16px;color:#666;line-height:1.6;margin:0}
.exp-sec{background:#fff;padding:90px 20px}
.exp-wrap{max-width:1366px;margin:0 auto}
.exp-hd{text-align:center;margin-bottom:70px}
.exp-hd h2{font-size:46px;color:#03A5A0;margin:0 0 20px;font-weight:700}
.exp-hd .sub{font-size:19px;color:#666;max-width:700px;margin:0 auto;line-height:1.7}
.exp-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:60px}
.exp-img{position:relative;overflow:hidden;height:420px}
.exp-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.exp-img:hover img{transform:scale(1.08)}
.exp-img .ovr{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#000000bf,transparent);padding:24px;color:#fff}
.exp-img .ovr h4{font-size:22px;margin:0 0 8px;font-weight:600}
.exp-img .ovr .cap{font-size:15px;opacity:.9;margin:0}
.exp-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding:50px 0;border-top:2px solid #FDEEF5;border-bottom:2px solid #FDEEF5}
.exp-met-item{text-align:center;position:relative}
.exp-met-item::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#03A5A0,#785B4C)}
.exp-met-item .num{font-size:52px;font-weight:700;color:#785B4C;display:block;margin:20px 0 12px}
.exp-met-item .lbl{font-size:16px;color:#666;text-transform:uppercase;letter-spacing:1px;font-weight:500}
.exp-auth{background:linear-gradient(135deg,#FDEEF5 0%,#fff 100%);padding:50px 40px;margin-top:60px}
.exp-auth h3{font-size:32px;color:#03A5A0;margin:0 0 28px;font-weight:600}
.exp-auth .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.exp-auth-item{display:flex;gap:16px;align-items:flex-start;padding:24px;background:#fff;box-shadow:0 3px 12px #0000000f}
.exp-auth-item .ic{width:44px;height:44px;flex-shrink:0}
.exp-auth-item h5{font-size:19px;color:#785B4C;margin:0 0 8px;font-weight:600}
.exp-auth-item .txt{font-size:15px;color:#666;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.hro-ct h1{font-size:42px}
.conn-layout{grid-template-columns:1fr;gap:40px}
.exp-showcase{grid-template-columns:1fr}
.exp-metrics{grid-template-columns:repeat(2,1fr);gap:28px}
.exp-auth .grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hro{min-height:480px}
.hro-ct h1{font-size:34px}
.hro-ct .desc{font-size:17px}
.hro-btns{flex-direction:column;align-items:stretch}
.geo-sec{padding:60px 20px}
.geo-hd h2{font-size:32px}
.geo-grid{grid-template-columns:1fr;gap:24px}
.conn-sec{padding:60px 20px}
.conn-ct h2{font-size:32px}
.exp-sec{padding:60px 20px}
.exp-hd h2{font-size:34px}
.exp-img{height:300px}
.exp-metrics{grid-template-columns:1fr}
.exp-met-item .num{font-size:42px}
}
.ct-hd{background:linear-gradient(135deg,#03A5A0 0%,#03a5a00d 100%);padding:80px 20px;position:relative;overflow:hidden}
.ct-hd::before{content:'';position:absolute;width:4px;height:4px;background:#785B4C;border-radius:50%;top:30px;left:30px}
.ct-hd::after{content:'';position:absolute;width:4px;height:4px;background:#785B4C;border-radius:50%;bottom:30px;right:30px}
.ct-wrap{max-width:1366px;margin:0 auto}
.ct-grid{display:grid;grid-template-columns:1fr;gap:60px;align-items:center}
.ct-txt-area{text-align:left}
.ct-pre{font-size:14px;color:#785B4C;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;font-weight:600}
.ct-main-title{font-size:48px;line-height:1.2;color:#2c2c2c;margin-bottom:24px;font-weight:700}
.ct-sub{font-size:18px;line-height:1.7;color:#555;max-width:600px}
.ct-img-box{position:relative;max-width:500px;margin:0 auto}
.ct-img-box img{width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 12px 40px #03a5a033;border:3px solid #03A5A0}
.ct-img-box::before{content:'';position:absolute;width:6px;height:6px;background:#FDEEF5;border:2px solid #785B4C;border-radius:50%;top:-10px;left:-10px}
.ct-img-box::after{content:'';position:absolute;width:6px;height:6px;background:#FDEEF5;border:2px solid #785B4C;border-radius:50%;bottom:-10px;right:-10px}
.form-sec{padding:100px 20px;background:#FDEEF5;position:relative}
.form-contain{max-width:800px;margin:0 auto}
.form-intro{text-align:center;margin-bottom:60px}
.form-intro h2{font-size:36px;color:#2c2c2c;margin-bottom:16px;font-weight:700}
.form-intro p{font-size:16px;color:#666;line-height:1.6}
.step-form{background:#fff;border-radius:16px;padding:50px;box-shadow:0 8px 30px #00000014}
.step-track{display:flex;justify-content:space-between;margin-bottom:50px;position:relative}
.step-track::before{content:'';position:absolute;top:20px;left:10%;right:10%;height:2px;background:#e0e0e0;z-index:1}
.step-item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1}
.step-num{width:40px;height:40px;border-radius:50%;background:#e0e0e0;color:#999;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;margin-bottom:10px;transition:all .3s ease}
.step-label{font-size:13px;color:#999;font-weight:600;text-align:center}
input[type="radio"].step-ctrl{display:none}
#step1:checked ~ .step-track .step-item:nth-child(1) .step-num,#step2:checked ~ .step-track .step-item:nth-child(2) .step-num,#step3:checked ~ .step-track .step-item:nth-child(3) .step-num{background:#03A5A0;color:#fff}
#step1:checked ~ .step-track .step-item:nth-child(1) .step-label,#step2:checked ~ .step-track .step-item:nth-child(2) .step-label,#step3:checked ~ .step-track .step-item:nth-child(3) .step-label{color:#03A5A0}
.step-content{display:none}
#step1:checked ~ .step-content.step-one,#step2:checked ~ .step-content.step-two,#step3:checked ~ .step-content.step-three{display:block}
.field-wrap{margin-bottom:30px}
.field-wrap label{display:block;font-size:14px;color:#2c2c2c;font-weight:600;margin-bottom:10px}
.field-wrap input{width:100%;padding:16px 20px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;transition:all .3s ease;background:#fff}
.field-wrap input:focus{outline:none;border-color:#03A5A0;box-shadow:0 0 0 4px #03a5a01a}
.nav-btns{display:flex;justify-content:space-between;margin-top:40px;gap:20px}
.nav-btns label{padding:14px 32px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:15px;text-align:center}
.btn-prev{background:#e0e0e0;color:#666}
.btn-prev:hover{background:#d0d0d0;transform:translateY(-2px)}
.btn-next{background:#03A5A0;color:#fff;flex:1}
.btn-next:hover{background:#028a86;transform:translateY(-2px);box-shadow:0 6px 20px #03a5a04d}
.privacy-box{margin:30px 0;padding:20px;background:#FDEEF5;border-radius:8px;border-left:4px solid #785B4C}
.privacy-check{display:flex;align-items:flex-start;gap:12px}
.privacy-check input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.privacy-check label{font-size:14px;color:#555;line-height:1.6;cursor:pointer}
.privacy-check a{color:#03A5A0;text-decoration:none;font-weight:600}
.privacy-check a:hover{text-decoration:underline}
.submit-btn{width:100%;padding:16px;background:linear-gradient(135deg,#03A5A0 0%,#028a86 100%);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;letter-spacing:.5px}
.submit-btn:hover{transform:scale(1.02);box-shadow:0 8px 25px #03a5a066}
.info-grid{padding:100px 20px;background:#fff}
.info-container{max-width:1366px;margin:0 auto}
.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.info-card{background:linear-gradient(135deg,#FDEEF5 0%,#fff 100%);padding:40px;border-radius:12px;border:2px solid transparent;transition:all .3s ease;position:relative}
.info-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#03A5A0 0%,#785B4C 100%);border-radius:12px 12px 0 0}
.info-card:hover{border-color:#03A5A0;transform:translateY(-6px);box-shadow:0 12px 35px #03a5a026}
.ic-icon{width:50px;height:50px;background:#03A5A0;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.ic-icon i{font-size:24px;color:#fff}
.info-card h3{font-size:20px;color:#2c2c2c;margin-bottom:12px;font-weight:700}
.info-card p{font-size:15px;color:#666;line-height:1.7;margin-bottom:8px}
.info-card a{color:#03A5A0;text-decoration:none;font-weight:600;transition:color .3s ease}
.info-card a:hover{color:#785B4C}
@media (min-width: 768px) {
.ct-grid{grid-template-columns:1fr 1fr;gap:80px}
.ct-txt-area{text-align:left}
.ct-main-title{font-size:56px}
}
@media (max-width: 767px) {
.ct-hd{padding:60px 20px}
.ct-main-title{font-size:36px}
.step-form{padding:30px 20px}
.step-track{flex-direction:column;gap:20px}
.step-track::before{display:none}
.step-item{flex-direction:row;justify-content:flex-start;gap:15px}
.nav-btns{flex-direction:column}
.info-cards{grid-template-columns:1fr}
.form-intro h2{font-size:28px}
}
.tm-hd{background:linear-gradient(135deg,#03A5A0 0%,#785B4C 100%);position:relative;overflow:hidden;padding:0;margin:0}
.tm-hd-inner{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;min-height:520px}
.tm-hd-txt{padding:80px 60px;z-index:2;position:relative}
.tm-hd-txt h1{font-size:3.2em;line-height:1.15;color:#fff;margin:0 0 28px;font-weight:600}
.tm-hd-txt .desc{font-size:1.15em;line-height:1.7;color:#FDEEF5;margin:0;max-width:520px}
.tm-hd-img{position:relative;height:100%;min-height:520px;overflow:hidden}
.tm-hd-img img{width:100%;height:100%;object-fit:cover;mix-blend-mode:luminosity;opacity:.75;filter:contrast(1.1) brightness(0.95)}
.tm-hd-shp{position:absolute;width:340px;height:340px;border-radius:50%;background:#fdeef514;top:-120px;right:-80px;z-index:1}
.tm-hd-shp2{position:absolute;width:240px;height:240px;border:2px solid #fdeef526;border-radius:50%;bottom:60px;left:-60px;z-index:1}
.tm-cont{background:#fff;padding:100px 40px}
.tm-cont-wrap{max-width:1366px;margin:0 auto}
.tm-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-bottom:80px}
.tm-card{background:linear-gradient(145deg,#FDEEF5 0%,#fff 100%);border-radius:8px;padding:42px 36px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #03a5a01f}
.tm-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #03a5a026}
.tm-card-ic{width:64px;height:64px;background:linear-gradient(135deg,#03A5A0 0%,#785B4C 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:26px}
.tm-card-ic svg{width:32px;height:32px;fill:#fff}
.tm-card h3{font-size:1.5em;color:#785B4C;margin:0 0 16px;font-weight:600}
.tm-card .txt{font-size:1em;line-height:1.65;color:#4a4a4a;margin:0 0 18px}
.tm-card .ex{font-size:.95em;line-height:1.6;color:#666;font-style:italic;padding-left:18px;border-left:3px solid #03A5A0;margin:0}
.tm-card::before{content:'';position:absolute;width:120px;height:120px;background:radial-gradient(circle,#03a5a00f 0%,transparent 70%);border-radius:50%;top:-40px;right:-40px;z-index:0}
.tm-card > *{position:relative;z-index:1}
.tm-proof{background:linear-gradient(180deg,#fff 0%,#FDEEF5 100%);border-radius:8px;padding:64px 56px;position:relative;overflow:hidden}
.tm-proof::before{content:'';position:absolute;width:100%;height:4px;background:linear-gradient(90deg,#03A5A0 0%,#785B4C 100%);top:0;left:0}
.tm-proof-hd{text-align:center;margin-bottom:56px}
.tm-proof-hd h2{font-size:2.4em;color:#785B4C;margin:0 0 20px;font-weight:600}
.tm-proof-hd .sub{font-size:1.1em;line-height:1.7;color:#666;margin:0;max-width:720px;margin-left:auto;margin-right:auto}
.tm-proof-grid{display:grid;grid-template-columns:1fr 420px;gap:72px;align-items:center}
.tm-proof-lst{list-style:none;padding:0;margin:0}
.tm-proof-lst li{display:flex;gap:20px;margin-bottom:32px;align-items:flex-start}
.tm-proof-lst li:last-child{margin-bottom:0}
.tm-proof-ic{width:48px;height:48px;min-width:48px;background:#03A5A0;border-radius:6px;display:flex;align-items:center;justify-content:center}
.tm-proof-ic svg{width:24px;height:24px;fill:#fff}
.tm-proof-lst .info h4{font-size:1.3em;color:#785B4C;margin:0 0 10px;font-weight:600}
.tm-proof-lst .info p{font-size:1em;line-height:1.65;color:#4a4a4a;margin:0}
.tm-proof-img{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 12px 32px #03a5a02e}
.tm-proof-img img{width:100%;height:460px;object-fit:cover;display:block}
@media (max-width: 1024px) {
.tm-hd-inner{grid-template-columns:1fr}
.tm-hd-txt{padding:60px 40px}
.tm-hd-txt h1{font-size:2.6em}
.tm-hd-img{min-height:380px}
.tm-methods{grid-template-columns:1fr;gap:36px}
.tm-proof-grid{grid-template-columns:1fr;gap:48px}
.tm-proof-img img{height:380px}
}
@media (max-width: 768px) {
.tm-hd-txt{padding:50px 30px}
.tm-hd-txt h1{font-size:2.2em;margin-bottom:20px}
.tm-hd-txt .desc{font-size:1.05em}
.tm-hd-img{min-height:320px}
.tm-cont{padding:70px 24px}
.tm-card{padding:32px 28px}
.tm-card h3{font-size:1.35em}
.tm-proof{padding:48px 32px}
.tm-proof-hd h2{font-size:2em}
.tm-proof-lst li{gap:16px;margin-bottom:28px}
.tm-proof-img img{height:320px}
}
@media (max-width: 480px) {
.tm-hd-txt h1{font-size:1.9em}
.tm-hd-txt .desc{font-size:1em}
.tm-proof-hd h2{font-size:1.75em}
.tm-proof{padding:40px 24px}
}
.pr-wr{width:100%;max-width:1366px;margin:0 auto}
.tl-sec{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#FDEEF5 0%,#f8f9fa 100%)}
.tl-sec .bg-img{position:absolute;right:0;top:0;width:45%;height:100%;object-fit:cover;filter:saturate(0.6);opacity:.85}
.tl-sec .deco-shp{position:absolute;width:280px;height:280px;background:radial-gradient(circle at center,#03a5a01f,transparent);border-radius:50%;animation:parallax-float 8s ease-in-out infinite}
.tl-sec .deco-shp:nth-child(2){right:15%;top:10%;animation-delay:-2s}
.tl-sec .deco-shp:nth-child(3){right:8%;bottom:15%;width:200px;height:200px;background:radial-gradient(circle at center,#785b4c1a,transparent);animation-delay:-4s}
@keyframes parallax-float {
0%,100%{transform:translateY(0px) translateX(0px)}
33%{transform:translateY(-20px) translateX(10px)}
66%{transform:translateY(10px) translateX(-15px)}
}
.tl-sec .ct-inner{position:relative;z-index:2;padding:80px 40px;max-width:680px}
.tl-sec .num-accent{font-size:72px;font-weight:700;color:#03A5A0;line-height:.9;margin:0 0 16px;letter-spacing:-2px}
.tl-sec .main-hdg{font-size:42px;font-weight:600;color:#2c3e50;margin:0 0 24px;line-height:1.2}
.tl-sec .desc-txt{font-size:18px;line-height:1.7;color:#546e7a;margin:0}
.crr-detail{background:#fff;padding:100px 0}
.crr-detail .pr-wr{padding:0 40px}
.crr-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px;margin-bottom:80px}
.crr-card{background:linear-gradient(145deg,#f8f9fa 0%,#FDEEF5 100%);border-radius:8px;padding:40px 32px;position:relative;transition:all .3s ease;box-shadow:0 2px 8px #0000000f}
.crr-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #03a5a026}
.crr-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#03A5A0,#785B4C);border-radius:8px 0 0 8px;transition:width .3s ease}
.crr-card:hover::before{width:8px}
.crr-card .ic-holder{width:56px;height:56px;background:#03A5A0;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.crr-card .ic-holder i{font-size:28px;color:#fff}
.crr-card h3{font-size:22px;font-weight:600;color:#2c3e50;margin:0 0 16px}
.crr-card .meta-info{display:flex;gap:20px;margin-bottom:16px}
.crr-card .meta-info span{font-size:14px;color:#785B4C;font-weight:500}
.crr-card p{font-size:16px;line-height:1.6;color:#546e7a;margin:0 0 24px}
.mod-list{list-style:none;padding:0;margin:0}
.mod-list li{font-size:15px;color:#455a64;padding:8px 0 8px 24px;position:relative}
.mod-list li::before{content:'';position:absolute;left:0;top:14px;width:12px;height:12px;background:linear-gradient(135deg,#03A5A0,#785B4C);border-radius:2px;transform:rotate(45deg)}
.pth-timeline{max-width:900px;margin:0 auto;position:relative}
.pth-timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#03A5A0,#785B4C);transform:translateX(-50%)}
.pth-step{display:flex;gap:40px;margin-bottom:60px;position:relative}
.pth-step:nth-child(even){flex-direction:row-reverse}
.pth-step .step-num{flex:0 0 calc(50% - 20px);text-align:right;padding-right:60px}
.pth-step:nth-child(even) .step-num{text-align:left;padding-right:0;padding-left:60px}
.pth-step .num-circle{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;background:#fff;border:4px solid #03A5A0;border-radius:50%;font-size:26px;font-weight:700;color:#03A5A0;position:relative;z-index:2}
.pth-step .step-ct{flex:0 0 calc(50% - 20px);background:#f8f9fa;padding:32px;border-radius:8px;border-left:4px solid #785B4C;box-shadow:0 4px 12px #00000014}
.pth-step:nth-child(even) .step-ct{border-left:none;border-right:4px solid #785B4C}
.pth-step .step-ct h4{font-size:20px;font-weight:600;color:#2c3e50;margin:0 0 12px}
.pth-step .step-ct .duration{font-size:14px;color:#03A5A0;font-weight:600;margin-bottom:12px;display:block}
.pth-step .step-ct p{font-size:15px;line-height:1.6;color:#546e7a;margin:0}
.img-showcase{margin-top:80px;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.img-showcase img{width:100%;height:auto;display:block}
@media (max-width: 1024px) {
.tl-sec .bg-img{width:50%}
.crr-grid{grid-template-columns:1fr 1fr;gap:32px}
.pth-step{flex-direction:column!important}
.pth-step .step-num,.pth-step:nth-child(even) .step-num{text-align:center;padding:0}
.pth-step .step-ct,.pth-step:nth-child(even) .step-ct{border-left:4px solid #785B4C;border-right:none}
.pth-timeline::before{left:34px}
}
@media (max-width: 768px) {
.tl-sec{min-height:380px}
.tl-sec .bg-img{width:100%;opacity:.3}
.tl-sec .ct-inner{padding:60px 24px}
.tl-sec .num-accent{font-size:56px}
.tl-sec .main-hdg{font-size:32px}
.tl-sec .desc-txt{font-size:16px}
.crr-detail{padding:60px 0}
.crr-detail .pr-wr{padding:0 24px}
.crr-grid{grid-template-columns:1fr;gap:24px;margin-bottom:60px}
.pth-timeline::before{display:none}
.pth-step{margin-bottom:40px}
.pth-step .num-circle{width:56px;height:56px;font-size:22px}
.pth-step .step-ct{padding:24px}
}
.sx-hd{background:linear-gradient(135deg,#03A5A0 0%,#785B4C 100%);padding:80px 20px 120px;position:relative;overflow:hidden}
.sx-hd::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:100px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='%23ffffff' d='M0,50 Q360,0 720,50 T1440,50 L1440,100 L0,100 Z'/%3E%3C/svg%3E") no-repeat bottom;background-size:cover}
.sx-hd .inner{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.sx-txt h1{font-size:3.2rem;color:#FDEEF5;margin:0 0 24px;line-height:1.15;font-weight:700}
.sx-txt .points{list-style:none;padding:0;margin:0}
.sx-txt .points li{color:#FDEEF5;font-size:1.15rem;line-height:1.7;margin-bottom:16px;padding-left:28px;position:relative}
.sx-txt .points li::before{content:'';position:absolute;left:0;top:10px;width:12px;height:12px;background:#FDEEF5;border-radius:50%}
.sx-img{position:relative;margin-right:-80px}
.sx-img::before{content:'';position:absolute;top:-20px;left:-20px;right:40px;bottom:40px;background:#fdeef526;border-radius:8px;z-index:1}
.sx-img-inner{position:relative;z-index:2;background:linear-gradient(45deg,#03a5a04d,#785b4c4d);border-radius:8px;padding:60px 40px;box-shadow:0 12px 32px #00000026}
.sx-icn-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.sx-icn-item{text-align:center}
.sx-icn-item svg{width:64px;height:64px;margin-bottom:12px}
.sx-icn-item p{color:#FDEEF5;font-size:.95rem;margin:0;line-height:1.4}
.cnf-sec{padding:80px 20px;background:#FDEEF5}
.cnf-sec .wrap{max-width:1366px;margin:0 auto}
.cnf-cards{display:flex;gap:30px;flex-wrap:wrap}
.cnf-cd{flex:1;min-width:280px;background:#fff;border-radius:10px;padding:40px 32px;box-shadow:0 4px 16px #00000014;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.cnf-cd:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000001f}
.cnf-cd::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#03A5A0,#785B4C);border-radius:10px 10px 0 0}
.cnf-cd h2{font-size:1.8rem;color:#03A5A0;margin:0 0 20px;font-weight:600}
.cnf-cd p{color:#333;font-size:1.05rem;line-height:1.7;margin:0 0 24px}
.cnf-steps{list-style:none;padding:0;margin:0 0 32px}
.cnf-steps li{padding:12px 0 12px 36px;position:relative;color:#555;font-size:1rem;line-height:1.6;border-left:2px solid #03A5A0;margin-bottom:12px}
.cnf-steps li::before{content:attr(data-num);position:absolute;left:-12px;top:12px;width:24px;height:24px;background:#03A5A0;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600}
.cnf-btn{display:inline-block;padding:14px 36px;background:linear-gradient(135deg,#03A5A0,#785B4C);color:#fff;text-decoration:none;border-radius:6px;font-size:1.05rem;font-weight:500;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #03a5a04d}
.cnf-btn:hover{transform:scale(1.05);box-shadow:0 6px 18px #03a5a066}
.cnf-info{background:#fff;border-radius:10px;padding:32px;margin-top:40px;border:2px solid #03A5A0}
.cnf-info h3{font-size:1.5rem;color:#785B4C;margin:0 0 16px;font-weight:600}
.cnf-info p{color:#555;font-size:1.05rem;line-height:1.7;margin:0 0 16px}
.cnf-info .contact-row{display:flex;gap:40px;flex-wrap:wrap;margin-top:24px}
.cnf-info .contact-item{display:flex;align-items:center;gap:12px}
.cnf-info .contact-item svg{width:24px;height:24px;fill:#03A5A0}
.cnf-info .contact-item a{color:#03A5A0;text-decoration:none;font-size:1rem;transition:color .2s ease}
.cnf-info .contact-item a:hover{color:#785B4C}
@media (max-width: 1024px) {
.sx-hd .inner{grid-template-columns:1fr;gap:40px}
.sx-img{margin-right:0}
.sx-txt h1{font-size:2.4rem}
.cnf-cards{flex-direction:column}
}
@media (max-width: 768px) {
.sx-hd{padding:60px 20px 100px}
.sx-txt h1{font-size:2rem}
.sx-txt .points li{font-size:1rem}
.sx-img-inner{padding:40px 24px}
.sx-icn-grid{grid-template-columns:1fr;gap:20px}
.cnf-sec{padding:60px 20px}
.cnf-cd{padding:32px 24px}
.cnf-cd h2{font-size:1.5rem}
.cnf-info .contact-row{flex-direction:column;gap:20px}
}
@media (max-width: 480px) {
.sx-txt h1{font-size:1.75rem}
.sx-icn-item svg{width:48px;height:48px}
.cnf-btn{display:block;text-align:center}
}