@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/700-italic.css";
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'PT Sans',sans-serif;line-height:1.6;color:#1a1a1a;background:#fff}
.hd{background:linear-gradient(135deg,#F8E7D5 0%,#fff 100%);border-bottom:3px solid #B81A60;position:relative;padding:0}
.hd .banner-bg{background:linear-gradient(226deg,#B81A60 0%,#0B443E 50%,#F8E7D5 100%);padding:18px 0;text-align:center;opacity:.15;position:absolute;top:0;left:0;right:0;z-index:1}
.hd .banner-bg h1{font-size:48px;font-weight:700;color:#0B443E;letter-spacing:3px}
.hd .overlay-content{position:relative;z-index:2;background:#fffffff2;padding:24px 0}
.hd-wrap{max-width:1320px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:40px}
.logo-box{flex-shrink:0}
.logo-box img{height:110px;width:110px;display:block;box-shadow:0 4px 12px #b81a6026;border-radius:20px;background:#fff;padding:8px}
.nv{flex-grow:1;display:flex;justify-content:flex-end}
.nv ul{list-style:none;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}
.nv ul li a{display:block;padding:12px 24px;color:#0B443E;text-decoration:none;font-weight:700;font-size:16px;border-radius:18px;transition:all .3s ease-out;background:transparent}
.nv ul li a:hover{background:#b81a6014;color:#B81A60}
.ft{background:linear-gradient(180deg,#0B443E 0%,#1a5850 100%);color:#F8E7D5;padding:60px 0 30px;margin-top:80px}
.ft-container{max-width:1320px;margin:0 auto;padding:0 20px}
.ft-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:50px}
.ft-section h3{color:#F8E7D5;font-size:18px;margin-bottom:20px;font-weight:700;border-bottom:2px solid #B81A60;padding-bottom:10px}
.ft-section ul{list-style:none}
.ft-section ul li{margin-bottom:12px}
.ft-section ul li a{color:#F8E7D5;text-decoration:none;font-size:15px;transition:color .3s ease-out;display:inline-block}
.ft-section ul li a:hover{color:#B81A60;text-decoration:underline}
.ft-bottom{border-top:1px solid #f8e7d533;padding-top:30px;text-align:center}
.ft-bottom p{font-size:14px;color:#F8E7D5;opacity:.8}
.ft-links{display:flex;justify-content:center;gap:30px;margin-top:20px;flex-wrap:wrap}
.ft-links a{color:#F8E7D5;text-decoration:none;font-size:14px;transition:color .3s ease-out}
.ft-links a:hover{color:#B81A60;text-decoration:underline}
.cookie-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0b443ed9;z-index:9999;align-items:center;justify-content:center}
.cookie-modal.active{display:flex}
.cookie-panel{background:#fff;max-width:520px;width:90%;border-radius:24px;padding:40px;box-shadow:0 12px 40px #0000004d;max-height:90vh;overflow-y:auto}
.cookie-panel h2{font-size:24px;color:#0B443E;margin-bottom:20px;font-weight:700}
.cookie-panel p{font-size:15px;color:#333;line-height:1.7;margin-bottom:20px}
.cookie-settings{margin:30px 0;padding:20px;background:#F8E7D5;border-radius:16px}
.cookie-settings h3{font-size:16px;color:#0B443E;margin-bottom:15px;font-weight:700}
.toggle-group{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.toggle-group label{font-size:14px;color:#333;font-weight:600}
.toggle-switch{position:relative;width:50px;height:26px}
.toggle-switch input{opacity:0;width:0;height:0}
.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;transition:.3s ease-out;border-radius:26px}
.slider:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background:#fff;transition:.3s ease-out;border-radius:50%}
.toggle-switch input:checked + .slider{background:#B81A60}
.toggle-switch input:checked + .slider:before{transform:translateX(24px)}
.cookie-actions{display:flex;gap:15px;justify-content:center;margin-top:30px}
.cookie-actions button{padding:14px 32px;font-size:15px;font-weight:700;border:none;border-radius:18px;cursor:pointer;transition:all .3s ease-out;font-family:'PT Sans',sans-serif}
.btn-accept{background:#B81A60;color:#fff}
.btn-accept:hover{background:#960d4a;box-shadow:0 6px 16px #b81a604d}
.btn-decline{background:#0B443E;color:#F8E7D5}
.btn-decline:hover{background:#062e2a;box-shadow:0 6px 16px #0b443e4d}
.cookie-policy-link{display:block;margin-top:20px;text-align:center;color:#B81A60;text-decoration:underline;font-size:14px}
.cookie-policy-link:hover{color:#960d4a}
@media (max-width: 768px) {
.hd .banner-bg h1{font-size:28px}
.hd-wrap{flex-direction:column;gap:20px}
.logo-box img{height:85px;width:85px}
.nv ul{flex-direction:column;width:100%;gap:6px}
.nv ul li a{width:100%;text-align:center;padding:10px 20px}
.ft-grid{grid-template-columns:1fr;gap:30px}
.ft-links{flex-direction:column;gap:15px}
.cookie-panel{padding:30px 20px}
.cookie-actions{flex-direction:column}
.cookie-actions button{width:100%}
}
.policy-us-body{max-width:920px;margin:60px auto 80px;padding:0 24px;background:#fff}
.policy-us-body h1{font-size:42px;line-height:1.2;font-weight:700;color:#0B443E;margin:0 0 16px;padding:0}
.policy-us-body h2{font-size:32px;line-height:1.3;font-weight:700;color:#0B443E;margin:56px 0 20px;padding:0}
.policy-us-body h3{font-size:24px;line-height:1.4;font-weight:600;color:#1a1a1a;margin:40px 0 16px;padding:0}
.policy-us-body h4{font-size:20px;line-height:1.4;font-weight:600;color:#1a1a1a;margin:32px 0 12px;padding:0}
.policy-us-body h5{font-size:18px;line-height:1.5;font-weight:600;color:#2a2a2a;margin:28px 0 12px;padding:0}
.policy-us-body h6{font-size:16px;line-height:1.5;font-weight:600;color:#2a2a2a;margin:24px 0 10px;padding:0}
.policy-us-body p{font-size:16px;line-height:1.75;color:#2a2a2a;margin:0 0 20px;padding:0}
.policy-us-body ul,.policy-us-body ol{font-size:16px;line-height:1.75;color:#2a2a2a;margin:0 0 24px;padding:0 0 0 28px}
.policy-us-body ul{list-style-type:disc}
.policy-us-body ol{list-style-type:decimal}
.policy-us-body li{margin:0 0 12px;padding:0 0 0 8px}
.policy-us-body li:last-child{margin-bottom:0}
.policy-us-body ul ul,.policy-us-body ol ul,.policy-us-body ul ol,.policy-us-body ol ol{margin:12px 0 0}
.policy-us-body ul ul{list-style-type:circle}
.policy-us-body ul ul ul{list-style-type:square}
.policy-us-body table{width:100%;border-collapse:collapse;margin:32px 0;font-size:15px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}
.policy-us-body thead{background:linear-gradient(135deg,#0B443E 0%,#164842 100%)}
.policy-us-body thead tr{border:none}
.policy-us-body thead th{font-weight:600;color:#fff;text-align:left;padding:16px 20px;border:none}
.policy-us-body tbody tr{border-bottom:1px solid #e8e8e8}
.policy-us-body tbody tr:last-child{border-bottom:none}
.policy-us-body tbody tr:nth-child(even){background:#fafafa}
.policy-us-body tbody tr:nth-child(odd){background:#fff}
.policy-us-body th,.policy-us-body td{padding:14px 20px;text-align:left;color:#2a2a2a;line-height:1.6}
.policy-us-body th{font-weight:600}
.policy-us-body div{margin:0;padding:0}
@media (max-width: 768px) {
.policy-us-body{margin:40px auto 60px;padding:0 20px}
.policy-us-body h1{font-size:32px;margin-bottom:12px}
.policy-us-body h2{font-size:26px;margin:44px 0 16px}
.policy-us-body h3{font-size:21px;margin:32px 0 14px}
.policy-us-body h4{font-size:18px;margin:28px 0 12px}
.policy-us-body h5{font-size:17px;margin:24px 0 10px}
.policy-us-body h6{font-size:16px;margin:20px 0 10px}
.policy-us-body p{font-size:15px;line-height:1.7;margin-bottom:18px}
.policy-us-body ul,.policy-us-body ol{font-size:15px;padding-left:24px;margin-bottom:20px}
.policy-us-body li{margin-bottom:10px;padding-left:6px}
.policy-us-body table{font-size:14px;margin:24px 0;display:block;overflow-x:auto}
.policy-us-body th,.policy-us-body td{padding:12px 14px;min-width:120px}
.policy-us-body thead th{padding:14px}
}
@media (max-width: 480px) {
.policy-us-body{padding:0 16px;margin:32px auto 48px}
.policy-us-body h1{font-size:28px}
.policy-us-body h2{font-size:23px;margin:36px 0 14px}
.policy-us-body h3{font-size:19px}
.policy-us-body p,.policy-us-body ul,.policy-us-body ol{font-size:15px}
.policy-us-body table{font-size:13px;margin:20px -16px;border-radius:0;border-left:none;border-right:none}
.policy-us-body th,.policy-us-body td{padding:10px 12px;min-width:100px}
}
.pg-wrap{max-width:1320px;margin:0 auto;padding:0 20px}
.tlt-sec{position:relative;padding:80px 0 60px;overflow:hidden}
.tlt-sec .tlt-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.tlt-sec .tlt-img{position:relative;transform:rotate(-3deg);overflow:hidden;border-radius:24px;box-shadow:0 12px 32px #0b443e26}
.tlt-sec .tlt-img img{width:100%;height:450px;object-fit:cover;display:block;filter:sepia(0.4) saturate(1.3) hue-rotate(320deg)}
.tlt-sec .tlt-txt h1{font-size:2.8rem;line-height:1.2;color:#0B443E;margin:0 0 20px;font-weight:700}
.tlt-sec .tlt-txt p{font-size:1.15rem;line-height:1.7;color:#333;margin:0}
.tlt-sec .tlt-deco{position:absolute;bottom:40px;right:5%;display:flex;gap:12px;opacity:.4}
.tlt-sec .tlt-deco span{width:8px;height:8px;background:linear-gradient(135deg,#B81A60 0%,#0B443E 100%);border-radius:50%;display:block}
.pth-sec{padding:70px 0;background:linear-gradient(165deg,#F8E7D5 0%,#fff 45%,#F8E7D5 100%)}
.pth-sec h2{font-size:2.2rem;color:#0B443E;margin:0 0 50px;text-align:center;font-weight:600}
.pth-sec .pth-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.pth-sec .pth-card{background:#fff;padding:35px 30px;border-radius:20px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease-out;border:2px solid transparent}
.pth-sec .pth-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #b81a601f;border-color:#B81A60}
.pth-sec .pth-card h3{font-size:1.4rem;color:#B81A60;margin:0 0 16px;font-weight:600;position:relative;padding-left:24px}
.pth-sec .pth-card h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;background:linear-gradient(135deg,#B81A60 0%,#0B443E 100%);border-radius:3px}
.pth-sec .pth-card p{font-size:1rem;line-height:1.65;color:#555;margin:0}
.feat-sec{padding:80px 0;position:relative}
.feat-sec::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#B81A60 20%,#0B443E 50%,#B81A60 80%,transparent 100%)}
.feat-sec h2{font-size:2.1rem;color:#0B443E;margin:0 0 24px;font-weight:600}
.feat-sec .feat-intro{font-size:1.1rem;line-height:1.7;color:#444;margin:0 0 50px;max-width:820px}
.feat-sec .feat-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:start}
.feat-sec .feat-content .feat-item{margin:0 0 45px;padding-left:50px;position:relative}
.feat-sec .feat-content .feat-item:last-child{margin-bottom:0}
.feat-sec .feat-content .feat-item::before{content:'';position:absolute;left:0;top:4px;width:36px;height:36px;background:linear-gradient(135deg,#B81A60 0%,#0B443E 100%);border-radius:50%;box-shadow:0 4px 12px #b81a6033}
.feat-sec .feat-content .feat-item::after{content:'';position:absolute;left:15px;top:18px;width:8px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}
.feat-sec .feat-content .feat-item h3{font-size:1.3rem;color:#0B443E;margin:0 0 12px;font-weight:600}
.feat-sec .feat-content .feat-item p{font-size:1rem;line-height:1.65;color:#555;margin:0}
.feat-sec .feat-visual{position:relative}
.feat-sec .feat-visual img{width:100%;height:520px;object-fit:cover;border-radius:28px;box-shadow:0 16px 48px #0b443e2e;display:block}
.feat-sec .feat-visual::after{content:'';position:absolute;bottom:-20px;right:-20px;width:140px;height:140px;background:linear-gradient(226deg,#B81A60 0%,#0B443E 50%,#F8E7D5 100%);border-radius:50%;z-index:-1;opacity:.3}
.exp-sec{padding:75px 0 85px;background:linear-gradient(180deg,#fff 0%,#F8E7D5 100%)}
.exp-sec h2{font-size:2.2rem;color:#0B443E;margin:0 0 20px;font-weight:600;text-align:center}
.exp-sec .exp-sub{font-size:1.1rem;line-height:1.7;color:#555;margin:0 auto 55px;text-align:center;max-width:700px}
.exp-sec .exp-profiles{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}
.exp-sec .exp-profile{width:280px;background:#fff;border-radius:24px;padding:30px 25px;box-shadow:0 6px 20px #00000014;text-align:center;transition:all .3s ease-out}
.exp-sec .exp-profile:hover{transform:scale(1.04);box-shadow:0 12px 32px #b81a6026}
.exp-sec .exp-profile img{width:110px;height:110px;border-radius:50%;object-fit:cover;border:4px solid #F8E7D5;margin:0 auto 20px;display:block}
.exp-sec .exp-profile h4{font-size:1.2rem;color:#0B443E;margin:0 0 8px;font-weight:600}
.exp-sec .exp-profile .exp-role{font-size:.95rem;color:#B81A60;margin:0 0 16px;font-weight:500}
.exp-sec .exp-profile p{font-size:.95rem;line-height:1.6;color:#666;margin:0}
@media (max-width: 968px) {
.tlt-sec .tlt-grid{grid-template-columns:1fr;gap:40px}
.tlt-sec .tlt-img{order:-1}
.tlt-sec .tlt-img img{height:350px}
.tlt-sec .tlt-txt h1{font-size:2.2rem}
.pth-sec .pth-grid{grid-template-columns:1fr;gap:30px}
.feat-sec .feat-layout{grid-template-columns:1fr;gap:40px}
.feat-sec .feat-visual{order:-1}
.exp-sec .exp-profiles{gap:30px}
}
@media (max-width: 640px) {
.tlt-sec{padding:50px 0 40px}
.tlt-sec .tlt-txt h1{font-size:1.8rem}
.tlt-sec .tlt-txt p{font-size:1.05rem}
.tlt-sec .tlt-img img{height:280px}
.pth-sec{padding:50px 0}
.pth-sec h2{font-size:1.8rem;margin-bottom:35px}
.feat-sec{padding:60px 0}
.feat-sec h2{font-size:1.8rem}
.feat-sec .feat-intro{font-size:1.05rem;margin-bottom:35px}
.feat-sec .feat-content .feat-item{margin-bottom:35px;padding-left:45px}
.feat-sec .feat-visual img{height:380px}
.exp-sec{padding:55px 0 65px}
.exp-sec h2{font-size:1.8rem}
.exp-sec .exp-sub{font-size:1.05rem;margin-bottom:40px}
.exp-sec .exp-profile{width:100%;max-width:320px}
}
.tc{max-width:1320px;margin:0 auto;padding:0 20px}
.tphero{background:linear-gradient(135deg,#F8E7D5 0%,#0B443E 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.tphero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b81a6026 0%,transparent 70%);border-radius:50%}
.tphero .tc{display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.tptxt{flex:1}
.tptxt .sm{font-size:14px;color:#B81A60;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}
.tptxt .lg{font-size:52px;color:#0B443E;font-weight:700;line-height:1.2;margin-bottom:16px}
.tptxt .md{font-size:26px;color:#2d5a54;font-weight:400;line-height:1.4;margin-bottom:8px}
.tpimg{flex:0 0 420px;position:relative}
.tpimg img{width:100%;height:380px;object-fit:cover;border-radius:24px;box-shadow:0 12px 40px #0b443e33;position:relative}
.tpimg::after{content:'';position:absolute;inset:0;border-radius:24px;box-shadow:inset 0 0 80px #0000004d;pointer-events:none}
.crslst{background:#fff;padding:80px 0}
.crslst .sh{font-size:38px;color:#0B443E;font-weight:700;margin-bottom:16px;position:relative;display:inline-block}
.crslst .sh::before{content:'';position:absolute;bottom:-6px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#B81A60 0%,#0B443E 100%);border-radius:2px}
.crslst .intro{font-size:17px;color:#4a4a4a;line-height:1.7;margin-bottom:50px;max-width:820px}
.cg{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:32px}
.ccrd{background:#fafafa;border-radius:20px;overflow:hidden;transition:all .3s ease-out;border:2px solid transparent}
.ccrd:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0b443e26;border-color:#F8E7D5}
.ccrd .cimg{width:100%;height:220px;object-fit:cover}
.ccnt{padding:28px}
.ccnt .ctg{display:inline-block;background:linear-gradient(135deg,#B81A60 0%,#8a144a 100%);color:#fff;font-size:12px;font-weight:600;padding:6px 14px;border-radius:16px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}
.ccnt .cttl{font-size:22px;color:#0B443E;font-weight:700;margin-bottom:12px;line-height:1.3}
.ccnt .cdsc{font-size:15px;color:#5a5a5a;line-height:1.6;margin-bottom:20px}
.cmeta{display:flex;gap:24px;padding-top:16px;border-top:1px solid #e0e0e0}
.cmeta .mi{display:flex;align-items:center;gap:8px;font-size:14px;color:#6a6a6a}
.cmeta .mi svg{width:18px;height:18px;fill:#B81A60}
.why{background:linear-gradient(180deg,#F8E7D5 0%,#fff 100%);padding:90px 0;position:relative}
.why::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#B81A60 50%,transparent 100%)}
.why .sh{font-size:36px;color:#0B443E;font-weight:700;text-align:center;margin-bottom:60px}
.bnfts{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.bi{text-align:center;padding:32px 24px;background:#fff;border-radius:24px;transition:all .4s ease-out;position:relative}
.bi::before{content:'';position:absolute;inset:0;border-radius:24px;background:linear-gradient(135deg,#B81A60 0%,#0B443E 100%);opacity:0;transition:opacity .4s ease-out}
.bi:hover::before{opacity:.05}
.bi:hover{transform:scale(1.05);box-shadow:0 12px 36px #0b443e1f}
.bi .icn{width:72px;height:72px;margin:0 auto 24px;background:linear-gradient(135deg,#B81A60 0%,#8a144a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}
.bi .icn svg{width:36px;height:36px;fill:#fff}
.bi .bttl{font-size:20px;color:#0B443E;font-weight:700;margin-bottom:12px;position:relative;z-index:1}
.bi .bdsc{font-size:15px;color:#5a5a5a;line-height:1.6;position:relative;z-index:1}
.enrl{background:#0B443E;padding:80px 0;position:relative;overflow:hidden}
.enrl::before{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#f8e7d51a 0%,transparent 70%);border-radius:50%}
.enrl::after{content:'';position:absolute;top:-20%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,#b81a6026 0%,transparent 70%);border-radius:50%}
.enrl .tc{text-align:center;position:relative;z-index:2}
.enrl .sh{font-size:42px;color:#F8E7D5;font-weight:700;margin-bottom:20px}
.enrl .etxt{font-size:18px;color:#d0c4b5;line-height:1.7;margin-bottom:36px;max-width:680px;margin-left:auto;margin-right:auto}
.enrl .btn{display:inline-block;background:linear-gradient(135deg,#B81A60 0%,#8a144a 100%);color:#fff;font-size:16px;font-weight:600;padding:18px 48px;border-radius:28px;text-decoration:none;transition:all .3s ease-out;box-shadow:0 8px 24px #b81a604d;position:relative;z-index:10}
.enrl .btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #b81a6066}
@media (max-width: 968px) {
.tphero .tc{flex-direction:column;gap:40px}
.tpimg{flex:0 0 auto;width:100%;max-width:500px}
.tptxt .lg{font-size:38px}
.tptxt .md{font-size:22px}
.cg{grid-template-columns:1fr}
.bnfts{grid-template-columns:1fr;gap:28px}
}
@media (max-width: 640px) {
.tphero{padding:50px 0 40px}
.tptxt .lg{font-size:32px}
.tptxt .md{font-size:18px}
.tpimg img{height:280px}
.crslst{padding:60px 0}
.crslst .sh{font-size:28px}
.why{padding:60px 0}
.why .sh{font-size:28px}
.enrl{padding:60px 0}
.enrl .sh{font-size:32px}
.cmeta{flex-direction:column;gap:12px}
}
.hro{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;margin-bottom:80px}
.hro-img-wrp{position:absolute;top:0;left:0;width:100%;height:100%;clip-path:polygon(0 0,78% 0,62% 100%,0 100%)}
.hro-img-wrp img{width:100%;height:100%;object-fit:cover;object-position:center}
.hro-img-wrp::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(226deg,#b81a604d 0%,#0b443e80 50%,#f8e7d533 100%)}
.hro-cntnt{position:relative;z-index:2;max-width:1320px;margin:0 auto;padding:60px 20px;width:100%}
.hro-txt{max-width:520px;margin-left:auto;padding-left:40px}
.hro-txt h1{font-size:2.8rem;line-height:1.15;color:#fff;margin-bottom:32px;text-shadow:0 2px 8px #0000004d}
.hro-btn{display:inline-block;padding:16px 38px;background:#B81A60;color:#fff;text-decoration:none;border-radius:24px;font-size:1.1rem;font-weight:600;transition:all .3s ease-out;box-shadow:0 4px 12px #b81a6066}
.hro-btn:hover{background:#0B443E;transform:translateY(-2px);box-shadow:0 6px 16px #0b443e80}
.mtvt-sec{max-width:1320px;margin:0 auto 100px;padding:0 20px}
.mtvt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.mtvt-crd{background:linear-gradient(135deg,#F8E7D5 0%,#fff 100%);padding:40px 28px;border-radius:28px;box-shadow:0 4px 16px #0b443e14;transition:all .3s ease-out;position:relative}
.mtvt-crd::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#B81A60;border-radius:28px 0 0 28px;opacity:0;transition:opacity .3s ease-out}
.mtvt-crd:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0b443e26}
.mtvt-crd:hover::before{opacity:1}
.mtvt-crd h3{font-size:1.5rem;color:#0B443E;margin-bottom:16px}
.mtvt-crd p{color:#333;line-height:1.7;font-size:1rem}
.mtvt-num{display:inline-block;width:48px;height:48px;background:#B81A60;color:#fff;border-radius:50%;text-align:center;line-height:48px;font-size:1.3rem;font-weight:700;margin-bottom:20px}
.advtg-blck{background:linear-gradient(226deg,#B81A60 0%,#0B443E 50%,#F8E7D5 100%);padding:90px 20px;margin-bottom:100px;position:relative}
.advtg-blck::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:120px;height:4px;background:#F8E7D5;border-radius:4px}
.advtg-wrap{max-width:1320px;margin:0 auto}
.advtg-head{text-align:center;margin-bottom:60px}
.advtg-head h2{font-size:2.4rem;color:#fff;margin-bottom:20px}
.advtg-head p{color:#F8E7D5;font-size:1.15rem;max-width:720px;margin:0 auto;line-height:1.6}
.advtg-lst{display:flex;flex-direction:column;gap:28px}
.advtg-itm{display:flex;align-items:flex-start;background:#ffffff1f;padding:32px;border-radius:20px;backdrop-filter:blur(10px);transition:all .3s ease-out}
.advtg-itm:hover{background:#ffffff2e;transform:translateX(8px)}
.advtg-icn{flex-shrink:0;width:64px;height:64px;margin-right:24px}
.advtg-icn svg{width:100%;height:100%}
.advtg-txt h3{font-size:1.6rem;color:#fff;margin-bottom:12px}
.advtg-txt p{color:#F8E7D5;line-height:1.7;font-size:1.05rem}
.trst-area{max-width:1320px;margin:0 auto 100px;padding:0 20px}
.trst-head{text-align:center;margin-bottom:70px}
.trst-head h2{font-size:2.3rem;color:#0B443E;margin-bottom:18px;position:relative;display:inline-block}
.trst-head h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:#B81A60;border-radius:3px}
.trst-head p{color:#333;font-size:1.1rem;max-width:680px;margin:20px auto 0;line-height:1.65}
.trst-cols{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.trst-img{width:100%;height:520px;border-radius:32px;overflow:hidden;box-shadow:0 8px 32px #0b443e26}
.trst-img img{width:100%;height:100%;object-fit:cover}
.trst-data{display:flex;flex-direction:column;gap:24px}
.trst-stat{background:#fff;border:2px solid #F8E7D5;padding:28px;border-radius:24px;transition:all .3s ease-out}
.trst-stat:hover{border-color:#B81A60;box-shadow:0 4px 16px #b81a601a}
.trst-stat-num{font-size:2.8rem;font-weight:700;color:#B81A60;margin-bottom:8px}
.trst-stat-lbl{font-size:1.2rem;color:#0B443E;font-weight:600;margin-bottom:12px}
.trst-stat-desc{color:#555;line-height:1.65;font-size:.98rem}
.tstmnl-sect{background:#F8E7D5;padding:80px 20px;margin-bottom:0}
.tstmnl-cntnr{max-width:1320px;margin:0 auto}
.tstmnl-hdr{text-align:center;margin-bottom:50px}
.tstmnl-hdr h2{font-size:2.2rem;color:#0B443E;margin-bottom:16px}
.tstmnl-card{max-width:740px;margin:0 auto;background:#fff;padding:48px 40px;border-radius:28px;box-shadow:0 6px 24px #0b443e1f;position:relative}
.tstmnl-card::before{content:'„';position:absolute;top:20px;left:30px;font-size:5rem;color:#B81A60;opacity:.2;font-family:serif;line-height:1}
.tstmnl-txt{color:#333;font-size:1.1rem;line-height:1.75;margin-bottom:32px;position:relative;z-index:1}
.tstmnl-auth{display:flex;align-items:center;gap:20px}
.tstmnl-img{width:72px;height:72px;border-radius:50%;overflow:hidden;box-shadow:0 3px 12px #b81a6033}
.tstmnl-img img{width:100%;height:100%;object-fit:cover}
.tstmnl-inf h4{font-size:1.25rem;color:#0B443E;margin-bottom:4px}
.tstmnl-inf p{color:#666;font-size:.95rem}
@media (max-width: 768px) {
.hro{min-height:420px;margin-bottom:60px}
.hro-img-wrp{clip-path:polygon(0 0,100% 0,100% 70%,0 85%)}
.hro-txt{padding-left:0;margin-left:0;max-width:100%}
.hro-txt h1{font-size:2rem;margin-bottom:24px}
.mtvt-sec{margin-bottom:70px}
.mtvt-grid{grid-template-columns:1fr;gap:24px}
.mtvt-crd{padding:32px 24px}
.advtg-blck{padding:60px 20px;margin-bottom:70px}
.advtg-head h2{font-size:1.9rem}
.advtg-itm{flex-direction:column;padding:28px 24px}
.advtg-icn{margin-right:0;margin-bottom:16px}
.trst-area{margin-bottom:70px}
.trst-head h2{font-size:1.85rem}
.trst-cols{grid-template-columns:1fr;gap:40px}
.trst-img{height:360px}
.tstmnl-sect{padding:60px 20px}
.tstmnl-hdr h2{font-size:1.8rem}
.tstmnl-card{padding:36px 28px}
.tstmnl-txt{font-size:1.05rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hro{min-height:480px}
.hro-txt h1{font-size:2.4rem}
.trst-cols{gap:40px}
.trst-img{height:420px}
}
.cont-hero{background:linear-gradient(226deg,#B81A60 0%,#0B443E 50%,#F8E7D5 100%);padding:120px 24px 100px;position:relative;overflow:hidden}
.cont-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#f8e7d51a;border-radius:50%;filter:blur(80px)}
.cont-hero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#b81a6026;border-radius:50%;filter:blur(60px)}
.hero-wrap{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.hero-ttl{font-size:56px;line-height:1.1;color:#fff;margin:0 0 20px;font-weight:700}
.hero-ttl .acc{color:#F8E7D5;position:relative;display:inline-block}
.hero-ttl .acc::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#F8E7D5}
.hero-sub{font-size:20px;line-height:1.6;color:#ffffffe6;max-width:680px;margin:0}
.main-ct{padding:80px 24px;background:#f9f9f9}
.ct-inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px}
.info-bx{background:#fff;padding:48px;border-radius:24px;box-shadow:0 4px 12px #0b443e14}
.info-bx h2{font-size:32px;line-height:1.3;color:#0B443E;margin:0 0 28px;font-weight:700}
.info-bx h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#B81A60,#0B443E);margin-bottom:20px;border-radius:2px}
.ct-item{margin-bottom:32px;padding-left:48px;position:relative}
.ct-item:last-child{margin-bottom:0}
.ct-item svg{position:absolute;left:0;top:2px;width:32px;height:32px}
.ct-item h3{font-size:18px;line-height:1.4;color:#0B443E;margin:0 0 8px;font-weight:600}
.ct-item p{font-size:16px;line-height:1.6;color:#444;margin:0}
.ct-item a{color:#B81A60;text-decoration:none;transition:color .3s ease-out}
.ct-item a:hover{color:#0B443E}
.form-bx{background:#fff;padding:48px;border-radius:24px;box-shadow:0 4px 12px #0b443e14}
.form-bx h2{font-size:32px;line-height:1.3;color:#0B443E;margin:0 0 12px;font-weight:700}
.form-bx .sbttl{font-size:16px;line-height:1.6;color:#666;margin:0 0 32px}
.fld-grp{margin-bottom:24px}
.fld-grp label{display:block;font-size:15px;line-height:1.5;color:#0B443E;margin-bottom:8px;font-weight:600}
.fld-grp input[type="text"],.fld-grp input[type="email"],.fld-grp input[type="tel"]{width:100%;padding:14px 18px;font-size:16px;line-height:1.5;border:2px solid #e0e0e0;border-radius:12px;transition:all .3s ease-out;background:#fafafa}
.fld-grp input:focus{outline:none;border-color:#B81A60;background:#fff}
.time-pref{margin-bottom:24px}
.time-pref h4{font-size:15px;line-height:1.5;color:#0B443E;margin:0 0 12px;font-weight:600}
.time-opt{display:flex;gap:12px;flex-wrap:wrap}
.time-opt input[type="radio"]{display:none}
.time-opt label{padding:10px 20px;font-size:15px;line-height:1.5;color:#444;background:#fafafa;border:2px solid #e0e0e0;border-radius:20px;cursor:pointer;transition:all .3s ease-out}
.time-opt input[type="radio"]:checked + label{background:linear-gradient(135deg,#B81A60,#0B443E);color:#fff;border-color:transparent}
.time-opt label:hover{border-color:#B81A60}
.priv-chk{margin-bottom:28px;display:flex;align-items:flex-start;gap:12px}
.priv-chk input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#B81A60}
.priv-chk label{font-size:14px;line-height:1.6;color:#666;cursor:pointer}
.priv-chk a{color:#B81A60;text-decoration:none;transition:color .3s ease-out}
.priv-chk a:hover{color:#0B443E;text-decoration:underline}
.sub-btn{width:100%;padding:16px 32px;font-size:17px;line-height:1.5;font-weight:600;color:#fff;background:linear-gradient(135deg,#B81A60,#0B443E);border:none;border-radius:16px;cursor:pointer;transition:all .3s ease-out;box-shadow:0 6px 16px #b81a604d;position:relative;z-index:10}
.sub-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #b81a6066}
.sub-btn:active{transform:translateY(0)}
.map-sect{padding:80px 24px;background:#fff}
.map-cont{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.map-info h2{font-size:36px;line-height:1.3;color:#0B443E;margin:0 0 20px;font-weight:700}
.map-info p{font-size:17px;line-height:1.7;color:#555;margin:0 0 32px}
.addr-card{background:linear-gradient(135deg,#b81a600d,#0b443e0d);padding:32px;border-radius:20px;border:2px solid #F8E7D5}
.addr-card h3{font-size:20px;line-height:1.4;color:#0B443E;margin:0 0 16px;font-weight:600}
.addr-card p{font-size:16px;line-height:1.7;color:#444;margin:0}
.map-vis{background:linear-gradient(226deg,#F8E7D5 0%,#b81a601a 100%);padding:60px;border-radius:24px;position:relative;overflow:hidden;min-height:400px;display:flex;align-items:center;justify-content:center}
.map-vis::before{content:'';position:absolute;top:20%;left:10%;width:200px;height:200px;background:#0b443e1a;border-radius:50%;filter:blur(40px)}
.map-vis::after{content:'';position:absolute;bottom:20%;right:10%;width:180px;height:180px;background:#b81a6026;border-radius:50%;filter:blur(40px)}
.loc-pin{position:relative;z-index:2;text-align:center}
.loc-pin svg{width:80px;height:80px;margin-bottom:16px}
.loc-pin h4{font-size:22px;line-height:1.4;color:#0B443E;margin:0;font-weight:700}
@media (max-width: 992px) {
.cont-hero{padding:80px 20px 70px}
.hero-ttl{font-size:42px}
.hero-sub{font-size:18px}
.main-ct{padding:60px 20px}
.ct-inner{grid-template-columns:1fr;gap:40px}
.info-bx,.form-bx{padding:36px}
.map-sect{padding:60px 20px}
.map-cont{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 640px) {
.cont-hero{padding:60px 16px 50px}
.hero-ttl{font-size:32px}
.hero-sub{font-size:16px}
.main-ct{padding:40px 16px}
.info-bx,.form-bx{padding:28px}
.info-bx h2,.form-bx h2{font-size:26px}
.ct-item{padding-left:40px}
.ct-item svg{width:28px;height:28px}
.time-opt{flex-direction:column}
.time-opt label{text-align:center}
.map-sect{padding:40px 16px}
.map-info h2{font-size:28px}
.map-vis{padding:40px 20px;min-height:320px}
}
.scs-wrap{background:linear-gradient(226deg,#B81A60 0%,#0B443E 50%,#F8E7D5 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:3rem 1.5rem}
.scs-wrap::before{content:'';position:absolute;width:420px;height:420px;border-radius:50%;background:#f8e7d526;top:-120px;right:-80px;border:2px solid #f8e7d533}
.scs-wrap::after{content:'';position:absolute;width:280px;height:280px;border-radius:50%;background:#0b443e1f;bottom:-90px;left:-60px;border:2px solid #0b443e2e}
.scs-inner{max-width:680px;width:100%;text-align:center;position:relative;z-index:2;background:#fffffff7;padding:4rem 2.5rem;border-radius:24px;box-shadow:0 8px 32px #0b443e26}
.scs-icn{display:inline-flex;align-items:center;justify-content:center;width:90px;height:90px;margin:0 auto 2rem;background:linear-gradient(135deg,#B81A60,#0B443E);border-radius:50%;position:relative}
.scs-icn svg{width:42px;height:42px;fill:#fff}
.scs-inner .hd-txt{font-size:2.2rem;font-weight:700;color:#0B443E;margin:0 0 1.2rem;line-height:1.3}
.scs-inner .sub-msg{font-size:1.1rem;color:#333;line-height:1.7;margin:0 0 2.5rem}
.scs-inner .sub-msg strong{color:#B81A60;font-weight:600}
.btn-grp{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.scs-inner .btn-prim{display:inline-block;padding:.95rem 2.2rem;background:#B81A60;color:#fff;text-decoration:none;border-radius:28px;font-weight:600;font-size:1rem;transition:all .3s ease-out;box-shadow:0 4px 12px #b81a6040}
.scs-inner .btn-prim:hover{background:#9a1550;transform:translateY(-2px);box-shadow:0 6px 16px #b81a6059}
.scs-inner .btn-sec{display:inline-block;padding:.95rem 2.2rem;background:transparent;color:#0B443E;text-decoration:none;border-radius:28px;font-weight:600;font-size:1rem;border:2px solid #0B443E;transition:all .3s ease-out}
.scs-inner .btn-sec:hover{background:#0B443E;color:#fff;transform:translateY(-2px)}
.info-grid{max-width:1320px;margin:0 auto;padding:4.5rem 1.5rem}
.grid-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.info-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 4px 16px #0b443e14;border-left:4px solid #B81A60;transition:all .3s ease-out}
.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0b443e24}
.info-card .card-icn{width:54px;height:54px;background:linear-gradient(135deg,#F8E7D5,#B81A60);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.info-card .card-icn svg{width:28px;height:28px;fill:#0B443E}
.info-card .card-title{font-size:1.35rem;font-weight:700;color:#0B443E;margin:0 0 1rem}
.info-card .card-desc{font-size:.98rem;color:#333;line-height:1.65;margin:0}
@media (max-width: 768px) {
.scs-wrap{min-height:75vh;padding:2rem 1rem}
.scs-inner{padding:3rem 1.8rem}
.scs-inner .hd-txt{font-size:1.75rem}
.scs-inner .sub-msg{font-size:1rem}
.btn-grp{flex-direction:column;align-items:stretch}
.scs-inner .btn-prim,.scs-inner .btn-sec{width:100%;text-align:center}
.info-grid{padding:3rem 1rem}
.grid-row{grid-template-columns:1fr;gap:1.5rem}
}
@media (max-width: 480px) {
.scs-wrap::before{width:280px;height:280px;top:-80px;right:-60px}
.scs-wrap::after{width:200px;height:200px;bottom:-60px;left:-40px}
.scs-icn{width:75px;height:75px}
.scs-icn svg{width:36px;height:36px}
}