*,::before,::after{box-sizing:border-box;margin:0;padding:0}
body{display:flex;flex-direction:column;min-height:100vh;font-family:'IBM Plex Serif',Georgia,serif;background:#fff;color:#1a1a1a;font-size:16px;line-height:1.6}
main{flex:1}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
.hdr-outer{background:#fff;border-bottom:2px solid #FEF1E7;box-shadow:0 2px 12px #86440912;position:relative}
.hdr-bannerRow{background:#864409;overflow:hidden;position:relative;height:48px;display:flex;align-items:center;justify-content:center}
.hdr-bannerText{font-family:'IBM Plex Serif',Georgia,serif;font-size:clamp(28px,6vw,56px);font-weight:700;letter-spacing:.18em;color:#fef1e721;text-transform:uppercase;white-space:nowrap;user-select:none;pointer-events:none;position:absolute;left:50%;transform:translateX(-50%)}
.hdr-bannerTagline{font-size:13px;color:#fef1e7d1;font-family:'IBM Plex Serif',Georgia,serif;letter-spacing:.08em;position:relative;z-index:2}
.hdr-inner{max-width:1320px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;height:88px}
.site-logo{display:flex;align-items:center;gap:14px;flex-shrink:0;text-decoration:none}
.site-logo img{width:72px;height:72px;object-fit:contain;border-radius:8px;background:#FEF1E7;padding:4px;box-shadow:0 2px 8px #86440921}
.site-logo-name{font-size:22px;font-weight:700;color:#864409;letter-spacing:.04em;font-family:'IBM Plex Serif',Georgia,serif}
.main-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.main-nav a{font-size:14px;font-weight:600;color:#3a2010;padding:9px 18px;border-radius:6px;letter-spacing:.02em;font-family:'IBM Plex Serif',Georgia,serif;transition:background 0.18s,color .18s;white-space:nowrap}
.main-nav a:hover{background:#FEF1E7;color:#864409}
.main-nav a.nav-active{background:#864409;color:#fff}
.main-nav .nav-cta{background:#1E9FFA;color:#fff;border-radius:6px;padding:9px 20px;font-weight:700;margin-left:8px}
.main-nav .nav-cta:hover{background:#0d87e0;color:#fff}
.ft-outer{background:#1a1008;color:#d4c3b0;margin-top:auto}
.ft-inner{max-width:1320px;margin:0 auto;padding:56px 24px 32px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.ft-block h4{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#FEF1E7;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #86440959}
.ft-block p,.ft-block address{font-size:14px;line-height:1.8;color:#b0a090;font-style:normal}
.ft-block a{color:#b0a090;transition:color .15s}
.ft-block a:hover{color:#FEF1E7}
.ft-navList{display:flex;flex-direction:column;gap:10px}
.ft-navList a{font-size:14px;color:#b0a090;display:flex;align-items:center;gap:8px;transition:color .15s}
.ft-navList a:hover{color:#FEF1E7}
.ft-contactItem{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:14px;color:#b0a090}
.ft-contactItem .pf-icon{color:#864409;font-size:16px;margin-top:2px;flex-shrink:0}
.ft-bottom{border-top:1px solid #86440940;max-width:1320px;margin:0 auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.ft-copy{font-size:13px;color:#6b5a48}
.ft-legalNav{display:flex;gap:20px}
.ft-legalNav a{font-size:13px;color:#6b5a48;transition:color .15s}
.ft-legalNav a:hover{color:#FEF1E7}
.ck-wrapper{position:fixed;right:0;top:50%;transform:translateY(-50%) translateX(110%);z-index:9999;width:340px;background:#fff;border:1.5px solid #FEF1E7;border-right:none;border-radius:10px 0 0 10px;box-shadow:-4px 0 24px #86440921;padding:28px 24px 22px;transition:transform .42s cubic-bezier(0.22,0.61,0.36,1)}
.ck-wrapper[data-visible="true"]{transform:translateY(-50%) translateX(0)}
.ck-wrapper[data-visible="false"]{transform:translateY(-50%) translateX(110%)}
.ck-title{font-size:15px;font-weight:700;color:#864409;margin-bottom:6px;font-family:'IBM Plex Serif',Georgia,serif}
.ck-desc{font-size:12px;color:#6b5a48;margin-bottom:16px;line-height:1.6}
.ck-cats{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}
.ck-catItem{display:flex;align-items:center;justify-content:space-between;background:#FEF1E7;border-radius:6px;padding:8px 12px}
.ck-catLabel{font-size:13px;font-weight:600;color:#3a2010;display:flex;align-items:center;gap:8px}
.ck-catLabel input[type="checkbox"]{accent-color:#864409;width:15px;height:15px}
.ck-catSub{font-size:11px;color:#7a6a5a}
.ck-actions{display:flex;gap:10px;flex-wrap:wrap}
.ck-btn{flex:1;padding:9px 12px;border:1.5px solid #864409;border-radius:6px;background:transparent;color:#864409;font-size:12px;font-weight:700;font-family:'IBM Plex Serif',Georgia,serif;cursor:pointer;transition:background 0.15s,color .15s;letter-spacing:.04em}
.ck-btn:hover{background:#864409;color:#fff}
.ck-btn.ck-btnAccept{border-color:#1E9FFA;color:#1E9FFA}
.ck-btn.ck-btnAccept:hover{background:#1E9FFA;color:#fff}
@media (max-width: 768px) {
.hdr-inner{height:auto;padding:14px 16px;flex-direction:column;align-items:flex-start;gap:12px}
.main-nav{gap:4px;justify-content:flex-start}
.main-nav a{font-size:13px;padding:8px 12px}
.ft-inner{grid-template-columns:1fr;gap:28px;padding:36px 16px 20px}
.ft-bottom{flex-direction:column;align-items:flex-start}
.ck-wrapper{width:300px;padding:20px 16px 16px}
.hdr-bannerRow{height:40px}
}
@media (max-width: 480px) {
.main-nav a{font-size:12px;padding:7px 10px}
.site-logo-name{font-size:18px}
.ck-wrapper{width:92vw}
}
.doc-inner{max-width:860px;margin:0 auto;padding:48px 32px 72px;background:#fff;font-family:Georgia,'Times New Roman',serif;font-size:16px;line-height:1.8;color:#1a1a1a}
.doc-inner h1{font-family:'Segoe UI',Arial,sans-serif;font-size:2.2rem;font-weight:700;line-height:1.2;color:#864409;margin:0 0 32px;padding-bottom:16px;border-bottom:3px solid #864409;letter-spacing:-.02em}
.doc-inner h2{font-family:'Segoe UI',Arial,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3;color:#864409;margin:48px 0 16px;padding-left:14px;border-left:4px solid #1E9FFA;letter-spacing:-.01em}
.doc-inner h3{font-family:'Segoe UI',Arial,sans-serif;font-size:1.2rem;font-weight:600;line-height:1.4;color:#3a2010;margin:36px 0 12px;letter-spacing:0}
.doc-inner h4{font-family:'Segoe UI',Arial,sans-serif;font-size:1.05rem;font-weight:600;line-height:1.4;color:#3a2010;margin:28px 0 10px;text-transform:uppercase;letter-spacing:.04em}
.doc-inner h5{font-family:'Segoe UI',Arial,sans-serif;font-size:.95rem;font-weight:600;line-height:1.5;color:#5a3820;margin:24px 0 8px;text-transform:uppercase;letter-spacing:.06em}
.doc-inner h6{font-family:'Segoe UI',Arial,sans-serif;font-size:.85rem;font-weight:600;line-height:1.5;color:#7a5040;margin:20px 0 6px;text-transform:uppercase;letter-spacing:.08em}
.doc-inner p{font-size:1rem;line-height:1.85;color:#2c2c2c;margin:0 0 20px;text-align:justify;hyphens:auto}
.doc-inner ul{margin:0 0 24px;padding:0 0 0 28px;list-style:none}
.doc-inner ul li{position:relative;font-size:1rem;line-height:1.8;color:#2c2c2c;margin-bottom:8px;padding-left:18px}
.doc-inner ul li::before{content:'';position:absolute;left:0;top:13px;width:7px;height:7px;background:#1E9FFA;border-radius:50%}
.doc-inner ol{margin:0 0 24px;padding:0 0 0 32px;list-style:none;counter-reset:policy-counter}
.doc-inner ol li{position:relative;font-size:1rem;line-height:1.8;color:#2c2c2c;margin-bottom:8px;padding-left:12px;counter-increment:policy-counter}
.doc-inner ol li::before{content:counter(policy-counter) ".";position:absolute;left:-28px;top:0;font-family:'Segoe UI',Arial,sans-serif;font-size:.9rem;font-weight:700;color:#864409;min-width:24px;text-align:right}
.doc-inner ul ul,.doc-inner ol ol,.doc-inner ul ol,.doc-inner ol ul{margin:8px 0 4px}
.doc-inner table{width:100%;border-collapse:collapse;margin:32px 0;font-family:'Segoe UI',Arial,sans-serif;font-size:.92rem;line-height:1.5;box-shadow:0 2px 12px #86440914;border-radius:8px;overflow:hidden}
.doc-inner table thead{background:#864409}
.doc-inner table thead tr{border-bottom:none}
.doc-inner table thead th{padding:14px 18px;font-size:.82rem;font-weight:700;color:#fff;text-align:left;text-transform:uppercase;letter-spacing:.07em;border:none}
.doc-inner table tbody{background:#fff}
.doc-inner table tbody tr{border-bottom:1px solid #f0e6dd;transition:background .15s ease}
.doc-inner table tbody tr:nth-child(even){background:#FEF1E7}
.doc-inner table tbody tr:last-child{border-bottom:none}
.doc-inner table tbody td{padding:12px 18px;font-size:.93rem;color:#2c2c2c;vertical-align:top;border:none;border-right:1px solid #f0e6dd}
.doc-inner table tbody td:last-child{border-right:none}
.doc-inner hr{border:none;border-top:1px solid #e8d5c4;margin:48px 0;position:relative}
.doc-inner hr::after{content:'';position:absolute;top:-2px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#864409,#1E9FFA);border-radius:2px}
@media (max-width: 768px) {
.doc-inner{padding:32px 20px 56px;font-size:15px}
.doc-inner h1{font-size:1.7rem;margin-bottom:24px;padding-bottom:12px}
.doc-inner h2{font-size:1.25rem;margin-top:36px}
.doc-inner h3{font-size:1.08rem}
.doc-inner p{text-align:left;hyphens:none}
.doc-inner table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:6px}
.doc-inner table thead th,.doc-inner table tbody td{padding:10px 12px;white-space:nowrap}
}
@media (max-width: 480px) {
.doc-inner{padding:24px 16px 48px}
.doc-inner h1{font-size:1.4rem}
.doc-inner h2{font-size:1.1rem;padding-left:10px}
.doc-inner ul li,.doc-inner ol li{font-size:.95rem}
.doc-inner hr{margin:36px 0}
}
.pgTeam-hero{position:relative;padding:90px 20px 70px;overflow:hidden;background:#FEF1E7}
.pgTeam-hero-inner{max-width:1320px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px}
.pgTeam-hero-txt{flex:1 1 50%;position:relative;z-index:2}
.pgTeam-hero-txt .pgTeam-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#864409;background:#8644091a;padding:5px 14px;border-radius:4px;margin-bottom:24px}
.pgTeam-hero-txt h1{font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.15;color:#1a1a1a;margin:0 0 22px}
.pgTeam-hero-txt h1 .pgTeam-accent{color:#864409;position:relative}
.pgTeam-hero-txt h1 .pgTeam-accent::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#864409,#1E9FFA);border-radius:2px}
.pgTeam-hero-txt p{font-size:17px;line-height:1.7;color:#4a4a4a;max-width:480px;margin:0 0 32px}
.pgTeam-hero-dots{display:flex;flex-direction:row;gap:8px;margin-bottom:36px}
.pgTeam-hero-dots span{width:8px;height:8px;border-radius:50%;background:#864409;opacity:.25}
.pgTeam-hero-dots span:nth-child(2){opacity:.5}
.pgTeam-hero-dots span:nth-child(3){opacity:.75}
.pgTeam-hero-dots span:nth-child(4){opacity:1}
.pgTeam-hero-stat-row{display:flex;flex-direction:row;gap:32px}
.pgTeam-stat-item{display:flex;flex-direction:column}
.pgTeam-stat-item .pgTeam-stat-num{font-size:28px;font-weight:800;color:#864409;line-height:1}
.pgTeam-stat-item .pgTeam-stat-lbl{font-size:12px;color:#777;margin-top:4px;letter-spacing:.5px}
.pgTeam-hero-visual{flex:1 1 45%;position:relative}
.pgTeam-hero-img-wrap{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 12px 40px #8644092e}
.pgTeam-hero-img-wrap img{width:100%;height:400px;object-fit:cover;display:block}
.pgTeam-hero-img-badge{position:absolute;bottom:24px;left:24px;background:#864409e0;color:#fff;padding:12px 18px;border-radius:6px;font-size:13px;font-weight:600;line-height:1.4;max-width:200px}
.pgTeam-hero-img-badge small{display:block;font-weight:400;font-size:11px;opacity:.85;margin-top:3px}
.pgTeam-hero-deco{position:absolute;top:30px;right:-20px;width:120px;height:120px;border:2px dashed #1e9ffa40;border-radius:50%;z-index:0}
.pgTeam-hero-deco2{position:absolute;bottom:-30px;left:-30px;width:80px;height:80px;background:#1e9ffa14;border-radius:50%}
.pgTeam-approach{padding:80px 20px;background:#fff}
.pgTeam-approach-inner{max-width:1320px;margin:0 auto}
.pgTeam-approach-hdr{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:56px;gap:30px}
.pgTeam-approach-hdr h2{font-size:clamp(24px,3.5vw,40px);font-weight:800;color:#1a1a1a;line-height:1.2;max-width:460px;margin:0;position:relative;padding-top:16px}
.pgTeam-approach-hdr h2::before{content:'';position:absolute;top:0;left:0;width:48px;height:4px;background:#864409;border-radius:2px}
.pgTeam-approach-hdr p{font-size:15px;line-height:1.65;color:#555;max-width:380px;margin:0}
.pgTeam-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#e8e8e8;border-radius:8px;overflow:hidden;box-shadow:0 4px 24px #0000000f}
.pgTeam-pillar{background:#fff;padding:40px 32px;position:relative;transition:background .25s}
.pgTeam-pillar:hover{background:#FEF1E7}
.pgTeam-pillar-icon{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg,#864409,#86440999);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.pgTeam-pillar-icon svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pgTeam-pillar h4{font-size:17px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.pgTeam-pillar p{font-size:14px;line-height:1.65;color:#555;margin:0}
.pgTeam-pillar-num{position:absolute;top:20px;right:24px;font-size:42px;font-weight:900;color:#86440912;line-height:1}
.pgTeam-approach-bottom{margin-top:56px;display:grid;grid-template-columns:1fr 1fr;gap:32px}
.pgTeam-method-card{border:1px solid #e8e8e8;border-radius:8px;padding:32px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .2s}
.pgTeam-method-card:hover{box-shadow:0 8px 28px #8644091f}
.pgTeam-method-card h5{font-size:16px;font-weight:700;color:#864409;margin:0}
.pgTeam-method-card p{font-size:14px;line-height:1.65;color:#555;margin:0}
.pgTeam-method-card .pgTeam-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}
.pgTeam-method-card .pgTeam-tags span{font-size:11px;font-weight:600;letter-spacing:.5px;background:#1e9ffa1a;color:#1E9FFA;padding:3px 10px;border-radius:4px}
.pgTeam-values{padding:80px 20px;background:linear-gradient(160deg,#1a1a1a 0%,#2d1a08 100%);position:relative;overflow:hidden}
.pgTeam-values::before{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:#86440926}
.pgTeam-values::after{content:'';position:absolute;bottom:-80px;left:10%;width:200px;height:200px;border-radius:50%;background:#1e9ffa14}
.pgTeam-values-inner{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.pgTeam-values-top{text-align:center;margin-bottom:60px}
.pgTeam-values-top h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#fff;margin:0 0 16px}
.pgTeam-values-top p{font-size:16px;line-height:1.7;color:#ffffffa6;max-width:520px;margin:0 auto}
.pgTeam-vals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:60px}
.pgTeam-val-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;padding:28px 22px;text-align:center;transition:background 0.25s,border-color .25s}
.pgTeam-val-card:hover{background:#86440933;border-color:#86440966}
.pgTeam-val-card svg{width:36px;height:36px;stroke:#1E9FFA;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;margin-bottom:14px}
.pgTeam-val-card h5{font-size:15px;font-weight:700;color:#fff;margin:0 0 8px}
.pgTeam-val-card p{font-size:13px;line-height:1.6;color:#ffffff8c;margin:0}
.pgTeam-progress-area{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.pgTeam-progress-txt h3{font-size:clamp(20px,2.5vw,28px);font-weight:700;color:#fff;margin:0 0 16px}
.pgTeam-progress-txt p{font-size:15px;line-height:1.7;color:#fff9;margin:0 0 28px}
.pgTeam-progress-cta{display:inline-flex;align-items:center;gap:8px;background:#864409;color:#fff;text-decoration:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:600;transition:background 0.2s,box-shadow .2s;position:relative;z-index:5}
.pgTeam-progress-cta:hover{background:#a85510;box-shadow:0 6px 20px #86440966}
.pgTeam-bars{display:flex;flex-direction:column;gap:20px}
.pgTeam-bar-row{display:flex;flex-direction:column;gap:6px}
.pgTeam-bar-label{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.pgTeam-bar-label span{font-size:13px;color:#ffffffbf;font-weight:500}
.pgTeam-bar-label strong{font-size:13px;color:#1E9FFA;font-weight:700}
.pgTeam-bar-track{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}
.pgTeam-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#864409,#1E9FFA)}
@media (max-width: 1024px) {
.pgTeam-vals-grid{grid-template-columns:repeat(2,1fr)}
.pgTeam-pillars{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.pgTeam-hero-inner{flex-direction:column;gap:36px}
.pgTeam-hero-visual{width:100%}
.pgTeam-approach-hdr{flex-direction:column;align-items:flex-start}
.pgTeam-approach-bottom{grid-template-columns:1fr}
.pgTeam-pillars{grid-template-columns:1fr}
.pgTeam-vals-grid{grid-template-columns:repeat(2,1fr)}
.pgTeam-progress-area{grid-template-columns:1fr;gap:36px}
.pgTeam-hero-stat-row{gap:20px;flex-wrap:wrap}
}
@media (max-width: 480px) {
.pgTeam-vals-grid{grid-template-columns:1fr}
.pgTeam-hero-img-wrap img{height:260px}
}
.pgHero{position:relative;overflow:hidden;background:#1a1a1a}
.pgHero-inner{max-width:1320px;margin:auto;display:flex;flex-direction:row;align-items:stretch;min-height:520px}
.pgHero-txt{position:relative;z-index:3;flex:0 0 52%;padding:80px 48px 80px 40px;display:flex;flex-direction:column;justify-content:center}
.pgHero-eyebrow{display:inline-flex;align-items:center;gap:10px;background:#8644092e;border:1px solid #86440966;border-radius:6px;padding:6px 14px;margin-bottom:28px}
.pgHero-eyebrow span{color:#e8a96a;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.pgHero-eyebrow svg{flex-shrink:0}
.pgHero-h1{font-size:clamp(2rem,4vw,3.1rem);font-weight:800;line-height:1.15;color:#fff;margin-bottom:10px}
.pgHero-h1 .accentTxt{color:#1E9FFA}
.pgHero-pause{width:52px;height:3px;background:linear-gradient(90deg,#864409,#1E9FFA);border-radius:2px;margin:22px 0}
.pgHero-desc{color:#c8c8d0;font-size:1.08rem;line-height:1.7;max-width:440px;margin-bottom:36px}
.pgHero-actions{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.btn-primaryHero{display:inline-flex;align-items:center;gap:8px;background:#864409;color:#fff;font-weight:700;font-size:.97rem;padding:14px 28px;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:background 0.2s,box-shadow .2s;box-shadow:0 4px 18px #86440959;z-index:5;position:relative}
.btn-primaryHero:hover{background:#a0550e;box-shadow:0 6px 24px #86440980}
.btn-outlineHero{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#1E9FFA;font-weight:600;font-size:.97rem;padding:13px 26px;border-radius:8px;text-decoration:none;border:1.5px solid #1E9FFA;cursor:pointer;transition:background .2s;z-index:5;position:relative}
.btn-outlineHero:hover{background:#1e9ffa1a}
.pgHero-imgCol{flex:1;position:relative;overflow:hidden}
.pgHero-imgCol img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(0.55) brightness(0.82);display:block}
.pgHero-imgOverlay{position:absolute;inset:0;background:linear-gradient(105deg,#1a1a1ab8 0%,#86440938 100%);z-index:1}
.pgHero-gaze{position:absolute;bottom:32px;right:32px;z-index:4;display:flex;flex-direction:column;align-items:center;gap:6px;opacity:.7}
.pgHero-gaze span{display:block;width:2px;height:18px;background:linear-gradient(180deg,#1E9FFA,transparent);border-radius:2px;animation:gazeDown 1.4s ease-in-out infinite}
.pgHero-gaze span:nth-child(2){animation-delay:.2s;opacity:.6}
.pgHero-gaze span:nth-child(3){animation-delay:.4s;opacity:.35}
@keyframes gazeDown {
0%,100%{transform:translateY(0);opacity:1}
50%{transform:translateY(6px);opacity:.5}
}
.pgHero-stat{position:absolute;bottom:28px;left:40px;z-index:4;display:flex;flex-direction:row;gap:28px}
.pgHero-statItem{text-align:left}
.pgHero-statItem strong{display:block;font-size:1.5rem;font-weight:800;color:#fff;line-height:1}
.pgHero-statItem small{font-size:.72rem;color:#9097a8;letter-spacing:.04em;text-transform:uppercase}
.secCareer{background:#FEF1E7;padding:80px 0 72px}
.secCareer-inner{max-width:1320px;margin:auto;padding:0 24px}
.secCareer-head{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:24px;flex-wrap:wrap}
.secCareer-title{font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:800;color:#1a1a1a;line-height:1.2;max-width:480px;position:relative;padding-bottom:16px}
.secCareer-title::after{content:'';position:absolute;bottom:0;left:0;width:44px;height:3px;background:#864409;border-radius:2px}
.secCareer-sub{font-size:.97rem;color:#5a5a6a;max-width:340px;line-height:1.6}
.careerGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.careerCard{background:#fff;border-radius:10px;padding:28px 24px;border-left:4px solid #864409;box-shadow:0 2px 12px #86440914;transition:box-shadow 0.2s,transform .2s;position:relative;overflow:hidden}
.careerCard:hover{box-shadow:0 8px 28px #86440929;transform:translateY(-3px)}
.careerCard-icon{width:42px;height:42px;background:linear-gradient(135deg,#8644091f,#1e9ffa1a);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.careerCard-icon svg{width:22px;height:22px}
.careerCard h4{font-size:1.05rem;font-weight:700;color:#1a1a1a;margin-bottom:10px}
.careerCard p{font-size:.88rem;color:#5a6070;line-height:1.65}
.careerCard-tag{display:inline-block;margin-top:14px;background:#FEF1E7;color:#864409;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:4px}
.secCommunity{background:#fff;padding:80px 0}
.secCommunity-inner{max-width:1320px;margin:auto;padding:0 24px;display:flex;flex-direction:row;gap:60px;align-items:center}
.secCommunity-imgWrap{flex:0 0 44%;position:relative;border-radius:10px;overflow:hidden}
.secCommunity-imgWrap img{width:100%;height:380px;object-fit:cover;display:block;border-radius:10px}
.secCommunity-badge{position:absolute;bottom:24px;left:24px;background:#864409eb;color:#fff;padding:12px 20px;border-radius:8px}
.secCommunity-badge strong{display:block;font-size:1.4rem;font-weight:800}
.secCommunity-badge span{font-size:.76rem;opacity:.85}
.secCommunity-content{flex:1}
.labelTag{display:inline-block;background:#1e9ffa1a;color:#1E9FFA;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:5px;margin-bottom:18px}
.secCommunity-h2{font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:800;color:#1a1a1a;line-height:1.25;margin-bottom:18px}
.secCommunity-p{font-size:.97rem;color:#4a5060;line-height:1.7;margin-bottom:24px}
.communityList{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px}
.communityList li{display:flex;align-items:flex-start;gap:12px;font-size:.93rem;color:#3a4050;line-height:1.55}
.communityList li::before{content:'';flex-shrink:0;width:20px;height:20px;background:linear-gradient(135deg,#864409,#c46b1a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E%3Cpath d='M2 5.5l2.5 2.5 4.5-4.5' stroke='%23fff' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.secFeedback{background:linear-gradient(160deg,#1a2030 0%,#0e1520 100%);padding:80px 0}
.secFeedback-inner{max-width:1320px;margin:auto;padding:0 24px}
.secFeedback-top{text-align:center;margin-bottom:52px}
.secFeedback-top .labelTag{background:#1e9ffa26;color:#5ec4ff}
.secFeedback-h2{font-size:clamp(1.6rem,2.8vw,2.3rem);font-weight:800;color:#fff;margin-bottom:14px}
.secFeedback-sub{color:#8090a8;font-size:.98rem;max-width:520px;margin:0 auto;line-height:1.6}
.feedbackGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.fbCard{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;padding:28px 24px;transition:border-color 0.2s,background .2s}
.fbCard:hover{background:#ffffff12;border-color:#1e9ffa4d}
.fbCard-stars{display:flex;gap:3px;margin-bottom:16px}
.fbCard-stars span{color:#f5a623;font-size:.9rem}
.fbCard-quote{font-size:.93rem;color:#b0bcd0;line-height:1.7;margin-bottom:20px;font-style:italic}
.fbCard-author{display:flex;align-items:center;gap:12px}
.fbCard-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#864409,#1E9FFA);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#fff;flex-shrink:0}
.fbCard-name{font-size:.9rem;font-weight:700;color:#d0dcea}
.fbCard-role{font-size:.76rem;color:#607080}
.secAccess{background:#fff;padding:80px 0}
.secAccess-inner{max-width:1320px;margin:auto;padding:0 24px}
.secAccess-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.secAccess-content .labelTag{background:#8644091a;color:#864409}
.secAccess-h2{font-size:clamp(1.5rem,2.4vw,2.1rem);font-weight:800;color:#1a1a1a;line-height:1.25;margin-bottom:20px}
.secAccess-p{font-size:.97rem;color:#4a5060;line-height:1.7;margin-bottom:32px}
.accessFeats{display:flex;flex-direction:column;gap:16px}
.accessFeat{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#f7f8fb;border-radius:8px;border:1px solid #ebebf2}
.accessFeat-ico{width:38px;height:38px;flex-shrink:0;background:linear-gradient(135deg,#86440926,#1e9ffa1a);border-radius:7px;display:flex;align-items:center;justify-content:center}
.accessFeat-txt strong{display:block;font-size:.92rem;font-weight:700;color:#1a1a1a;margin-bottom:4px}
.accessFeat-txt span{font-size:.84rem;color:#606878;line-height:1.5}
.secAccess-visual{position:relative}
.secAccess-visual img{width:100%;height:400px;object-fit:cover;border-radius:12px;display:block}
.accessRating{position:absolute;top:24px;right:-16px;background:#fff;border-radius:10px;padding:14px 18px;box-shadow:0 8px 28px #0000001f;border:1px solid #ebebf2;text-align:center;min-width:110px}
.accessRating .rNum{font-size:1.8rem;font-weight:800;color:#864409;display:block;line-height:1}
.accessRating .rLbl{font-size:.7rem;color:#7a8090;text-transform:uppercase;letter-spacing:.05em}
.secSupport{background:linear-gradient(135deg,#8644090f 0%,#1e9ffa0f 100%),#f0f4f8;padding:80px 0}
.secSupport-inner{max-width:1320px;margin:auto;padding:0 24px}
.secSupport-head{text-align:center;margin-bottom:52px}
.secSupport-h2{font-size:clamp(1.6rem,2.8vw,2.3rem);font-weight:800;color:#1a1a1a;margin-bottom:14px}
.secSupport-sub{font-size:.97rem;color:#5a6070;max-width:480px;margin:0 auto;line-height:1.6}
.supportSteps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}
.supportSteps::before{content:'';position:absolute;top:30px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#864409,#1E9FFA);z-index:0}
.supportStep{background:#fff;border-radius:10px;padding:28px 20px 24px;text-align:center;box-shadow:0 2px 16px #0000000f;position:relative;z-index:1;border:1px solid #e8ecf2;transition:box-shadow .2s}
.supportStep:hover{box-shadow:0 8px 28px #86440924}
.supportStep-num{width:44px;height:44px;border-radius:50%;background:#864409;color:#fff;font-size:1rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 4px 14px #86440959}
.supportStep h4{font-size:.98rem;font-weight:700;color:#1a1a1a;margin-bottom:10px}
.supportStep p{font-size:.84rem;color:#606878;line-height:1.6}
.secExpertise{background:#fff;padding:80px 0 72px}
.secExpertise-inner{max-width:1320px;margin:auto;padding:0 24px;display:flex;flex-direction:row;gap:56px;align-items:flex-start}
.secExpertise-content{flex:1}
.secExpertise-h2{font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:800;color:#1a1a1a;line-height:1.25;margin-bottom:18px}
.secExpertise-p{font-size:.97rem;color:#4a5060;line-height:1.7;margin-bottom:28px}
.expertStats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px}
.expertStat{padding:18px 16px;background:#FEF1E7;border-radius:8px;border-left:3px solid #864409}
.expertStat strong{display:block;font-size:1.7rem;font-weight:800;color:#864409;line-height:1;margin-bottom:6px}
.expertStat span{font-size:.8rem;color:#6a5040;line-height:1.4}
.expertCreds{display:flex;flex-direction:column;gap:10px}
.expertCred{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f5f8fc;border-radius:7px;font-size:.9rem;color:#3a4050;font-weight:500;border:1px solid #e4e8f0}
.expertCred svg{flex-shrink:0;color:#1E9FFA}
.secExpertise-visual{flex:0 0 42%;display:flex;flex-direction:column;gap:20px}
.expertImgMain{border-radius:10px;overflow:hidden}
.expertImgMain img{width:100%;height:300px;object-fit:cover;display:block}
.expertMethodBox{background:linear-gradient(135deg,#864409,#c46b1a);border-radius:10px;padding:24px;color:#fff}
.expertMethodBox h5{font-size:1rem;font-weight:700;margin-bottom:12px}
.expertMethodTags{display:flex;flex-wrap:wrap;gap:8px}
.expertMethodTag{background:#ffffff26;border-radius:5px;padding:5px 12px;font-size:.78rem;font-weight:600}
.dividerWave{width:100%;overflow:hidden;line-height:0;background:#fff}
.dividerWave svg{display:block;width:100%}
@media (max-width: 1024px) {
.pgHero-inner{flex-direction:column;min-height:auto}
.pgHero-txt{flex:none;padding:56px 28px 40px}
.pgHero-imgCol{height:300px}
.careerGrid{grid-template-columns:repeat(2,1fr)}
.feedbackGrid{grid-template-columns:repeat(2,1fr)}
.supportSteps{grid-template-columns:repeat(2,1fr)}
.supportSteps::before{display:none}
.secCommunity-inner{flex-direction:column;gap:36px}
.secCommunity-imgWrap{flex:none}
.secAccess-layout{grid-template-columns:1fr;gap:36px}
.secAccess-visual{display:none}
.secExpertise-inner{flex-direction:column;gap:36px}
.secExpertise-visual{flex:none;width:100%}
}
@media (max-width: 640px) {
.pgHero-stat{flex-direction:row;gap:18px;left:20px;bottom:18px}
.pgHero-txt{padding:40px 18px 28px}
.pgHero-actions{flex-direction:column}
.careerGrid{grid-template-columns:1fr}
.feedbackGrid{grid-template-columns:1fr}
.supportSteps{grid-template-columns:1fr}
.expertStats{grid-template-columns:1fr}
.secCareer-head{flex-direction:column;align-items:flex-start}
.pgHero-gaze{display:none}
.secFeedback-inner,.secCareer-inner,.secAccess-inner,.secSupport-inner,.secExpertise-inner,.secCommunity-inner{padding:0 14px}
}
.ctPage{background:#fff}
.ctHero{position:relative;background:linear-gradient(135deg,#864409 0%,#5a2d06 60%,#1E1008 100%);overflow:hidden;padding:0}
.ctHero-inner{max-width:1320px;margin:auto;display:flex;flex-direction:row;align-items:stretch;min-height:420px}
.ctHero-textZone{flex:0 0 55%;padding:80px 60px 80px 40px;position:relative;z-index:2}
.ctHero-textZone::after{content:'';position:absolute;right:0;top:0;bottom:0;width:1px;background:#fef1e72e}
.ctHero-label{display:inline-block;background:#1e9ffa38;border:1px solid #1e9ffa73;color:#7dd3fa;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;padding:5px 14px;border-radius:4px;margin-bottom:28px}
.ctHero-title{color:#fff;font-size:2.6rem;font-weight:800;line-height:1.18;margin:0 0 22px;letter-spacing:-.5px}
.ctHero-title span{color:#FEF1E7;position:relative}
.ctHero-title span::after{content:'';position:absolute;left:0;bottom:2px;width:100%;height:3px;background:#1E9FFA;border-radius:2px;opacity:.7}
.ctHero-desc{color:#fef1e7d1;font-size:1.05rem;line-height:1.7;max-width:440px;margin:0 0 12px}
.ctHero-desc + .ctHero-desc{margin-top:10px}
.ctHero-metaZone{flex:0 0 45%;display:flex;flex-direction:column;justify-content:center;padding:60px 40px 60px 50px;gap:24px;position:relative}
.ctHero-deco{position:absolute;top:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,#1e9ffa21 0%,transparent 70%);pointer-events:none}
.ctHero-deco2{position:absolute;bottom:-40px;left:20px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,#86440959 0%,transparent 70%);pointer-events:none}
.ctInfoCard{display:flex;flex-direction:row;align-items:flex-start;gap:16px;background:#fef1e712;border:1px solid #fef1e71f;border-radius:8px;padding:18px 20px;transition:background .2s;position:relative;z-index:2}
.ctInfoCard:hover{background:#fef1e71f}
.ctInfoCard-icon{width:40px;height:40px;border-radius:8px;background:#1e9ffa2e;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ctInfoCard-icon svg{width:20px;height:20px;fill:#7dd3fa}
.ctInfoCard-body{display:flex;flex-direction:column;gap:4px}
.ctInfoCard-lbl{font-size:10px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:#fef1e780}
.ctInfoCard-val{font-size:.92rem;color:#FEF1E7;font-weight:500;line-height:1.5}
.ctInfoCard-val a{color:#7dd3fa;text-decoration:none;border-bottom:1px solid #7dd3fa4d;transition:border-color .2s}
.ctInfoCard-val a:hover{border-color:#7dd3fa}
.ctMain{max-width:1320px;margin:auto;padding:72px 40px 80px;display:grid;grid-template-columns:1fr 1.6fr;gap:64px;align-items:start}
.ctSideInfo{display:flex;flex-direction:column;gap:0}
.ctSide-heading{font-size:1.45rem;font-weight:800;color:#1a0d04;margin:0 0 12px;line-height:1.25;position:relative;padding-left:16px}
.ctSide-heading::before{content:'';position:absolute;left:0;top:4px;bottom:4px;width:4px;background:#864409;border-radius:2px}
.ctSide-text{font-size:.95rem;color:#5a4030;line-height:1.72;margin:0 0 28px}
.ctSide-divider{height:1px;background:linear-gradient(to right,#FEF1E7,#e4c8a8,#FEF1E7);margin:8px 0 32px}
.ctSide-topics{display:flex;flex-direction:column;gap:12px;margin-bottom:36px}
.ctSide-topicItem{display:flex;flex-direction:row;align-items:center;gap:12px;padding:14px 16px;background:#FEF1E7;border-radius:6px;border-left:3px solid #864409}
.ctSide-topicItem svg{width:18px;height:18px;fill:#864409;flex-shrink:0}
.ctSide-topicText{font-size:.88rem;color:#3d1f08;font-weight:600;line-height:1.4}
.ctSide-hoursBlock{background:linear-gradient(135deg,#864409 0%,#6b3507 100%);border-radius:8px;padding:24px 22px;color:#fff}
.ctSide-hoursTitle{font-size:.78rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#fef1e799;margin:0 0 14px}
.ctSide-hoursRow{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #fef1e71f;font-size:.88rem}
.ctSide-hoursRow:last-child{border-bottom:none}
.ctSide-hoursDay{color:#fef1e7cc}
.ctSide-hoursTime{color:#FEF1E7;font-weight:600}
.ctSide-hoursTime.is-closed{color:#fef1e766;font-weight:400}
.ctFormWrap{background:#fff;border:1px solid #e8d8c8;border-radius:10px;box-shadow:0 4px 24px #86440914 0 1px 4px #8644090a;padding:48px 44px}
.ctForm-heading{font-size:1.3rem;font-weight:800;color:#1a0d04;margin:0 0 6px}
.ctForm-subtext{font-size:.9rem;color:#7a5840;line-height:1.55;margin:0 0 32px}
.ctForm-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}
.ctForm-group{display:flex;flex-direction:column;gap:7px;margin-bottom:20px}
.ctForm-group.ctForm-group-full{margin-bottom:20px}
.ctForm-label{font-size:.8rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:#5a3018}
.ctForm-label .ctForm-req{color:#864409;margin-left:2px}
.ctForm-input{width:100%;padding:11px 14px;border:1.5px solid #ddd0c4;border-radius:6px;font-size:.95rem;color:#2a1408;background:#fefaf7;box-shadow:inset 0 1px 3px #8644090f;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box;outline:none}
.ctForm-input:focus{border-color:#864409;box-shadow:inset 0 1px 3px #8644091a 0 0 0 3px #86440917;background:#fff}
.ctForm-input::placeholder{color:#bba898}
.ctForm-select{width:100%;padding:11px 36px 11px 14px;border:1.5px solid #ddd0c4;border-radius:6px;font-size:.95rem;color:#2a1408;background:#fefaf7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23864409' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 10px center;appearance:none;box-shadow:inset 0 1px 3px #8644090f;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box;outline:none;cursor:pointer}
.ctForm-select:focus{border-color:#864409;box-shadow:inset 0 1px 3px #8644091a 0 0 0 3px #86440917;background-color:#fff}
.ctForm-textarea{width:100%;padding:11px 14px;border:1.5px solid #ddd0c4;border-radius:6px;font-size:.95rem;color:#2a1408;background:#fefaf7;box-shadow:inset 0 1px 3px #8644090f;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box;outline:none;resize:vertical;min-height:120px}
.ctForm-textarea:focus{border-color:#864409;box-shadow:inset 0 1px 3px #8644091a 0 0 0 3px #86440917;background:#fff}
.ctForm-textarea::placeholder{color:#bba898}
.ctForm-methodGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:4px}
.ctForm-methodOpt{position:relative}
.ctForm-methodOpt input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.ctForm-methodLabel{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border:1.5px solid #ddd0c4;border-radius:7px;cursor:pointer;background:#fefaf7;transition:all .18s;font-size:.8rem;color:#7a5840;font-weight:600;text-align:center;user-select:none}
.ctForm-methodLabel svg{width:22px;height:22px;fill:#bba898;transition:fill .18s}
.ctForm-methodOpt input[type="radio"]:checked + .ctForm-methodLabel{border-color:#864409;background:#FEF1E7;color:#864409;box-shadow:0 0 0 3px #86440917}
.ctForm-methodOpt input[type="radio"]:checked + .ctForm-methodLabel svg{fill:#864409}
.ctForm-methodLabel:hover{border-color:#c9813a;background:#fff}
.ctForm-checkRow{display:flex;flex-direction:row;align-items:flex-start;gap:11px;margin:24px 0 22px;padding:14px 16px;background:#fefaf7;border:1px solid #e8d8c8;border-radius:6px}
.ctForm-checkRow input[type="checkbox"]{margin-top:2px;width:17px;height:17px;accent-color:#864409;flex-shrink:0;cursor:pointer}
.ctForm-checkText{font-size:.83rem;color:#7a5840;line-height:1.55}
.ctForm-checkText a{color:#864409;font-weight:600;text-decoration:underline;text-underline-offset:2px}
.ctForm-checkText a:hover{color:#5a2d06}
.ctForm-submitBtn{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:linear-gradient(135deg,#864409 0%,#6b3507 100%);color:#FEF1E7;font-size:.95rem;font-weight:700;padding:14px 32px;border:none;border-radius:7px;cursor:pointer;text-decoration:none;box-shadow:0 4px 14px #86440947;transition:all .2s;position:relative;z-index:2;letter-spacing:.3px}
.ctForm-submitBtn svg{width:18px;height:18px;fill:#FEF1E7}
.ctForm-submitBtn:hover{background:linear-gradient(135deg,#6b3507 0%,#864409 100%);box-shadow:0 6px 20px #86440961;transform:translateY(-1px)}
.ctForm-submitBtn:active{transform:translateY(0);box-shadow:0 2px 8px #86440938}
.ctForm-note{font-size:.78rem;color:#bba898;margin-top:12px;line-height:1.5}
.ctDividerWave{width:100%;overflow:hidden;line-height:0;background:#fff}
.ctDividerWave svg{display:block;width:100%}
@media (max-width: 1100px) {
.ctMain{grid-template-columns:1fr;gap:48px;padding:56px 32px 64px}
.ctHero-inner{flex-direction:column;min-height:auto}
.ctHero-textZone{flex:none;padding:56px 32px 32px}
.ctHero-textZone::after{display:none}
.ctHero-metaZone{flex:none;padding:0 32px 48px;flex-direction:row;flex-wrap:wrap;gap:16px}
.ctInfoCard{flex:1 1 calc(50% - 8px);min-width:200px}
}
@media (max-width: 768px) {
.ctHero-title{font-size:1.9rem}
.ctHero-textZone{padding:44px 20px 28px}
.ctHero-metaZone{padding:0 20px 36px;flex-direction:column}
.ctInfoCard{flex:none;width:100%}
.ctMain{padding:40px 20px 56px}
.ctFormWrap{padding:30px 20px}
.ctForm-row{grid-template-columns:1fr;gap:0}
.ctForm-methodGrid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 480px) {
.ctHero-title{font-size:1.55rem}
.ctForm-methodGrid{grid-template-columns:1fr 1fr}
}
.aboutHero{position:relative;overflow:hidden;background:#FEF1E7;padding:72px 0 64px}
.aboutHero .heroInner{max-width:1320px;margin:auto;padding:0 24px;display:flex;flex-direction:row;align-items:center;gap:56px}
.aboutHero .heroDeco{position:absolute;top:0;right:0;width:420px;height:100%;pointer-events:none;z-index:0}
.aboutHero .heroDeco svg{width:100%;height:100%}
.aboutHero .heroImgCol{flex:0 0 420px;position:relative;z-index:1}
.aboutHero .heroImgFrame{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 12px 40px #8644092e}
.aboutHero .heroImgFrame::before{content:'';display:block;position:absolute;top:-8px;left:-8px;right:8px;bottom:8px;border:2px solid #86440940;border-radius:8px;z-index:2;pointer-events:none}
.aboutHero .heroImgFrame img{width:100%;height:340px;object-fit:cover;display:block;border-radius:8px}
.aboutHero .heroImgBadge{position:absolute;bottom:20px;left:20px;background:#864409e0;color:#fff;padding:10px 18px;border-radius:6px;font-size:.82rem;font-weight:600;letter-spacing:.04em;z-index:3}
.aboutHero .heroTextCol{flex:1;position:relative;z-index:1;min-width:0}
.aboutHero .heroTextCol .tagLine{display:inline-block;background:#1e9ffa1a;color:#1E9FFA;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:4px;margin-bottom:18px}
.aboutHero .heroTextCol h1{font-size:2.4rem;font-weight:800;line-height:1.2;color:#1a1a1a;margin-bottom:20px;position:relative}
.aboutHero .heroTextCol h1 .accentWord{color:#864409}
.aboutHero .heroTextCol h1::after{content:'';display:block;width:56px;height:4px;background:linear-gradient(90deg,#864409,#1E9FFA);border-radius:2px;margin-top:16px}
.aboutHero .heroTextCol .heroLead{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:28px;max-width:520px}
.aboutHero .heroStats{display:flex;flex-direction:row;gap:32px;flex-wrap:wrap}
.aboutHero .statItm{display:flex;flex-direction:column;gap:2px}
.aboutHero .statItm .statNum{font-size:2rem;font-weight:800;color:#864409;line-height:1}
.aboutHero .statItm .statLbl{font-size:.8rem;color:#666;line-height:1.4}
.aboutCore{background:#fff;padding:80px 0 72px}
.aboutCore .coreInner{max-width:1320px;margin:auto;padding:0 24px}
.aboutCore .coreHeadRow{display:flex;flex-direction:row;align-items:flex-end;gap:40px;margin-bottom:56px}
.aboutCore .coreHeadRow .coreHeadText{flex:1;min-width:0}
.aboutCore .coreHeadRow .coreHeadText h2{font-size:1.95rem;font-weight:800;color:#1a1a1a;line-height:1.25;margin-bottom:12px;position:relative;padding-left:20px}
.aboutCore .coreHeadRow .coreHeadText h2::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:4px;background:#864409;border-radius:2px}
.aboutCore .coreHeadRow .coreHeadText p{font-size:.97rem;line-height:1.7;color:#555;margin:0;max-width:480px}
.aboutCore .coreHeadRow .coreImgSmall{flex:0 0 260px}
.aboutCore .coreHeadRow .coreImgSmall img{width:100%;height:190px;object-fit:cover;border-radius:8px;box-shadow:0 6px 24px #1e9ffa1f}
.aboutCore .coreGrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;margin-bottom:56px}
.aboutCore .coreCard{background:#FEF1E7;border-radius:8px;padding:28px 24px;border-top:3px solid #864409;box-shadow:0 2px 8px #86440912;transition:box-shadow 0.22s,transform .22s;position:relative}
.aboutCore .coreCard:hover{box-shadow:0 8px 28px #86440924;transform:translateY(-3px)}
.aboutCore .coreCard .cardIcon{width:44px;height:44px;background:#8644091f;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.aboutCore .coreCard .cardIcon svg{width:22px;height:22px}
.aboutCore .coreCard h4{font-size:1.02rem;font-weight:700;color:#1a1a1a;margin-bottom:8px}
.aboutCore .coreCard p{font-size:.88rem;line-height:1.65;color:#555;margin:0}
.aboutCore .coreSplit{display:flex;flex-direction:row;gap:48px;align-items:flex-start}
.aboutCore .coreSplitImgs{flex:0 0 420px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.aboutCore .coreSplitImgs .imgBig{grid-column:1 / 3}
.aboutCore .coreSplitImgs .imgBig img{width:100%;height:200px;object-fit:cover;border-radius:8px;box-shadow:0 4px 16px #8644091a}
.aboutCore .coreSplitImgs .imgSm img{width:100%;height:130px;object-fit:cover;border-radius:8px;box-shadow:0 4px 16px #1e9ffa1a}
.aboutCore .coreSplitContent{flex:1;min-width:0}
.aboutCore .coreSplitContent h3{font-size:1.45rem;font-weight:800;color:#1a1a1a;margin-bottom:16px;line-height:1.3}
.aboutCore .coreSplitContent .splitLead{font-size:.96rem;line-height:1.7;color:#444;margin-bottom:24px}
.aboutCore .checkList{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:12px}
.aboutCore .checkList li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:.91rem;line-height:1.55;color:#333}
.aboutCore .checkList li .chkMark{flex:0 0 22px;width:22px;height:22px;background:#1e9ffa1f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}
.aboutCore .checkList li .chkMark svg{width:12px;height:12px}
.aboutCore .coreSplitContent .ctaBtn{display:inline-flex;align-items:center;gap:8px;background:#864409;color:#fff;padding:13px 28px;border-radius:6px;font-size:.92rem;font-weight:700;text-decoration:none;transition:background 0.2s,box-shadow .2s;box-shadow:0 4px 14px #86440938;position:relative;z-index:2}
.aboutCore .coreSplitContent .ctaBtn:hover{background:#6b3507;box-shadow:0 6px 20px #86440952}
.svgDivider{display:block;line-height:0;background:#FEF1E7}
.svgDivider svg{display:block;width:100%}
@media (max-width: 1024px) {
.aboutHero .heroImgCol{flex:0 0 320px}
.aboutCore .coreGrid{grid-template-columns:1fr 1fr}
.aboutCore .coreSplit{flex-direction:column}
.aboutCore .coreSplitImgs{flex:none;width:100%}
}
@media (max-width: 720px) {
.aboutHero .heroInner{flex-direction:column;gap:32px}
.aboutHero .heroImgCol{flex:none;width:100%}
.aboutHero .heroTextCol h1{font-size:1.7rem}
.aboutHero .heroStats{gap:20px}
.aboutCore .coreGrid{grid-template-columns:1fr}
.aboutCore .coreHeadRow{flex-direction:column;gap:24px}
.aboutCore .coreHeadRow .coreImgSmall{flex:none;width:100%}
.aboutCore .coreSplitImgs{flex:none;width:100%}
.aboutHero .heroDeco{width:180px;opacity:.4}
}
.teachMethods-hero{display:flex;flex-direction:row;align-items:center;min-height:520px;background:#FEF1E7;overflow:hidden;position:relative}
.teachMethods-hero .hero-inner{display:flex;flex-direction:row;align-items:center;max-width:1320px;margin:auto;width:100%;padding:64px 32px;gap:48px}
.teachMethods-hero .heroTxt{flex:1 1 480px;min-width:0}
.teachMethods-hero .heroTxt h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:#864409;line-height:1.15;margin:0 0 20px;letter-spacing:-.5px}
.teachMethods-hero .heroTxt h1 .heroTxt-accent{color:#1E9FFA;display:inline}
.teachMethods-hero .heroTxt .heroTxt-lead{font-size:1.08rem;color:#4a3728;line-height:1.7;margin:0 0 32px;max-width:480px}
.teachMethods-hero .heroTxt .heroTxt-cta{display:inline-block;background:#864409;color:#fff;padding:14px 34px;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:background 0.22s,box-shadow 0.22s,transform .18s;box-shadow:0 4px 16px #8644092e;position:relative;z-index:2}
.teachMethods-hero .heroTxt .heroTxt-cta:hover{background:#a85510;box-shadow:0 8px 24px #86440947;transform:translateY(-2px)}
.teachMethods-hero .heroImg-wrapper{flex:0 0 420px;max-width:420px;position:relative;display:flex;align-items:center;justify-content:center}
.teachMethods-hero .heroImg-wrapper img{width:100%;height:360px;object-fit:cover;border-radius:10px;box-shadow:0 12px 32px #86440929;animation:heroImgFloat 4s ease-in-out infinite;display:block}
@keyframes heroImgFloat {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-10px)}
}
.methods-statsBar{background:#864409;padding:0}
.methods-statsBar .statsBar-inner{max-width:1320px;margin:auto;display:flex;flex-direction:row;align-items:stretch;padding:0 32px}
.methods-statsBar .statItem{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 16px;border-right:1px solid #fef1e72e;gap:4px}
.methods-statsBar .statItem:last-child{border-right:none}
.methods-statsBar .statItem .statNum{font-size:2rem;font-weight:800;color:#FEF1E7;line-height:1}
.methods-statsBar .statItem .statLbl{font-size:.82rem;color:#fef1e7bf;text-align:center;letter-spacing:.04em}
.methods-approach{background:#fff;padding:80px 0 64px}
.methods-approach .approach-inner{max-width:1320px;margin:auto;padding:0 32px}
.methods-approach .approach-head{max-width:640px;margin:0 0 52px}
.methods-approach .approach-head h2{font-size:clamp(1.5rem,3vw,2.4rem);font-weight:800;color:#1a1208;line-height:1.2;margin:0 0 14px;position:relative;padding-left:18px}
.methods-approach .approach-head h2::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:4px;background:#1E9FFA;border-radius:2px}
.methods-approach .approach-head p{font-size:1rem;color:#5a4030;line-height:1.65;margin:0}
.methods-approach .approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.methods-approach .apCard{background:#FEF1E7;border-radius:10px;padding:32px 28px;display:flex;flex-direction:column;gap:14px;border:1px solid #8644091a;transition:box-shadow 0.2s,transform .2s;position:relative;overflow:hidden}
.methods-approach .apCard::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#864409,#1E9FFA);transform:scaleX(0);transform-origin:left;transition:transform .3s}
.methods-approach .apCard:hover{box-shadow:0 8px 24px #86440924;transform:translateY(-4px)}
.methods-approach .apCard:hover::after{transform:scaleX(1)}
.methods-approach .apCard .apCard-ico{width:44px;height:44px;background:#864409;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.methods-approach .apCard .apCard-ico svg{width:22px;height:22px;fill:#FEF1E7}
.methods-approach .apCard h3{font-size:1.08rem;font-weight:700;color:#864409;margin:0;line-height:1.3}
.methods-approach .apCard p{font-size:.92rem;color:#5a4030;line-height:1.6;margin:0}
.methods-tabs-section{background:linear-gradient(135deg,#1a1208 0%,#2d1a07 100%);padding:80px 0;position:relative}
.methods-tabs-section .tabs-inner{max-width:1320px;margin:auto;padding:0 32px}
.methods-tabs-section .tabs-head{text-align:center;margin-bottom:48px}
.methods-tabs-section .tabs-head h2{font-size:clamp(1.4rem,2.8vw,2.2rem);font-weight:800;color:#FEF1E7;margin:0 0 12px}
.methods-tabs-section .tabs-head p{color:#fef1e7b3;font-size:1rem;margin:0}
.tabsCss-wrapper{position:relative}
.tabsCss-wrapper input[type="radio"]{display:none}
.tabsCss-nav{display:flex;flex-direction:row;gap:4px;margin-bottom:32px;flex-wrap:wrap}
.tabsCss-nav label{padding:12px 22px;border-radius:8px 8px 0 0;color:#fef1e7a6;font-size:.9rem;font-weight:600;cursor:pointer;background:#86440940;border:1px solid #86440933;border-bottom:none;transition:background 0.2s,color .2s;letter-spacing:.02em}
.tabsCss-nav label:hover{background:#86440973;color:#FEF1E7}
.tabsCss-panels .tabPanel{display:none;background:#fef1e70d;border:1px solid #8644094d;border-radius:0 10px 10px 10px;padding:40px}
.tabsCss-panels .tabPanel-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.tabsCss-panels .tabPanel-txt h3{font-size:1.3rem;font-weight:700;color:#FEF1E7;margin:0 0 14px}
.tabsCss-panels .tabPanel-txt p{color:#fef1e7bf;font-size:.95rem;line-height:1.65;margin:0 0 20px}
.tabsCss-panels .tabPanel-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.tabsCss-panels .tabPanel-list li{display:flex;align-items:flex-start;gap:10px;color:#fef1e7cc;font-size:.9rem;line-height:1.5}
.tabsCss-panels .tabPanel-list li::before{content:'';width:8px;height:8px;background:#1E9FFA;border-radius:50%;margin-top:5px;flex-shrink:0}
.tabsCss-panels .tabPanel-visual{display:flex;flex-direction:column;gap:14px}
.tabPanel-metric{background:#8644094d;border-radius:8px;padding:16px 20px;display:flex;flex-direction:column;gap:8px}
.tabPanel-metric .metric-row{display:flex;justify-content:space-between;align-items:center}
.tabPanel-metric .metric-lbl{font-size:.82rem;color:#fef1e7a6}
.tabPanel-metric .metric-val{font-size:.88rem;font-weight:700;color:#1E9FFA}
.tabPanel-metric .metric-bar{height:6px;background:#fef1e71a;border-radius:3px;overflow:hidden}
.tabPanel-metric .metric-fill{height:100%;background:linear-gradient(90deg,#864409,#1E9FFA);border-radius:3px}
#tab1:checked ~ .tabsCss-nav label[for="tab1"],#tab2:checked ~ .tabsCss-nav label[for="tab2"],#tab3:checked ~ .tabsCss-nav label[for="tab3"]{background:#fef1e70d;color:#FEF1E7;border-color:#8644094d}
#tab1:checked ~ .tabsCss-panels #panel1,#tab2:checked ~ .tabsCss-panels #panel2,#tab3:checked ~ .tabsCss-panels #panel3{display:block}
.methods-process{background:#f7f0e8;padding:80px 0}
.methods-process .process-inner{max-width:1320px;margin:auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.methods-process .processImg-col img{width:100%;height:400px;object-fit:cover;border-radius:10px;box-shadow:0 16px 40px #86440933;display:block}
.methods-process .processTxt-col h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#1a1208;margin:0 0 18px;line-height:1.25}
.methods-process .processTxt-col .processTxt-sub{font-size:.95rem;color:#5a4030;line-height:1.65;margin:0 0 32px}
.methods-process .stepList{display:flex;flex-direction:column;gap:20px}
.methods-process .stepItem{display:flex;flex-direction:row;gap:18px;align-items:flex-start}
.methods-process .stepNum{width:42px;height:42px;background:#864409;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:#FEF1E7;flex-shrink:0}
.methods-process .stepTxt h4{font-size:.98rem;font-weight:700;color:#864409;margin:0 0 4px}
.methods-process .stepTxt p{font-size:.88rem;color:#5a4030;line-height:1.55;margin:0}
.methods-process .process-team-link{display:inline-flex;align-items:center;gap:8px;margin-top:32px;color:#1E9FFA;font-size:.95rem;font-weight:600;text-decoration:none;border-bottom:1.5px solid transparent;transition:border-color 0.2s,color .2s}
.methods-process .process-team-link:hover{border-bottom-color:#1E9FFA;color:#0d7fd4}
.methods-process .process-team-link svg{width:16px;height:16px;fill:currentColor;transition:transform .2s}
.methods-process .process-team-link:hover svg{transform:translateX(4px)}
.methods-faq{background:#fff;padding:80px 0}
.methods-faq .faq-inner{max-width:860px;margin:auto;padding:0 32px}
.methods-faq .faq-head{text-align:center;margin-bottom:48px}
.methods-faq .faq-head h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#1a1208;margin:0 0 12px}
.methods-faq .faq-head p{font-size:.98rem;color:#5a4030;margin:0}
.faqAccordion{display:flex;flex-direction:column;gap:10px}
.faqAccordion input[type="checkbox"]{display:none}
.faqItem{border:1px solid #86440926;border-radius:8px;overflow:hidden;background:#FEF1E7}
.faqItem label{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;cursor:pointer;font-size:.97rem;font-weight:600;color:#1a1208;gap:12px;transition:background .18s}
.faqItem label:hover{background:#8644090f}
.faqItem label .faqArrow{width:20px;height:20px;flex-shrink:0;fill:#864409;transition:transform .25s}
.faqItem .faqBody{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s;padding:0 22px}
.faqItem .faqBody p{font-size:.9rem;color:#5a4030;line-height:1.65;margin:0;padding-bottom:18px}
.faqAccordion input:checked + .faqItem label .faqArrow{transform:rotate(180deg)}
.faqAccordion input:checked + .faqItem .faqBody{max-height:400px;padding-top:4px}
.faqAccordion input:checked + .faqItem{border-color:#8644094d}
.methods-cta-strip{background:linear-gradient(100deg,#864409 0%,#a85510 60%,#1E9FFA 100%);padding:60px 32px;text-align:center}
.methods-cta-strip .ctaStrip-inner{max-width:700px;margin:auto}
.methods-cta-strip h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#fff;margin:0 0 14px;line-height:1.25}
.methods-cta-strip p{color:#ffffffd1;font-size:1rem;line-height:1.6;margin:0 0 28px}
.methods-cta-strip .ctaStrip-btns{display:flex;flex-direction:row;gap:14px;justify-content:center;flex-wrap:wrap}
.methods-cta-strip .ctaStrip-btns .btn-white{background:#fff;color:#864409;padding:13px 30px;border-radius:8px;font-weight:700;font-size:.95rem;text-decoration:none;transition:box-shadow 0.2s,transform .18s;box-shadow:0 4px 14px #0000001f;position:relative;z-index:2}
.methods-cta-strip .ctaStrip-btns .btn-white:hover{box-shadow:0 8px 24px #0003;transform:translateY(-2px)}
.methods-cta-strip .ctaStrip-btns .btn-outline{background:transparent;color:#fff;padding:13px 30px;border-radius:8px;font-weight:700;font-size:.95rem;text-decoration:none;border:2px solid #fff9;transition:border-color 0.2s,background .2s;position:relative;z-index:2}
.methods-cta-strip .ctaStrip-btns .btn-outline:hover{border-color:#fff;background:#ffffff1a}
@media (max-width: 900px) {
.teachMethods-hero .hero-inner{flex-direction:column;padding:40px 20px;gap:32px}
.teachMethods-hero .heroImg-wrapper{flex:none;max-width:100%;width:100%}
.teachMethods-hero .heroImg-wrapper img{height:260px}
.methods-approach .approach-grid{grid-template-columns:1fr 1fr}
.tabsCss-panels .tabPanel-layout{grid-template-columns:1fr;gap:24px}
.tabsCss-panels .tabPanel{padding:28px 20px}
.methods-process .process-inner{grid-template-columns:1fr;gap:32px}
.methods-process .processImg-col img{height:260px}
.methods-statsBar .statsBar-inner{flex-wrap:wrap}
.methods-statsBar .statItem{flex:1 1 50%;border-right:none;border-bottom:1px solid #fef1e72e}
}
@media (max-width: 600px) {
.methods-approach .approach-grid{grid-template-columns:1fr}
.tabsCss-nav{flex-direction:column;gap:4px}
.tabsCss-nav label{border-radius:8px;border:1px solid #86440933}
.tabsCss-panels .tabPanel{border-radius:10px}
.methods-statsBar .statItem{flex:1 1 100%}
.methods-approach .approach-inner,.methods-process .process-inner,.methods-tabs-section .tabs-inner,.methods-faq .faq-inner{padding:0 14px}
}
.suc-outer{width:100%;overflow:hidden}
.suc-hero{background:linear-gradient(135deg,#FEF1E7 0%,#fff 55%,#86440912 100%);padding:100px 20px 80px;position:relative}
.suc-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#86440917 0%,transparent 70%);pointer-events:none}
.suc-hero::after{content:'';position:absolute;bottom:-40px;left:10%;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#1e9ffa14 0%,transparent 70%);pointer-events:none}
.suc-heroInner{max-width:760px;margin:0 auto;text-align:center;position:relative;z-index:2}
.suc-checkWrap{display:flex;flex-direction:row;justify-content:center;margin-bottom:36px}
.suc-checkCircle{width:88px;height:88px;border-radius:50%;background:linear-gradient(145deg,#864409,#864409bf);display:flex;flex-direction:row;align-items:center;justify-content:center;box-shadow:0 8px 24px #86440947 0 2px 6px #86440926;position:relative}
.suc-checkCircle::after{content:'';position:absolute;inset:-5px;border-radius:50%;border:2px dashed #86440940}
.suc-checkCircle svg{width:38px;height:38px;flex-shrink:0}
.suc-tag{display:inline-block;background:#1e9ffa1a;color:#1E9FFA;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 16px;border-radius:20px;margin-bottom:20px;border:1px solid #1e9ffa38}
.suc-heroTitle{font-size:clamp(28px,5vw,46px);font-weight:800;color:#1a1a1a;line-height:1.2;margin:0 0 18px;letter-spacing:-.5px}
.suc-heroTitle span{color:#864409;position:relative}
.suc-heroTitle span::after{content:'';position:absolute;left:0;bottom:2px;width:100%;height:3px;background:linear-gradient(90deg,#864409,#8644094d);border-radius:2px}
.suc-heroSub{font-size:17px;color:#555;line-height:1.65;margin:0 0 40px;max-width:560px;margin-left:auto;margin-right:auto}
.suc-heroBtnRow{display:flex;flex-direction:row;gap:14px;justify-content:center;flex-wrap:wrap}
.suc-btnPrimary{display:inline-block;background:#864409;color:#fff;font-size:15px;font-weight:700;padding:14px 32px;border-radius:8px;text-decoration:none;box-shadow:0 4px 14px #86440947;transition:background 0.2s,transform 0.18s,box-shadow .2s;position:relative;z-index:3}
.suc-btnPrimary:hover{background:#864409d9;transform:translateY(-2px);box-shadow:0 8px 20px #86440952;color:#fff;text-decoration:none}
.suc-btnOutline{display:inline-block;background:transparent;color:#864409;font-size:15px;font-weight:700;padding:13px 30px;border-radius:8px;text-decoration:none;border:2px solid #864409;transition:background 0.2s,color 0.2s,transform .18s;position:relative;z-index:3}
.suc-btnOutline:hover{background:#86440912;transform:translateY(-2px);color:#864409;text-decoration:none}
.suc-dividerWave{width:100%;overflow:hidden;line-height:0;margin-top:-2px}
.suc-dividerWave svg{display:block;width:100%}
.suc-nextSteps{background:#fff;padding:72px 20px 90px}
.suc-nextInner{max-width:1100px;margin:0 auto}
.suc-sectionLabel{font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#1E9FFA;margin-bottom:12px;display:block}
.suc-sectionTitle{font-size:clamp(22px,3.5vw,34px);font-weight:800;color:#1a1a1a;margin:0 0 14px;line-height:1.25}
.suc-sectionDesc{font-size:16px;color:#666;line-height:1.6;max-width:540px;margin-bottom:52px}
.suc-cardsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.suc-stepCard{background:#FEF1E7;border-radius:10px;padding:34px 28px 30px;position:relative;border:1px solid #8644091a;transition:box-shadow 0.2s,transform .2s;display:flex;flex-direction:column;gap:14px}
.suc-stepCard:hover{box-shadow:0 10px 28px #8644091f;transform:translateY(-4px)}
.suc-stepCard:nth-child(2){background:linear-gradient(160deg,#1E9FFA 0%,#1e9ffad1 100%);border-color:transparent}
.suc-stepCard:nth-child(2) .suc-stepNum,.suc-stepCard:nth-child(2) .suc-stepTitle,.suc-stepCard:nth-child(2) .suc-stepText{color:#fff}
.suc-stepCard:nth-child(2) .suc-stepNum{background:#fff3;border-color:#ffffff59}
.suc-stepCard:nth-child(3){background:#1a1a1a;border-color:transparent}
.suc-stepCard:nth-child(3) .suc-stepNum{background:#86440940;border-color:#86440966;color:#FEF1E7}
.suc-stepCard:nth-child(3) .suc-stepTitle{color:#fff}
.suc-stepCard:nth-child(3) .suc-stepText{color:#aaa}
.suc-stepNum{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:8px;background:#8644091a;border:1.5px solid #86440933;font-size:18px;font-weight:900;color:#864409;flex-shrink:0;align-self:flex-start}
.suc-stepTitle{font-size:18px;font-weight:800;color:#1a1a1a;line-height:1.3;margin:0}
.suc-stepText{font-size:14px;color:#666;line-height:1.6;margin:0}
.suc-infoStrip{margin-top:52px;background:linear-gradient(90deg,#8644090f 0%,#1e9ffa0f 100%);border-radius:10px;border:1px solid #8644091a;display:flex;flex-direction:row;align-items:center;gap:0;overflow:hidden}
.suc-infoStripIcon{background:#864409;padding:28px 30px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.suc-infoStripIcon svg{width:32px;height:32px}
.suc-infoStripContent{padding:24px 30px;flex:1}
.suc-infoStripContent strong{display:block;font-size:16px;font-weight:800;color:#1a1a1a;margin-bottom:5px}
.suc-infoStripContent p{font-size:14px;color:#666;margin:0;line-height:1.55}
.suc-infoStripLink{padding:24px 30px;flex-shrink:0}
.suc-infoStripLink a{display:inline-block;background:#864409;color:#fff;font-size:14px;font-weight:700;padding:11px 24px;border-radius:7px;text-decoration:none;transition:background .2s;white-space:nowrap}
.suc-infoStripLink a:hover{background:#864409d4;text-decoration:none;color:#fff}
@media (max-width: 900px) {
.suc-cardsGrid{grid-template-columns:repeat(2,1fr)}
.suc-infoStrip{flex-direction:column;align-items:flex-start}
.suc-infoStripIcon{width:100%;padding:20px 24px;justify-content:flex-start}
.suc-infoStripLink{padding:0 24px 24px}
}
@media (max-width: 600px) {
.suc-hero{padding:70px 16px 60px}
.suc-cardsGrid{grid-template-columns:1fr}
.suc-heroBtnRow{flex-direction:column;align-items:center}
.suc-btnPrimary,.suc-btnOutline{width:100%;max-width:300px;text-align:center}
.suc-nextSteps{padding:52px 16px 64px}
}