*{margin:0;padding:0;border:0;box-sizing:border-box}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,img,ul,li,footer,header,nav,section,main{margin:0;padding:0;border:0}
body{font-family:'Cabin',sans-serif;background:#FFF4E4;color:#0E1D3B;line-height:1.6;scroll-behavior:smooth}
h1,h2,h3,h4,h5,h6{font-family:'Noto Serif',serif;font-weight:700;color:#0E1D3B}
.headWrap{max-width:1366px;margin:0 auto;padding:24px 32px}
.topRow3{display:flex;flex-direction:column;gap:28px}
.brandArea{display:flex;align-items:center;gap:24px}
.logoBox{flex-shrink:0}
.logoBox img{width:110px;height:110px;display:block;background:#FFF4E4;padding:8px;border-radius:8px;box-shadow:0 2px 8px #0e1d3b1a}
.tagTxt p{font-size:18px;color:#0E1D3B;font-weight:400;line-height:1.4}
.navArea{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.mainNavi{display:flex;gap:32px;align-items:center}
.mainNavi a{color:#0E1D3B;text-decoration:none;font-size:16px;font-weight:500;padding:8px 4px;transition:color .2s ease}
.mainNavi a:hover{color:#1AFEA5}
.ctaBox2{flex-shrink:0}
.butt-primary{display:inline-block;background:linear-gradient(135deg,#1AFEA5 0%,#0E1D3B 100%);color:#FFF4E4;padding:12px 28px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #1afea54d}
.butt-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1afea566}
footer{background:#0E1D3B;color:#FFF4E4;padding:48px 0 24px;margin-top:64px}
.footWrap{max-width:1366px;margin:0 auto;padding:0 32px}
.footGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:32px}
.footCol h3{color:#1AFEA5;font-size:20px;margin-bottom:16px}
.contactInfo p{margin-bottom:16px;font-size:15px;line-height:1.6}
.contactInfo a{color:#1AFEA5;text-decoration:none;transition:color .2s ease}
.contactInfo a:hover{color:#FFF4E4}
.footNavi{display:flex;flex-direction:column;gap:12px}
.footNavi a{color:#FFF4E4;text-decoration:none;font-size:15px;transition:color .2s ease}
.footNavi a:hover{color:#1AFEA5}
.copyright8{text-align:center;padding-top:24px;border-top:1px solid #1afea533;font-size:14px;color:#fff4e4b3}
.cookieBanner{position:fixed;bottom:0;left:50%;transform:translateX(-50%);background:#FFF4E4;border:2px solid #0E1D3B;border-radius:12px 12px 0 0;box-shadow:0 -4px 24px #0e1d3b33;max-width:920px;width:90%;z-index:9999;padding:24px 28px}
.cookieBanner[data-visible="false"]{display:none}
.cookieContent h4{font-size:20px;margin-bottom:8px;color:#0E1D3B}
.cookieTxt p{font-size:15px;margin-bottom:20px;color:#0E1D3B}
.cookieGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:20px}
.cookieCard{display:flex;align-items:center;gap:8px;padding:12px;background:#1afea51a;border:1px solid #1AFEA5;border-radius:6px;cursor:pointer;transition:background .2s ease}
.cookieCard:hover{background:#1afea533}
.cookieCard span{font-size:14px;font-weight:500;color:#0E1D3B}
.cookieCheck{width:18px;height:18px;cursor:pointer}
.cookieActions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}
.butt-accept{background:linear-gradient(135deg,#1AFEA5 0%,#0E1D3B 100%);color:#FFF4E4;padding:10px 20px;border-radius:6px;font-weight:600;font-size:15px;cursor:pointer;border:none;transition:transform .2s ease}
.butt-accept:hover{transform:translateY(-1px)}
.butt-decline{background:#0E1D3B;color:#FFF4E4;padding:9px 18px;border-radius:6px;font-weight:500;font-size:14px;cursor:pointer;border:1px solid #0E1D3B;transition:background .2s ease}
.butt-decline:hover{background:#0e1d3bd9}
.butt-save{background:transparent;color:#0E1D3B;padding:9px 18px;border-radius:6px;font-weight:500;font-size:14px;cursor:pointer;border:1px solid #0E1D3B;transition:background .2s ease}
.butt-save:hover{background:#0e1d3b1a}
.butt-opt{background:transparent;color:#0E1D3B;padding:9px 18px;border-radius:6px;font-weight:500;font-size:13px;cursor:pointer;border:1px solid #0e1d3b80;transition:border-color .2s ease}
.butt-opt:hover{border-color:#0E1D3B}
.cookiePolicy{border-top:1px solid #0e1d3b33;padding-top:16px}
.policyToggle{background:transparent;color:#0E1D3B;border:none;padding:0;font-size:14px;text-decoration:underline;cursor:pointer;font-family:'Cabin',sans-serif}
.policyToggle:hover{color:#1AFEA5}
.policyText{margin-top:12px;padding:16px;background:#0e1d3b0d;border-radius:6px}
.policyText p{font-size:13px;line-height:1.6;color:#0E1D3B}
.cookieFloat{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#1AFEA5 0%,#0E1D3B 100%);color:#FFF4E4;border:none;font-size:24px;cursor:pointer;box-shadow:0 4px 16px #0e1d3b4d;transition:transform .2s ease;z-index:9998}
.cookieFloat:hover{transform:scale(1.1)}
@media (max-width: 768px) {
.headWrap{padding:20px}
.topRow3{gap:20px}
.brandArea{flex-direction:column;align-items:flex-start;gap:16px}
.logoBox img{width:90px;height:90px}
.tagTxt p{font-size:16px}
.navArea{flex-direction:column;align-items:stretch}
.mainNavi{flex-direction:column;gap:16px;align-items:flex-start}
.ctaBox2{width:100%}
.butt-primary{width:100%;text-align:center}
.footGrid{grid-template-columns:1fr;gap:32px}
.cookieBanner{width:95%;padding:20px}
.cookieGrid{grid-template-columns:1fr}
.cookieActions{flex-direction:column}
.butt-accept,.butt-decline,.butt-save,.butt-opt{width:100%}
}
@media (min-width: 769px) and (max-width: 1024px) {
.headWrap{padding:24px 28px}
.mainNavi{gap:24px}
.footGrid{grid-template-columns:repeat(2,1fr)}
}
.terms-rr-text{max-width:800px;margin:0 auto;padding:60px 20px;background:#FFF4E4;color:#0E1D3B;line-height:1.8}
.terms-rr-text h1{font-size:2.5rem;font-weight:700;color:#0E1D3B;margin-bottom:16px;line-height:1.2}
.terms-rr-text h2{font-size:1.875rem;font-weight:600;color:#0E1D3B;margin-top:48px;margin-bottom:20px;line-height:1.3;border-bottom:2px solid #1AFEA5;padding-bottom:12px}
.terms-rr-text h3{font-size:1.5rem;font-weight:600;color:#0E1D3B;margin-top:36px;margin-bottom:16px;line-height:1.4}
.terms-rr-text h4{font-size:1.25rem;font-weight:600;color:#0E1D3B;margin-top:28px;margin-bottom:12px;line-height:1.4}
.terms-rr-text h5{font-size:1.125rem;font-weight:600;color:#0E1D3B;margin-top:24px;margin-bottom:10px;line-height:1.5}
.terms-rr-text h6{font-size:1rem;font-weight:600;color:#0E1D3B;margin-top:20px;margin-bottom:8px;line-height:1.5}
.terms-rr-text p{font-size:1rem;color:#0E1D3B;margin-bottom:20px;line-height:1.8}
.terms-rr-text ul{list-style-type:disc;margin-left:32px;margin-bottom:24px;padding-left:0}
.terms-rr-text ol{list-style-type:decimal;margin-left:32px;margin-bottom:24px;padding-left:0}
.terms-rr-text li{font-size:1rem;color:#0E1D3B;margin-bottom:12px;line-height:1.8;padding-left:8px}
.terms-rr-text li::marker{color:#1AFEA5;font-weight:600}
.terms-rr-text ul ul,.terms-rr-text ol ul,.terms-rr-text ul ol,.terms-rr-text ol ol{margin-top:12px;margin-bottom:0}
.terms-rr-text strong,.terms-rr-text b{font-weight:700;color:#0E1D3B}
.terms-rr-text em,.terms-rr-text i{font-style:italic;color:#0E1D3B}
.terms-rr-text a{color:#0E1D3B;text-decoration:underline;text-decoration-color:#1AFEA5;text-decoration-thickness:2px;text-underline-offset:3px;transition:all .3s ease}
.terms-rr-text a:hover{color:#1AFEA5;text-decoration-color:#0E1D3B;background:linear-gradient(135deg,#1afea51a,#0e1d3b0d);padding:2px 4px;border-radius:3px}
.terms-rr-text a:focus{outline:2px solid #1AFEA5;outline-offset:2px;border-radius:3px}
.terms-rr-text div{margin-bottom:20px}
.terms-rr-text div div{margin-bottom:16px}
@media (max-width: 768px) {
.terms-rr-text{padding:40px 16px}
.terms-rr-text h1{font-size:2rem;margin-bottom:12px}
.terms-rr-text h2{font-size:1.5rem;margin-top:36px;margin-bottom:16px}
.terms-rr-text h3{font-size:1.25rem;margin-top:28px;margin-bottom:12px}
.terms-rr-text h4{font-size:1.125rem;margin-top:24px}
.terms-rr-text ul,.terms-rr-text ol{margin-left:24px}
.terms-rr-text p{font-size:.9375rem}
.terms-rr-text li{font-size:.9375rem;margin-bottom:10px}
}
@media (max-width: 480px) {
.terms-rr-text{padding:32px 12px}
.terms-rr-text h1{font-size:1.75rem}
.terms-rr-text h2{font-size:1.375rem;margin-top:32px}
.terms-rr-text ul,.terms-rr-text ol{margin-left:20px}
}
.article-wrap{max-width:1366px;margin:0 auto;padding:0}
.hero-banner{position:relative;width:100%;height:420px;overflow:hidden;background:linear-gradient(135deg,#0E1D3B 0%,#1AFEA5 100%);display:flex;align-items:center;justify-content:center;margin-bottom:3.2rem}
.hero-banner img{width:100%;height:100%;object-fit:cover;opacity:.85}
.hero-banner::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,#FFF4E4,transparent)}
.contenido-principal{max-width:820px;margin:0 auto;padding:0 1.5rem 4rem}
.contenido-principal h1{font-size:2.8rem;line-height:1.2;color:#0E1D3B;margin:0 0 2rem;font-weight:700;position:relative}
.contenido-principal h1::before{content:'';position:absolute;left:-1.5rem;top:.5rem;width:5px;height:80%;background:linear-gradient(180deg,#1AFEA5 0%,#0E1D3B 100%);border-radius:3px}
.texto-articulo{font-size:1.1rem;line-height:1.75;color:#2a3a52}
.texto-articulo p{margin-bottom:1.6rem}
.texto-articulo strong{color:#0E1D3B;font-weight:600}
.texto-articulo em{color:#1AFEA5;font-style:italic;background:linear-gradient(120deg,transparent 0%,#1afea526 50%,transparent 100%);padding:0 .3rem}
.texto-articulo h2{font-size:2rem;color:#0E1D3B;margin:2.8rem 0 1.4rem;font-weight:600;position:relative;padding-left:1.2rem}
.texto-articulo h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#1AFEA5;border-radius:50%;box-shadow:0 0 0 3px #1afea540}
.texto-articulo h3{font-size:1.6rem;color:#0E1D3B;margin:2.2rem 0 1.1rem;font-weight:600;border-bottom:2px solid #1afea54d;padding-bottom:.5rem}
.texto-articulo h4{font-size:1.35rem;color:#0E1D3B;margin:1.8rem 0 .9rem;font-weight:600}
.texto-articulo h5{font-size:1.2rem;color:#2a3a52;margin:1.5rem 0 .8rem;font-weight:600}
.texto-articulo h6{font-size:1.1rem;color:#2a3a52;margin:1.3rem 0 .7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.texto-articulo ul,.texto-articulo ol{margin:1.5rem 0;padding-left:2rem}
.texto-articulo ul li{margin-bottom:.8rem;position:relative;padding-left:.5rem}
.texto-articulo ul li::marker{color:#1AFEA5}
.texto-articulo ol li{margin-bottom:.8rem;padding-left:.5rem}
.texto-articulo ol li::marker{color:#0E1D3B;font-weight:600}
.texto-articulo blockquote{margin:2rem 0;padding:1.5rem 2rem;background:linear-gradient(135deg,#1afea514 0%,#0e1d3b0d 100%);border-left:4px solid #1AFEA5;border-radius:0 8px 8px 0;font-style:italic;color:#2a3a52}
.texto-articulo a{color:#1AFEA5;text-decoration:underline;text-decoration-color:#1afea566;text-underline-offset:3px;transition:all .2s ease}
.texto-articulo a:hover{color:#0E1D3B;text-decoration-color:#0E1D3B}
.texto-articulo code{background:#0e1d3b14;padding:.2rem .5rem;border-radius:4px;font-family:'Courier New',monospace;font-size:.95em;color:#0E1D3B}
.texto-articulo pre{background:#0E1D3B;color:#1AFEA5;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0}
.texto-articulo pre code{background:none;padding:0;color:inherit}
.divider-wave{width:100%;height:60px;margin:3rem 0;position:relative}
.divider-wave svg{width:100%;height:100%}
@media (max-width: 768px) {
.hero-banner{height:300px}
.contenido-principal{padding:0 1rem 3rem}
.contenido-principal h1{font-size:2rem;margin-bottom:1.5rem}
.contenido-principal h1::before{left:-1rem}
.texto-articulo{font-size:1rem}
.texto-articulo h2{font-size:1.6rem;margin:2rem 0 1rem}
.texto-articulo h3{font-size:1.4rem}
.texto-articulo h4{font-size:1.2rem}
.texto-articulo ul,.texto-articulo ol{padding-left:1.5rem}
.texto-articulo blockquote{padding:1rem 1.5rem;margin:1.5rem 0}
}
@media (max-width: 480px) {
.hero-banner{height:220px}
.contenido-principal h1{font-size:1.7rem}
.texto-articulo h2{font-size:1.4rem}
}
.lndgTop{background:linear-gradient(135deg,#0E1D3B 0%,#1AFEA5 100%);padding:4rem 1.5rem;text-align:center;border-radius:0 0 24px 24px;position:relative;overflow:hidden}
.lndgTop::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,#1afea526 0%,transparent 70%);pointer-events:none}
.lndgTop .innerHold{max-width:900px;margin:0 auto;position:relative;z-index:2}
.lndgTop h1{font-size:2.8rem;color:#FFF4E4;margin-bottom:1.2rem;font-weight:700;line-height:1.15}
.lndgTop .subhed{font-size:1.25rem;color:#FFF4E4;opacity:.9;line-height:1.6;max-width:700px;margin:0 auto}
.sectWrap{max-width:1366px;margin:0 auto;padding:0 1.5rem}
.dayBlk{padding:5rem 0;background:#FFF4E4}
.dayBlk .contGrid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.dayBlk .txtCol h2{font-size:2.2rem;color:#0E1D3B;margin-bottom:1.5rem;position:relative;padding-left:1.2rem}
.dayBlk .txtCol h2::before{content:'';position:absolute;left:0;top:.3rem;width:4px;height:2.5rem;background:linear-gradient(180deg,#1AFEA5 0%,#0E1D3B 100%);border-radius:2px}
.dayBlk .txtCol p{font-size:1.05rem;color:#0E1D3B;line-height:1.7;margin-bottom:1.2rem}
.dayBlk .imgCol img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0e1d3b26}
.edStance{padding:5rem 0;background:linear-gradient(90deg,#0E1D3B 0%,#1a2847 100%);position:relative}
.edStance::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1AFEA5 0%,transparent 50%,#1AFEA5 100%)}
.edStance .innerBox{max-width:880px;margin:0 auto;text-align:center}
.edStance h2{font-size:2.4rem;color:#1AFEA5;margin-bottom:2rem;font-weight:600}
.edStance .pntGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}
.edStance .pntCard{background:#fff4e414;padding:2rem 1.5rem;border-radius:12px;border:1px solid #1afea533;transition:all .3s ease}
.edStance .pntCard:hover{transform:translateY(-4px);border-color:#1AFEA5;box-shadow:0 8px 20px #1afea526}
.edStance .pntCard h3{font-size:1.25rem;color:#FFF4E4;margin-bottom:.8rem}
.edStance .pntCard p{font-size:.95rem;color:#FFF4E4;opacity:.85;line-height:1.6}
.statsArea{padding:5rem 0;background:#f8f8f8}
.statsArea .gridHold{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}
.statsArea .mainStat{display:flex;gap:2rem;align-items:center;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 4px 16px #0e1d3b14}
.statsArea .mainStat img{width:260px;height:260px;object-fit:cover;border-radius:12px;flex-shrink:0}
.statsArea .mainStat .txtInfo h2{font-size:2rem;color:#0E1D3B;margin-bottom:1.5rem}
.statsArea .mainStat .txtInfo p{font-size:1rem;color:#0E1D3B;line-height:1.7;margin-bottom:1rem}
.statsArea .numBox{display:grid;grid-template-rows:repeat(2,1fr);gap:2rem}
.statsArea .numCard{background:#0E1D3B;padding:2.5rem 2rem;border-radius:16px;text-align:center;position:relative;overflow:hidden}
.statsArea .numCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1AFEA5 0%,transparent 100%)}
.statsArea .numCard .bigNum{font-size:3.5rem;color:#1AFEA5;font-weight:700;line-height:1;margin-bottom:.5rem}
.statsArea .numCard .lbl{font-size:1.1rem;color:#FFF4E4;opacity:.9}
.navStruct{padding:5rem 0 6rem;background:linear-gradient(180deg,#FFF4E4 0%,white 100%)}
.navStruct h2{font-size:2.3rem;color:#0E1D3B;text-align:center;margin-bottom:1.2rem}
.navStruct .intro{font-size:1.05rem;color:#0E1D3B;text-align:center;max-width:720px;margin:0 auto 3.5rem;line-height:1.6;opacity:.85}
.navStruct .pathGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}
.navStruct .pathCard{background:#fff;border:2px solid #0E1D3B;border-radius:14px;padding:2.5rem 2rem;position:relative;transition:all .3s ease;display:flex;gap:2rem}
.navStruct .pathCard:hover{border-color:#1AFEA5;box-shadow:0 6px 20px #1afea533;transform:translateX(4px)}
.navStruct .pathCard .imgWrap{flex-shrink:0}
.navStruct .pathCard img{width:140px;height:140px;object-fit:cover;border-radius:8px}
.navStruct .pathCard .txtWrap h3{font-size:1.4rem;color:#0E1D3B;margin-bottom:.8rem}
.navStruct .pathCard .txtWrap p{font-size:.98rem;color:#0E1D3B;line-height:1.65;opacity:.8}
.navStruct .pathCard::before{content:'→';position:absolute;right:2rem;bottom:2rem;font-size:2rem;color:#1AFEA5;opacity:0;transition:all .3s ease}
.navStruct .pathCard:hover::before{opacity:1;right:1.5rem}
@media (max-width: 1024px) {
.lndgTop h1{font-size:2.2rem}
.dayBlk .contGrid{grid-template-columns:1fr;gap:2.5rem}
.dayBlk .imgCol{order:-1}
.edStance .pntGrid{grid-template-columns:1fr;gap:2rem}
.statsArea .gridHold{grid-template-columns:1fr}
.statsArea .mainStat{flex-direction:column;text-align:center}
.navStruct .pathGrid{grid-template-columns:1fr}
.navStruct .pathCard{flex-direction:column}
}
@media (max-width: 768px) {
.lndgTop{padding:3rem 1.5rem}
.lndgTop h1{font-size:1.8rem}
.lndgTop .subhed{font-size:1.05rem}
.dayBlk{padding:3rem 0}
.dayBlk .txtCol h2{font-size:1.8rem}
.edStance{padding:3rem 0}
.edStance h2{font-size:1.9rem}
.statsArea{padding:3rem 0}
.statsArea .mainStat{padding:2rem 1.5rem}
.statsArea .mainStat img{width:100%;height:200px}
.navStruct{padding:3rem 0 4rem}
.navStruct h2{font-size:1.8rem}
.navStruct .pathCard img{width:100%;height:180px}
}
.heroArea{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;background:linear-gradient(135deg,#0E1D3B 0%,#1a2d4f 100%)}
.heroArea .bgLayer{position:absolute;inset:0;z-index:1}
.heroArea .bgLayer img{width:100%;height:100%;object-fit:cover;opacity:.35;filter:grayscale(20%) brightness(0.9)}
.heroArea .deco1{position:absolute;top:15%;right:10%;width:280px;height:280px;background:radial-gradient(circle,#1afea526 0%,transparent 70%);border-radius:50%;z-index:2;animation:floatSlow 8s ease-in-out infinite}
.heroArea .deco2{position:absolute;bottom:20%;left:5%;width:180px;height:180px;background:radial-gradient(circle,#fff4e41a 0%,transparent 70%);border-radius:50%;z-index:2;animation:floatSlow 6s ease-in-out infinite reverse}
@keyframes floatSlow {
0%,100%{transform:translateY(0) translateX(0)}
50%{transform:translateY(-20px) translateX(15px)}
}
.heroArea .textBox{position:relative;z-index:3;padding:80px 20px;max-width:1366px;margin:0 auto;width:100%}
.heroArea .textBox h1{font-size:3.2rem;font-weight:700;color:#FFF4E4;margin:0 0 24px;line-height:1.1}
.heroArea .listWrap{list-style:none;padding:0;margin:0 0 32px}
.heroArea .listWrap li{color:#1AFEA5;font-size:1.15rem;margin-bottom:14px;padding-left:28px;position:relative}
.heroArea .listWrap li::before{content:'';position:absolute;left:0;top:8px;width:16px;height:2px;background:#1AFEA5}
.heroArea .ctaButt{display:inline-block;background:linear-gradient(135deg,#1AFEA5 0%,#0fb587 100%);color:#0E1D3B;padding:16px 42px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #1afea54d}
.heroArea .ctaButt:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1afea566;background:linear-gradient(135deg,#0fb587 0%,#1AFEA5 100%)}
.storyPart{background:#FFF4E4;padding:90px 20px}
.storyPart .wrap{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.storyPart .contentSide h2{font-size:2.5rem;color:#0E1D3B;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.storyPart .contentSide h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#1AFEA5,transparent)}
.storyPart .contentSide p{color:#0E1D3B;font-size:1.05rem;line-height:1.7;margin-bottom:18px;opacity:.9}
.storyPart .photoSide{position:relative}
.storyPart .photoSide img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 12px 32px #0e1d3b26}
.valueSec{background:linear-gradient(135deg,#0E1D3B 0%,#152a4d 100%);padding:85px 20px;position:relative;overflow:hidden}
.valueSec::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#1afea514 0%,transparent 70%);border-radius:50%}
.valueSec .wrap{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.valueSec h2{text-align:center;font-size:2.4rem;color:#1AFEA5;margin:0 0 60px;font-weight:700}
.valueSec .cardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.valueSec .valueCard{background:#fff4e40d;border:1px solid #1afea533;border-radius:16px;padding:36px 28px;transition:all .4s ease}
.valueSec .valueCard:hover{transform:translateY(-6px);border-color:#1AFEA5;box-shadow:0 12px 28px #1afea526}
.valueSec .valueCard h3{color:#1AFEA5;font-size:1.35rem;margin:0 0 16px;font-weight:600}
.valueSec .valueCard p{color:#FFF4E4;font-size:.98rem;line-height:1.6;margin:0;opacity:.85}
.methodSec{background:#FFF4E4;padding:90px 20px}
.methodSec .wrap{max-width:1366px;margin:0 auto}
.methodSec h2{font-size:2.5rem;color:#0E1D3B;text-align:center;margin:0 0 50px;font-weight:700}
.methodSec .splitLayout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.methodSec .imgBox{position:relative;height:100%;min-height:400px}
.methodSec .imgBox img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0e1d3b1f}
.methodSec .stepList{display:flex;flex-direction:column;gap:24px}
.methodSec .stepItem{background:#fff;border-left:4px solid #1AFEA5;padding:24px 28px;border-radius:8px;box-shadow:0 4px 16px #0e1d3b14;transition:all .3s ease}
.methodSec .stepItem:hover{transform:translateX(8px);box-shadow:0 6px 20px #0e1d3b1f}
.methodSec .stepItem h4{color:#0E1D3B;font-size:1.25rem;margin:0 0 10px;font-weight:600}
.methodSec .stepItem p{color:#0E1D3B;font-size:.98rem;line-height:1.6;margin:0;opacity:.8}
.connectZone{background:linear-gradient(135deg,#0E1D3B 0%,#1a2d4f 100%);padding:85px 20px;position:relative}
.connectZone .wrap{max-width:1366px;margin:0 auto;text-align:center}
.connectZone h2{font-size:2.3rem;color:#FFF4E4;margin:0 0 20px;font-weight:700}
.connectZone .subtext{color:#FFF4E4;font-size:1.1rem;line-height:1.6;margin:0 auto 40px;max-width:680px;opacity:.9}
.connectZone .channelRow{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}
.connectZone .channelButt{display:inline-flex;align-items:center;gap:12px;background:#1afea51a;border:2px solid #1AFEA5;color:#1AFEA5;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease}
.connectZone .channelButt:hover{background:#1AFEA5;color:#0E1D3B;transform:translateY(-3px);box-shadow:0 8px 20px #1afea54d}
.connectZone .channelButt svg{width:24px;height:24px}
@media (max-width: 968px) {
.heroArea .textBox h1{font-size:2.5rem}
.heroArea .listWrap li{font-size:1.05rem}
.storyPart .wrap{grid-template-columns:1fr;gap:40px}
.storyPart .contentSide h2{font-size:2rem}
.valueSec h2{font-size:2rem}
.valueSec .cardGrid{grid-template-columns:1fr}
.methodSec .splitLayout{grid-template-columns:1fr}
.methodSec .imgBox{min-height:300px}
.methodSec h2{font-size:2rem}
.connectZone h2{font-size:2rem}
.connectZone .channelRow{flex-direction:column;align-items:center}
.connectZone .channelButt{width:100%;max-width:320px;justify-content:center}
}
@media (max-width: 640px) {
.heroArea .textBox h1{font-size:2rem}
.heroArea .textBox{padding:60px 20px}
.storyPart{padding:60px 20px}
.storyPart .contentSide h2{font-size:1.75rem}
.valueSec{padding:60px 20px}
.methodSec{padding:60px 20px}
.connectZone{padding:60px 20px}
}
.blogIntro{background:linear-gradient(135deg,#1AFEA5 0%,#0E1D3B 100%);padding:4rem 1.5rem;text-align:center;position:relative;overflow:hidden}
.blogIntro::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,#fff4e41a 0%,transparent 70%);pointer-events:none}
.blogIntro .wrappTitle{max-width:800px;margin:0 auto;position:relative;z-index:2}
.blogIntro h1{color:#FFF4E4;font-size:2.8rem;margin-bottom:1rem;font-weight:700}
.blogIntro .subtxt{color:#FFF4E4;font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto}
.catNav{background:#FFF4E4;padding:2rem 1.5rem;border-bottom:3px solid #1AFEA5}
.catNav .navWrap{max-width:1366px;margin:0 auto;display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}
.catNav .catItem{padding:.75rem 1.5rem;background:#fff;border:2px solid #0E1D3B;border-radius:8px;color:#0E1D3B;font-weight:600;transition:all .3s ease;cursor:pointer;position:relative}
.catItem::after{content:'';position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:0;height:3px;background:#1AFEA5;transition:width .3s ease}
.catNav .catItem:hover{background:#0E1D3B;color:#1AFEA5;transform:translateY(-2px);box-shadow:0 4px 12px #0e1d3b33}
.catNav .catItem:hover::after{width:80%}
.mainBlog{max-width:1366px;margin:0 auto;padding:4rem 1.5rem}
.sectionPost{margin-bottom:5rem}
.sectionPost .headCat{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:2px solid #1AFEA5}
.sectionPost .headCat::before{content:'';width:6px;height:40px;background:linear-gradient(180deg,#1AFEA5 0%,#0E1D3B 100%);border-radius:3px}
.sectionPost h2{color:#0E1D3B;font-size:2rem;margin:0;font-weight:700}
.gridPost{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}
.cardPost{background:#fff;border:2px solid #FFF4E4;border-radius:12px;padding:1.8rem;transition:all .3s ease;position:relative;overflow:hidden}
.cardPost::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#1AFEA5 0%,#0E1D3B 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.cardPost:hover{border-color:#1AFEA5;box-shadow:0 8px 24px #1afea526;transform:translateY(-4px)}
.cardPost:hover::before{transform:scaleX(1)}
.cardPost h3{color:#0E1D3B;font-size:1.4rem;margin-bottom:1rem;line-height:1.3;font-weight:600}
.cardPost .txtDesc{color:#0E1D3B;opacity:.8;line-height:1.6;margin-bottom:1.5rem}
.cardPost .linkRead{color:#1AFEA5;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease}
.cardPost .linkRead::after{content:'→';font-size:1.2rem;transition:transform .3s ease}
.cardPost:hover .linkRead{gap:.8rem}
.cardPost:hover .linkRead::after{transform:translateX(4px)}
.gridShort{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}
.cardShort{background:linear-gradient(135deg,#FFF4E4 0%,white 100%);border:2px solid #0E1D3B;border-radius:8px;padding:1.5rem;transition:all .3s ease;position:relative}
.cardShort::after{content:'';position:absolute;top:1rem;right:1rem;width:30px;height:30px;background:#1AFEA5;border-radius:50%;opacity:0;transition:opacity .3s ease}
.cardShort:hover{background:linear-gradient(135deg,#1AFEA5 0%,#0E1D3B 100%);transform:scale(1.03);box-shadow:0 6px 20px #0e1d3b40}
.cardShort:hover::after{opacity:.3}
.cardShort:hover h3{color:#FFF4E4}
.cardShort:hover .linkRead{color:#FFF4E4}
.cardShort h3{color:#0E1D3B;font-size:1.3rem;margin-bottom:1rem;font-weight:600;transition:color .3s ease}
.subBox{background:#0E1D3B;padding:4rem 1.5rem;margin-top:4rem;position:relative;overflow:hidden}
.subBox::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,#1afea533 0%,transparent 70%)}
.subBox .innerSub{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.subBox h2{color:#1AFEA5;font-size:2.2rem;margin-bottom:1rem}
.subBox .txtSub{color:#FFF4E4;font-size:1.1rem;margin-bottom:2rem;opacity:.9}
.subBox .formWrap{display:flex;gap:1rem;max-width:600px;margin:0 auto;flex-wrap:wrap}
.subBox input[type="email"]{flex:1;min-width:250px;padding:1rem 1.5rem;border:2px solid #1AFEA5;border-radius:8px;background:#fff;color:#0E1D3B;font-size:1rem}
.subBox input[type="email"]::placeholder{color:#0e1d3b80}
.subBox button{padding:1rem 2.5rem;background:#1AFEA5;color:#0E1D3B;border:none;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;z-index:10}
.subBox button:hover{background:#FFF4E4;transform:translateY(-2px);box-shadow:0 6px 16px #1afea54d}
.statsBox{background:linear-gradient(135deg,#FFF4E4 0%,white 100%);padding:4rem 1.5rem;margin-top:4rem}
.statsBox .statsInner{max-width:1366px;margin:0 auto}
.statsBox h2{text-align:center;color:#0E1D3B;font-size:2rem;margin-bottom:3rem}
.statsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}
.statItem{text-align:center;padding:2rem;background:#fff;border-radius:12px;border:2px solid #1AFEA5;position:relative;transition:all .3s ease}
.statItem::before{content:'';position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(135deg,#1AFEA5,#0E1D3B);border-radius:12px;z-index:-1;opacity:0;transition:opacity .3s ease}
.statItem:hover::before{opacity:1}
.statItem:hover{transform:translateY(-6px);border-color:transparent}
.statNum{display:block;font-size:3rem;font-weight:700;color:#0E1D3B;margin-bottom:.5rem;background:linear-gradient(135deg,#1AFEA5 0%,#0E1D3B 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.statLabel{color:#0E1D3B;font-size:1rem;font-weight:600;opacity:.8}
@media (max-width: 768px) {
.blogIntro h1{font-size:2rem}
.blogIntro .subtxt{font-size:1rem}
.catNav .navWrap{gap:1rem}
.catNav .catItem{padding:.6rem 1.2rem;font-size:.9rem}
.gridPost{grid-template-columns:1fr}
.gridShort{grid-template-columns:1fr}
.sectionPost h2{font-size:1.6rem}
.subBox h2{font-size:1.8rem}
.subBox .formWrap{flex-direction:column}
.subBox input[type="email"]{min-width:100%}
.statsGrid{grid-template-columns:1fr;gap:1.5rem}
.statNum{font-size:2.5rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.gridPost{grid-template-columns:repeat(2,1fr)}
.gridShort{grid-template-columns:repeat(2,1fr)}
.statsGrid{grid-template-columns:repeat(2,1fr)}
}
.heroPortf{max-width:1366px;margin:3.2rem auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}
.heroPortf .txt47area{padding-top:2.4rem}
.heroPortf .txt47area h1{font-size:2.8rem;line-height:1.15;color:#0E1D3B;margin:0 0 1.4rem;font-weight:700}
.heroPortf .txt47area .desc92line{font-size:1.05rem;line-height:1.7;color:#444;margin:0;max-width:520px}
.heroPortf .img39zone{position:relative}
.heroPortf .img39zone::before{content:'';position:absolute;top:-12px;left:-12px;width:80px;height:80px;border-top:2px solid #1AFEA5;border-left:2px solid #1AFEA5;z-index:2}
.heroPortf .img39zone::after{content:'';position:absolute;bottom:-12px;right:-12px;width:80px;height:80px;border-bottom:2px solid #0E1D3B;border-right:2px solid #0E1D3B;z-index:2}
.heroPortf .img39zone img{width:100%;height:auto;display:block;border-radius:8px;filter:brightness(0.96) contrast(1.02)}
.projGrid23{max-width:1366px;margin:5rem auto;padding:0 1.5rem}
.projGrid23 .gridWrap88{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.projCard71{background:linear-gradient(135deg,#FFF4E4 0%,#fff 100%);border-radius:16px;padding:2rem;border:1px solid #0e1d3b14;position:relative;transition:all .35s cubic-bezier(0.4,0,0.2,1)}
.projCard71:hover{transform:translateY(-6px);box-shadow:0 18px 38px #0e1d3b26;border-color:#1afea566}
.projCard71 .catLabel15{display:inline-block;background:#1afea526;color:#0E1D3B;font-size:.8rem;font-weight:600;padding:.35rem .9rem;border-radius:20px;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.5px}
.projCard71 h3{font-size:1.4rem;line-height:1.35;color:#0E1D3B;margin:0 0 .9rem;font-weight:700}
.projCard71 .descTxt56{font-size:.95rem;line-height:1.65;color:#555;margin:0 0 1.5rem}
.projCard71 .metrics38{display:flex;gap:1.8rem;padding-top:1.2rem;border-top:1px solid #0e1d3b1a}
.projCard71 .metric94item{flex:1}
.projCard71 .metric94item .num73{font-size:1.6rem;font-weight:700;color:#1AFEA5;display:block;margin-bottom:.3rem}
.projCard71 .metric94item .label62{font-size:.8rem;color:#666;line-height:1.4}
.testimBlock45{max-width:1366px;margin:6rem auto;padding:0 1.5rem;background:radial-gradient(ellipse at top,#1afea514 0%,transparent 70%);padding-top:4rem;padding-bottom:4rem}
.testimBlock45 .headSec72{text-align:center;margin-bottom:3.5rem}
.testimBlock45 .headSec72 h2{font-size:2.2rem;color:#0E1D3B;margin:0 0 .8rem;font-weight:700}
.testimBlock45 .headSec72 .sub49{font-size:1rem;color:#666;margin:0;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}
.testimList86{display:grid;grid-template-columns:repeat(2,1fr);gap:2.2rem}
.testimCard29{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 16px #0e1d3b14;border:1px solid #0e1d3b0f;position:relative}
.testimCard29::before{content:'"';position:absolute;top:-8px;left:20px;font-size:5rem;color:#1afea533;font-family:Georgia,serif;line-height:1}
.testimCard29 .quoteTxt37{font-size:.98rem;line-height:1.7;color:#444;margin:0 0 1.5rem;font-style:italic}
.testimCard29 .authorInfo64{display:flex;align-items:center;gap:1rem}
.testimCard29 .authorInfo64 img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #1AFEA5}
.testimCard29 .authorInfo64 .details81{flex:1}
.testimCard29 .authorInfo64 .name92{font-size:.95rem;font-weight:700;color:#0E1D3B;margin:0 0 .2rem}
.testimCard29 .authorInfo64 .role53{font-size:.85rem;color:#777;margin:0}
.testimCard29 .stars18{margin-left:auto;color:#1AFEA5;font-size:1.1rem}
.ctaBox26{max-width:900px;margin:5rem auto;padding:3.5rem 2.5rem;background:linear-gradient(135deg,#0E1D3B 0%,#1a2e52 100%);border-radius:20px;text-align:center;position:relative;overflow:hidden}
.ctaBox26::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#1afea526 0%,transparent 70%);border-radius:50%}
.ctaBox26::after{content:'';position:absolute;bottom:-40%;left:-15%;width:350px;height:350px;background:radial-gradient(circle,#1afea51a 0%,transparent 70%);border-radius:50%}
.ctaBox26 .inner93{position:relative;z-index:1}
.ctaBox26 h2{font-size:2rem;color:#fff;margin:0 0 1rem;font-weight:700}
.ctaBox26 .para48{font-size:1.05rem;line-height:1.65;color:#ffffffd9;margin:0 0 2rem;max-width:620px;margin-left:auto;margin-right:auto}
.ctaBox26 .btnGrp77{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}
.ctaBox26 .btn52{display:inline-block;padding:.9rem 2.2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer}
.ctaBox26 .btn52.prim39{background:#1AFEA5;color:#0E1D3B}
.ctaBox26 .btn52.prim39:hover{background:#15e094;transform:translateY(-2px);box-shadow:0 8px 20px #1afea54d}
.ctaBox26 .btn52.sec84{background:transparent;color:#fff;border:2px solid #ffffff4d}
.ctaBox26 .btn52.sec84:hover{background:#ffffff1a;border-color:#fff9}
@media (max-width: 968px) {
.heroPortf{grid-template-columns:1fr;gap:2.5rem;margin-top:2rem}
.heroPortf .txt47area h1{font-size:2.2rem}
.heroPortf .img39zone::before,.heroPortf .img39zone::after{width:60px;height:60px}
.projGrid23 .gridWrap88{grid-template-columns:1fr;gap:2rem}
.testimList86{grid-template-columns:1fr;gap:1.8rem}
.ctaBox26{padding:2.5rem 1.5rem}
.ctaBox26 h2{font-size:1.6rem}
.ctaBox26 .btnGrp77{flex-direction:column;gap:1rem}
.ctaBox26 .btn52{width:100%;max-width:300px;margin:0 auto}
}
@media (max-width: 640px) {
.heroPortf{padding:0 1rem;margin-top:1.5rem}
.heroPortf .txt47area h1{font-size:1.8rem}
.heroPortf .txt47area .desc92line{font-size:.95rem}
.projCard71{padding:1.5rem}
.projCard71 .metrics38{flex-direction:column;gap:1rem}
.testimBlock45{margin:4rem auto;padding-top:2.5rem;padding-bottom:2.5rem}
.testimBlock45 .headSec72 h2{font-size:1.8rem}
.testimCard29{padding:1.5rem}
.ctaBox26 .para48{font-size:.95rem}
}
.succGlow{background:linear-gradient(135deg,#0E1D3B 0%,#1a2f4d 50%,#0E1D3B 100%);padding:6rem 2rem 4rem;position:relative;overflow:hidden}
.succGlow::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#1afea526 0%,transparent 70%);animation:floatShape 8s ease-in-out infinite}
.succGlow::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#1afea51a 0%,transparent 70%);animation:floatShape 10s ease-in-out infinite reverse}
@keyframes floatShape {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-30px) scale(1.1)}
}
.succWrap8270{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.succContent{max-width:680px;margin:0 auto;text-align:center}
.succIcon{width:90px;height:90px;margin:0 auto 2rem;position:relative}
.succIcon svg{width:100%;height:100%;filter:drop-shadow(0 8px 24px #1afea54d)}
.checkMark{stroke:#1AFEA5;stroke-width:3;fill:none;stroke-dasharray:180;stroke-dashoffset:180;animation:drawCheck .8s ease-out forwards;animation-delay:.2s}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.succHeading{font-size:2.8rem;font-weight:700;color:#1AFEA5;margin:0 0 1rem;line-height:1.2}
.succText{font-size:1.15rem;color:#FFF4E4;line-height:1.6;margin:0 0 2.5rem;opacity:.9}
.actionSection{background:#FFF4E4;padding:5rem 2rem;position:relative}
.actionWrap{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}
.actCard{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #0e1d3b14;transition:all .3s ease;position:relative;overflow:hidden}
.actCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#1AFEA5,#0E1D3B);transition:height .4s ease}
.actCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0e1d3b26}
.actCard:hover::before{height:100%}
.cardIcon{width:48px;height:48px;margin-bottom:1.25rem}
.cardIcon svg{width:100%;height:100%}
.cardTitle{font-size:1.4rem;font-weight:600;color:#0E1D3B;margin:0 0 .75rem}
.cardDesc{font-size:.95rem;color:#0E1D3B;opacity:.7;line-height:1.6;margin:0 0 1.5rem}
.cardBtn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#1AFEA5,#17d890);color:#0E1D3B;font-weight:600;font-size:.95rem;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #1afea533}
.cardBtn:hover{transform:scale(1.05);box-shadow:0 6px 20px #1afea559;color:#0E1D3B}
.cardBtn svg{width:16px;height:16px;transition:transform .3s ease}
.cardBtn:hover svg{transform:translateX(4px)}
.contactCard{background:#0E1D3B;color:#FFF4E4}
.contactCard .cardTitle{color:#1AFEA5}
.contactCard .cardDesc{color:#FFF4E4;opacity:.85}
.contactLinks{display:flex;flex-direction:column;gap:.75rem}
.contactLink{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#1afea51a;border-radius:8px;color:#FFF4E4;text-decoration:none;transition:all .3s ease;font-size:.9rem}
.contactLink:hover{background:#1afea533;transform:translateX(4px);color:#1AFEA5}
.contactLink svg{width:20px;height:20px;flex-shrink:0}
@media (max-width: 968px) {
.actionWrap{grid-template-columns:1fr;gap:1.5rem}
.succGlow{padding:4rem 1.5rem 3rem}
.succHeading{font-size:2.2rem}
.succText{font-size:1rem}
.actionSection{padding:3.5rem 1.5rem}
}
@media (max-width: 640px) {
.succIcon{width:70px;height:70px}
.succHeading{font-size:1.8rem}
.cardTitle{font-size:1.2rem}
}