*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Source Serif Pro',serif;font-weight:400;font-size:17px;line-height:1.7;color:#2a2a2a;background:#fafafa;display:flex;flex-direction:column;min-height:100vh}
.SiteHeado{background:linear-gradient(135deg,#FDD2C8 0%,#CFFAD1 50%,#BCE8FF 100%);box-shadow:0 4px 6px #00000014;padding:20px 0}
.HeadoWrapper{max-width:1000px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.LogoBox{flex-shrink:0}
.LogoLink{display:block;line-height:0}
.LogoImg{width:110px;height:110px;border-radius:8px;background:#ffffff80;padding:8px;box-shadow:0 2px 4px #0000001a}
.CompanyNameBox{flex-grow:1;text-align:center}
.CompanyTxt{font-size:32px;font-weight:700;color:#1a1a1a;letter-spacing:-.5px}
.MainNavi{flex-shrink:0}
.NaviList{list-style:none;display:flex;gap:8px;align-items:center}
.NaviItem{position:relative}
.NaviItem--hasSub:hover .SubNavi{opacity:1;visibility:visible;transform:translateY(0)}
.NaviLink{display:block;padding:10px 18px;color:#1a1a1a;text-decoration:none;font-weight:400;border-radius:6px;transition:background .2s}
.NaviLink:hover{background:#fff6}
.SubNavi{position:absolute;top:100%;left:0;background:#fff;box-shadow:0 4px 8px #0000001f;border-radius:6px;list-style:none;min-width:180px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s ease;margin-top:8px;padding:6px 0}
.SubNaviItem{margin:0}
.SubNaviLink{display:block;padding:10px 20px;color:#2a2a2a;text-decoration:none;transition:background .2s}
.SubNaviLink:hover{background:#f5f5f5}
.MainContentBox{flex:1;max-width:1000px;width:100%;margin:0 auto;padding:40px 20px}
.SiteFoot{background:#1a1a1a;color:#e0e0e0;padding:50px 0 30px;margin-top:60px}
.FootWrapper{max-width:1000px;margin:0 auto;padding:0 20px}
.FootTopRow{display:flex;justify-content:space-between;gap:40px;margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #3a3a3a}
.FootBrandBox{flex:1}
.FootBrand{font-size:26px;font-weight:700;color:#fff;display:block;margin-bottom:12px}
.FootTagline{font-size:15px;color:#b0b0b0;font-style:italic}
.FootContactBox{text-align:right}
.FootContactLabel{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#888;margin-bottom:8px}
.FootEmail{display:inline-block;color:#BCE8FF;text-decoration:none;font-size:16px;transition:color .2s}
.FootEmail:hover{color:#CFFAD1}
.FootBottomRow{display:flex;justify-content:space-between;align-items:center;gap:20px}
.FootNavi{display:flex;align-items:center;gap:12px}
.FootLink{color:silver;text-decoration:none;font-size:14px;transition:color .2s}
.FootLink:hover{color:#FDD2C8}
.FootDivider{color:#5a5a5a}
.FootCopy{font-size:14px;color:gray}
.CookiePopupBox{position:fixed;bottom:20px;right:20px;background:#fff;box-shadow:0 6px 20px #00000026;border-radius:10px;max-width:440px;padding:28px;z-index:10000;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}
.CookiePopupBox--visible{opacity:1;transform:translateY(0)}
.CookieContent .CookieTitle{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:14px}
.CookieContent .CookieTxt{font-size:15px;line-height:1.6;color:#4a4a4a;margin-bottom:20px}
.CookieCategories{margin-bottom:20px;padding:16px;background:#f8f8f8;border-radius:6px}
.CookieCatBox{margin-bottom:14px}
.CookieCatBox:last-child{margin-bottom:0}
.CookieLabel{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:600;color:#2a2a2a}
.CookieCheck{width:18px;height:18px;cursor:pointer}
.CookieCatName{font-size:15px}
.CookieCatDesc{font-size:13px;color:#6a6a6a;margin-top:4px;margin-left:28px}
.CookieActions{display:flex;flex-wrap:wrap;gap:10px}
.CookieButt{padding:11px 20px;border:none;border-radius:6px;font-family:'Source Serif Pro',serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;flex:1;min-width:120px}
.CookieButt--primary{background:linear-gradient(135deg,#FDD2C8,#CFFAD1);color:#1a1a1a}
.CookieButt--primary:hover{box-shadow:0 3px 8px #fdd2c866}
.CookieButt--secondary{background:#e0e0e0;color:#2a2a2a}
.CookieButt--secondary:hover{background:#d0d0d0}
.CookieButt--tertiary{background:transparent;color:#4a4a4a;border:1px solid silver}
.CookieButt--tertiary:hover{background:#f5f5f5}
@media (max-width: 768px) {
.HeadoWrapper{flex-direction:column;align-items:center;gap:20px}
.CompanyNameBox{order:-1}
.LogoBox{order:0}
.MainNavi{order:1;width:100%}
.NaviList{flex-direction:column;width:100%;gap:4px}
.NaviItem{width:100%}
.NaviLink{text-align:center;width:100%}
.SubNavi{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;margin-top:4px;background:#ffffff4d}
.FootTopRow{flex-direction:column;gap:30px}
.FootContactBox{text-align:left}
.FootBottomRow{flex-direction:column;align-items:flex-start;gap:16px}
.CookiePopupBox{bottom:10px;right:10px;left:10px;max-width:none}
.CookieActions{flex-direction:column}
.CookieButt{width:100%}
}
@media (max-width: 480px) {
.CompanyTxt{font-size:26px}
.LogoImg{width:90px;height:90px}
.FootBrand{font-size:22px}
}
.agreement-block{max-width:1000px;margin:60px auto;padding:0 24px 80px;background:#fff}
.agreement-block h1{font-size:42px;font-weight:700;line-height:1.2;color:#1a1a1a;margin:0 0 16px;padding:0}
.agreement-block h2{font-size:32px;font-weight:700;line-height:1.3;color:#2d2d2d;margin:48px 0 20px;padding:0;border-bottom:2px solid #FDD2C8;padding-bottom:12px}
.agreement-block h3{font-size:24px;font-weight:600;line-height:1.4;color:#3a3a3a;margin:36px 0 16px;padding:0}
.agreement-block h4{font-size:20px;font-weight:600;line-height:1.4;color:#4a4a4a;margin:28px 0 12px;padding:0}
.agreement-block h5{font-size:18px;font-weight:600;line-height:1.5;color:#5a5a5a;margin:24px 0 12px;padding:0}
.agreement-block h6{font-size:16px;font-weight:600;line-height:1.5;color:#6a6a6a;margin:20px 0 10px;padding:0}
.agreement-block p{font-size:16px;line-height:1.8;color:#404040;margin:0 0 20px;padding:0}
.agreement-block strong,.agreement-block b{font-weight:700;color:#2d2d2d}
.agreement-block em,.agreement-block i{font-style:italic;color:#404040}
.agreement-block a{color:#2d2d2d;text-decoration:none;border-bottom:2px solid #FDD2C8;transition:all .2s ease;font-weight:500}
.agreement-block a:hover{color:#1a1a1a;border-bottom-color:#CFFAD1;background:linear-gradient(90deg,#FDD2C8 0%,#CFFAD1 100%);background-size:100% 30%;background-position:0 100%;background-repeat:no-repeat}
.agreement-block ul,.agreement-block ol{font-size:16px;line-height:1.8;color:#404040;margin:0 0 24px;padding:0 0 0 28px}
.agreement-block ul li,.agreement-block ol li{margin:0 0 12px;padding:0 0 0 8px}
.agreement-block ul li::marker{color:#FDD2C8}
.agreement-block ol li::marker{color:#2d2d2d;font-weight:600}
.agreement-block table{width:100%;border-collapse:collapse;margin:32px 0;background:#fafafa;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #00000014}
.agreement-block thead{background:linear-gradient(135deg,#FDD2C8 0%,#CFFAD1 100%)}
.agreement-block thead tr th{font-size:15px;font-weight:700;text-align:left;color:#1a1a1a;padding:16px 20px;border-bottom:2px solid #fff}
.agreement-block tbody tr{border-bottom:1px solid #e8e8e8}
.agreement-block tbody tr:last-child{border-bottom:none}
.agreement-block tbody tr:nth-child(even){background:#fff}
.agreement-block tbody tr:nth-child(odd){background:#f5f5f5}
.agreement-block tbody tr td{font-size:15px;line-height:1.6;color:#404040;padding:14px 20px}
.agreement-block th{font-weight:700}
.agreement-block td{font-weight:400}
.agreement-block hr{border:none;height:2px;background:linear-gradient(90deg,#FDD2C8 0%,#CFFAD1 50%,#BCE8FF 100%);margin:48px 0;border-radius:4px}
.agreement-block div{margin:0;padding:0}
.agreement-block blockquote{font-size:17px;line-height:1.7;color:#2d2d2d;margin:32px 0;padding:20px 24px 20px 28px;background:#f9f9f9;border-left:4px solid #FDD2C8;border-radius:6px;font-style:italic}
.agreement-block code{font-family:'Courier New',monospace;font-size:14px;background:#f4f4f4;padding:3px 8px;border-radius:4px;color:#2d2d2d;border:1px solid #e0e0e0}
.agreement-block pre{background:#f4f4f4;padding:20px;border-radius:6px;overflow-x:auto;margin:24px 0;border:1px solid #e0e0e0}
.agreement-block pre code{background:transparent;padding:0;border:none}
@media (max-width: 768px) {
.agreement-block{margin:40px auto;padding:0 20px 60px}
.agreement-block h1{font-size:32px;margin-bottom:12px}
.agreement-block h2{font-size:26px;margin:36px 0 16px;padding-bottom:10px}
.agreement-block h3{font-size:21px;margin:28px 0 14px}
.agreement-block h4{font-size:18px;margin:24px 0 10px}
.agreement-block p{font-size:15px;line-height:1.7}
.agreement-block table{font-size:14px;margin:24px 0}
.agreement-block thead tr th{font-size:13px;padding:12px 14px}
.agreement-block tbody tr td{font-size:13px;padding:10px 14px}
.agreement-block ul,.agreement-block ol{font-size:15px;padding-left:24px}
.agreement-block blockquote{font-size:15px;padding:16px 18px;margin:24px 0}
}
@media (max-width: 480px) {
.agreement-block{margin:24px auto;padding:0 16px 40px}
.agreement-block h1{font-size:28px}
.agreement-block h2{font-size:22px;margin:28px 0 14px}
.agreement-block h3{font-size:19px}
.agreement-block table{font-size:13px}
.agreement-block thead tr th,.agreement-block tbody tr td{padding:10px 12px}
}
.artiBox{max-width:1000px;margin:0 auto;padding:60px 20px}
.headZone{margin-bottom:50px;text-align:center}
.mainTiti{font-size:2.8rem;line-height:1.2;color:#1a1a1a;margin:0 0 30px;font-weight:700}
.imgHero{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin-bottom:50px}
.textContBox{max-width:800px;margin:0 auto}
.textContBox p{font-size:1.1rem;line-height:1.75;color:#2d2d2d;margin-bottom:1.5rem}
.textContBox h2{font-size:2rem;line-height:1.3;color:#1a1a1a;margin:2.5rem 0 1.2rem;font-weight:600;position:relative;padding-left:20px}
.textContBox h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:70%;background:linear-gradient(180deg,#FDD2C8 0%,#CFFAD1 100%);border-radius:2px}
.textContBox h3{font-size:1.6rem;line-height:1.4;color:#1a1a1a;margin:2rem 0 1rem;font-weight:600}
.textContBox h4{font-size:1.3rem;line-height:1.4;color:#2d2d2d;margin:1.8rem 0 .9rem;font-weight:600}
.textContBox h5{font-size:1.15rem;line-height:1.4;color:#2d2d2d;margin:1.5rem 0 .8rem;font-weight:600}
.textContBox h6{font-size:1.05rem;line-height:1.4;color:#3d3d3d;margin:1.3rem 0 .7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.textContBox strong{color:#1a1a1a;font-weight:600;background:linear-gradient(120deg,#fdd2c84d 0%,#cffad14d 100%);padding:2px 4px;border-radius:3px}
.textContBox em{font-style:italic;color:#3d3d3d}
.textContBox ul,.textContBox ol{margin:1.5rem 0 1.5rem 2rem;padding:0}
.textContBox ul li,.textContBox ol li{font-size:1.1rem;line-height:1.75;color:#2d2d2d;margin-bottom:.8rem;padding-left:10px}
.textContBox ul li{list-style-type:none;position:relative}
.textContBox ul li::before{content:'';position:absolute;left:-25px;top:12px;width:8px;height:8px;background:linear-gradient(135deg,#FDD2C8 0%,#CFFAD1 100%);border-radius:50%}
.textContBox ol li{padding-left:5px}
.textContBox a{color:#06c;text-decoration:underline;text-underline-offset:3px;transition:color .3s ease}
.textContBox a:hover{color:#004999}
.insightPanel{background:linear-gradient(135deg,#fdd2c826 0%,#cffad126 50%,#bce8ff26 100%);border-left:4px solid #FDD2C8;padding:25px 30px;margin:40px 0;border-radius:6px;box-shadow:0 2px 8px #0000000d}
.insightPanel p{margin:0;font-size:1.05rem;color:#2d2d2d}
.techBox{background:#f8f9fa;border:1px solid #e1e4e8;padding:20px 25px;margin:30px 0;border-radius:6px;position:relative}
.techBox::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#FDD2C8 0%,#CFFAD1 50%,#BCE8FF 100%);border-radius:6px 6px 0 0}
.dividerLine{width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#CFFAD1 50%,transparent 100%);margin:50px 0;border:none}
@media (max-width: 768px) {
.artiBox{padding:40px 15px}
.mainTiti{font-size:2rem;margin-bottom:25px}
.headZone{margin-bottom:35px}
.imgHero{margin-bottom:35px}
.textContBox p,.textContBox ul li,.textContBox ol li{font-size:1rem}
.textContBox h2{font-size:1.6rem;margin:2rem 0 1rem}
.textContBox h3{font-size:1.4rem}
.textContBox h4{font-size:1.2rem}
.textContBox ul,.textContBox ol{margin-left:1.5rem}
.insightPanel{padding:20px;margin:30px 0}
.techBox{padding:18px 20px;margin:25px 0}
}
@media (max-width: 480px) {
.artiBox{padding:30px 12px}
.mainTiti{font-size:1.7rem}
.textContBox h2{font-size:1.4rem;padding-left:15px}
.textContBox h2::before{width:4px}
.insightPanel{padding:18px;border-left-width:3px}
}
.blogg-heado{background:linear-gradient(135deg,#FDD2C8 0%,#CFFAD1 100%);padding:60px 20px;text-align:center;margin-bottom:50px;box-shadow:0 4px 8px #00000014}
.blogg-heado h1{font-size:2.8rem;margin:0 0 15px;color:#1a1a1a;font-weight:700}
.blogg-heado .sub-txt{font-size:1.1rem;color:#444;max-width:700px;margin:0 auto;line-height:1.6}
.container-blogg{max-width:1000px;margin:0 auto;padding:0 20px}
.sect-intro{margin-bottom:60px}
.sect-intro h2{font-size:2rem;margin-bottom:20px;color:#2a2a2a;position:relative;padding-bottom:12px}
.sect-intro h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#FDD2C8,#CFFAD1);border-radius:2px}
.sect-intro p{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:15px}
.divider-wavy{height:50px;background:linear-gradient(90deg,transparent,#BCE8FF,transparent);clip-path:polygon(0 50%,10% 40%,20% 50%,30% 60%,40% 50%,50% 40%,60% 50%,70% 60%,80% 50%,90% 40%,100% 50%,100% 100%,0 100%);margin:60px 0;opacity:.4}
.guides-section{margin-bottom:70px}
.guides-section h3{font-size:1.8rem;margin-bottom:30px;color:#2a2a2a;display:inline-block;position:relative}
.guides-section h3::before{content:'';position:absolute;left:-15px;top:50%;transform:translateY(-50%);width:6px;height:70%;background:#CFFAD1;border-radius:3px}
.guide-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:25px}
.guide-card-box{background:#fff;border:2px solid #f0f0f0;border-radius:8px;padding:25px 20px;transition:all .3s ease;position:relative;overflow:hidden}
.guide-card-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FDD2C8,#CFFAD1,#BCE8FF);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.guide-card-box:hover{border-color:#CFFAD1;box-shadow:0 6px 16px #0000001a;transform:translateY(-3px)}
.guide-card-box:hover::before{transform:scaleX(1)}
.guide-card-box h4{font-size:1.15rem;margin:0;color:#2a2a2a;line-height:1.5}
.guide-card-box a{color:inherit;text-decoration:none;display:block}
.guide-card-box a:hover h4{color:#5a5a5a}
.divider-dots{text-align:center;margin:60px 0;position:relative}
.divider-dots::before{content:'● ● ● ● ●';color:#BCE8FF;font-size:1.2rem;letter-spacing:15px;opacity:.5}
.expert-section{margin-bottom:70px}
.expert-section h3{font-size:1.8rem;margin-bottom:35px;color:#2a2a2a;text-align:center;position:relative;padding-bottom:15px}
.expert-section h3::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:3px;background:linear-gradient(90deg,transparent,#FDD2C8,transparent)}
.expert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.expert-card-wrapper{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 12px #0000000f;transition:all .3s ease;border:1px solid #f5f5f5}
.expert-card-wrapper:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-5px)}
.expert-img-box{width:100%;height:200px;overflow:hidden;position:relative;background:linear-gradient(135deg,#FDD2C8 0%,#BCE8FF 100%)}
.expert-img-box img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.expert-card-wrapper:hover .expert-img-box img{transform:scale(1.08)}
.expert-content-box{padding:25px 20px}
.expert-content-box h4{font-size:1.3rem;margin:0 0 12px;color:#2a2a2a;line-height:1.4}
.expert-content-box h4 a{color:inherit;text-decoration:none;transition:color .3s ease}
.expert-content-box h4 a:hover{color:#666}
.expert-desc{font-size:.95rem;line-height:1.7;color:#666;margin:0}
.cta-section-box{background:linear-gradient(258deg,#FDD2C8 0%,#CFFAD1 50%,#BCE8FF 100%);padding:50px 30px;border-radius:12px;text-align:center;margin-top:70px;box-shadow:0 4px 16px #00000014}
.cta-section-box h3{font-size:2rem;margin:0 0 20px;color:#1a1a1a}
.cta-section-box p{font-size:1.1rem;line-height:1.7;color:#333;max-width:650px;margin:0 auto 30px}
.butt-primary{display:inline-block;background:#fff;color:#2a2a2a;padding:14px 35px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 3px 8px #0000001f;border:2px solid transparent}
.butt-primary:hover{background:#2a2a2a;color:#fff;box-shadow:0 5px 15px #0003;transform:translateY(-2px)}
@media (max-width: 768px) {
.blogg-heado{padding:40px 20px}
.blogg-heado h1{font-size:2rem}
.guide-grid{grid-template-columns:1fr;gap:20px}
.expert-grid{grid-template-columns:1fr;gap:25px}
.sect-intro h2,.guides-section h3,.expert-section h3{font-size:1.5rem}
.cta-section-box h3{font-size:1.6rem}
}
@media (max-width: 480px) {
.blogg-heado h1{font-size:1.7rem}
.container-blogg{padding:0 15px}
.cta-section-box{padding:35px 20px}
}
.HeroBox{background:linear-gradient(258deg,#FDD2C8 0%,#CFFAD1 50%,#BCE8FF 100%);padding:80px 20px 60px;position:relative}
.HeroBox .content-wrapper{max-width:1000px;margin:0 auto}
.HeroBox .main-heading{font-size:48px;line-height:1.2;margin:0 0 20px;color:#1a1a1a}
.HeroBox .subheading-text{font-size:18px;line-height:1.6;color:#2d2d2d;margin:0 0 30px;max-width:700px}
.HeroBox .cta-butt{display:inline-block;background:#1a1a1a;color:#fff;padding:14px 32px;text-decoration:none;border-radius:6px;font-weight:600;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 6px #0000001a;z-index:10;position:relative}
.HeroBox .cta-butt:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}
.IntroSecBox{padding:60px 20px;background:#fff}
.IntroSecBox .wrapper-hold{max-width:1000px;margin:0 auto}
.IntroSecBox .section-ttle{font-size:32px;margin:0 0 30px;color:#1a1a1a;position:relative;padding-bottom:15px}
.IntroSecBox .section-ttle::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#FDD2C8,#CFFAD1);border-radius:2px}
.IntroSecBox .intro-para{font-size:16px;line-height:1.7;color:#444;margin:0 0 20px}
.start-points-box{padding:70px 20px;background:#f9f9f9}
.start-points-box .inner-contain{max-width:1000px;margin:0 auto}
.start-points-box .heading-main{font-size:36px;margin:0 0 45px;color:#1a1a1a;text-align:center}
.start-points-box .grid-3col{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.start-points-box .card-item{background:#fff;border-radius:8px;padding:30px;box-shadow:0 3px 8px #00000014;transition:transform 0.3s,box-shadow .3s}
.start-points-box .card-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001f}
.start-points-box .card-item .card-title{font-size:22px;margin:0 0 15px;color:#1a1a1a}
.start-points-box .card-item .card-desc{font-size:15px;line-height:1.6;color:#555;margin:0 0 20px}
.start-points-box .card-item .card-link{display:inline-block;color:#1a1a1a;text-decoration:none;font-weight:600;border-bottom:2px solid #CFFAD1;transition:border-color .2s;z-index:10;position:relative}
.start-points-box .card-item .card-link:hover{border-color:#FDD2C8}
.PostListingBox{padding:70px 20px;background:#fff}
.PostListingBox .main-hold{max-width:1000px;margin:0 auto}
.PostListingBox .section-head{font-size:34px;margin:0 0 40px;color:#1a1a1a;text-align:center}
.PostListingBox .guides-zone{margin-bottom:50px}
.PostListingBox .category-label{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#666;margin:0 0 20px;font-weight:600}
.PostListingBox .post-simple{background:linear-gradient(135deg,#f5f5f5,#fafafa);padding:25px;border-radius:6px;border-left:4px solid #FDD2C8;margin-bottom:15px;transition:background .3s}
.PostListingBox .post-simple:hover{background:linear-gradient(135deg,#fafafa,#fff)}
.PostListingBox .post-simple .post-link{color:#1a1a1a;text-decoration:none;font-size:20px;font-weight:600;display:block;transition:color .2s}
.PostListingBox .post-simple .post-link:hover{color:#555}
.PostListingBox .expert-zone{margin-bottom:30px}
.PostListingBox .post-featured{display:grid;grid-template-columns:300px 1fr;gap:30px;background:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #0000000f;transition:box-shadow .3s}
.PostListingBox .post-featured:hover{box-shadow:0 6px 16px #0000001a}
.PostListingBox .post-featured .img-box{width:300px;height:220px;overflow:hidden}
.PostListingBox .post-featured .img-box img{width:100%;height:100%;object-fit:cover}
.PostListingBox .post-featured .text-box{padding:25px 25px 25px 0}
.PostListingBox .post-featured .featured-title{font-size:24px;margin:0 0 15px}
.PostListingBox .post-featured .featured-title a{color:#1a1a1a;text-decoration:none;transition:color .2s}
.PostListingBox .post-featured .featured-title a:hover{color:#555}
.PostListingBox .post-featured .featured-excerpt{font-size:15px;line-height:1.6;color:#555;margin:0}
.depth-indicator-box{padding:70px 20px;background:linear-gradient(180deg,#f5f5f5 0%,#fff 100%)}
.depth-indicator-box .contain-main{max-width:1000px;margin:0 auto}
.depth-indicator-box .head-txt{font-size:32px;margin:0 0 40px;color:#1a1a1a;text-align:center}
.depth-indicator-box .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px}
.depth-indicator-box .stat-card{background:#fff;padding:35px 25px;border-radius:10px;text-align:center;box-shadow:0 2px 6px #0000000f;border-top:3px solid #BCE8FF;transition:transform .3s}
.depth-indicator-box .stat-card:nth-child(2){border-top-color:#CFFAD1}
.depth-indicator-box .stat-card:nth-child(3){border-top-color:#FDD2C8}
.depth-indicator-box .stat-card:hover{transform:scale(1.05)}
.depth-indicator-box .stat-card .number-big{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 10px;line-height:1}
.depth-indicator-box .stat-card .label-txt{font-size:16px;color:#666;margin:0}
.author-credibility-box{padding:70px 20px;background:#fff}
.author-credibility-box .wrapper-center{max-width:1000px;margin:0 auto}
.author-credibility-box .section-header{font-size:34px;margin:0 0 50px;color:#1a1a1a;text-align:center}
.author-credibility-box .profile-layout{display:grid;grid-template-columns:200px 1fr;gap:40px;align-items:start}
.author-credibility-box .profile-layout .img-holder{width:200px;height:200px;border-radius:50%;overflow:hidden;box-shadow:0 6px 15px #0000001a}
.author-credibility-box .profile-layout .img-holder img{width:100%;height:100%;object-fit:cover}
.author-credibility-box .profile-layout .bio-content .name-big{font-size:28px;margin:0 0 10px;color:#1a1a1a}
.author-credibility-box .profile-layout .bio-content .role-label{font-size:16px;color:#666;margin:0 0 20px;font-weight:600}
.author-credibility-box .profile-layout .bio-content .bio-para{font-size:15px;line-height:1.7;color:#444;margin:0 0 20px}
.author-credibility-box .profile-layout .bio-content .link-more{display:inline-block;color:#1a1a1a;text-decoration:none;font-weight:600;padding:10px 24px;border:2px solid #1a1a1a;border-radius:6px;transition:background 0.2s,color .2s;z-index:10;position:relative}
.author-credibility-box .profile-layout .bio-content .link-more:hover{background:#1a1a1a;color:#fff}
.visual-divider-wave{width:100%;height:60px;background:#fff;position:relative;overflow:hidden}
.visual-divider-wave svg{position:absolute;bottom:0;left:0;width:100%;height:100%}
.call-action-final{padding:80px 20px;background:linear-gradient(135deg,#BCE8FF 0%,#CFFAD1 100%);text-align:center}
.call-action-final .wrap-content{max-width:1000px;margin:0 auto}
.call-action-final .big-heading{font-size:38px;margin:0 0 20px;color:#1a1a1a}
.call-action-final .description-txt{font-size:17px;line-height:1.6;color:#2d2d2d;margin:0 0 35px;max-width:650px;margin-left:auto;margin-right:auto}
.call-action-final .butt-primary{display:inline-block;background:#1a1a1a;color:#fff;padding:16px 40px;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:transform 0.2s,box-shadow .2s;box-shadow:0 5px 12px #00000026;z-index:10;position:relative}
.call-action-final .butt-primary:hover{transform:translateY(-3px);box-shadow:0 8px 18px #0003}
@media (max-width: 768px) {
.HeroBox .main-heading{font-size:36px}
.HeroBox .subheading-text{font-size:16px}
.start-points-box .grid-3col{grid-template-columns:1fr}
.PostListingBox .post-featured{grid-template-columns:1fr}
.PostListingBox .post-featured .img-box{width:100%;height:250px}
.PostListingBox .post-featured .text-box{padding:25px}
.author-credibility-box .profile-layout{grid-template-columns:1fr;text-align:center}
.author-credibility-box .profile-layout .img-holder{margin:0 auto}
.call-action-final .big-heading{font-size:30px}
}
@media (max-width: 480px) {
.HeroBox{padding:60px 20px 50px}
.HeroBox .main-heading{font-size:28px}
.start-points-box .heading-main{font-size:28px}
.PostListingBox .section-head{font-size:26px}
.depth-indicator-box .head-txt{font-size:26px}
.depth-indicator-box .stat-card .number-big{font-size:36px}
}
.auteur-TitleBlox{position:relative;max-width:1000px;margin:0 auto;padding:80px 20px 60px;overflow:hidden}
.auteur-TitleBlox .img-containa{position:relative;width:420px;height:520px;float:right;margin:-40px 0 40px 50px;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #0000001f}
.auteur-TitleBlox .img-containa::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fdd2c826 0%,#cffad11a 50%,#bce8ff26 100%);z-index:2;pointer-events:none}
.auteur-TitleBlox .img-containa::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E");z-index:3;pointer-events:none}
.auteur-TitleBlox .img-containa img{width:100%;height:100%;object-fit:cover;display:block}
.auteur-TitleBlox .txt-wrappa{position:relative;z-index:5;background:linear-gradient(120deg,#CFFAD1 0%,#BCE8FF 100%);padding:50px 45px;border-radius:10px;box-shadow:0 6px 24px #00000014 inset 0 1px 2px #fff9;max-width:620px}
.auteur-TitleBlox .txt-wrappa::before{content:'';position:absolute;top:12px;left:12px;width:80px;height:80px;background:#fff6;border-radius:6px;filter:blur(20px);z-index:-1}
.auteur-TitleBlox .headTitre{font-size:42px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 24px}
.auteur-TitleBlox .cite-phrase{font-size:19px;line-height:1.6;color:#2d2d2d;font-style:italic;margin:0;padding-left:30px;border-left:4px solid #fdd2c8b3}
.historyBlocBox{max-width:1000px;margin:0 auto;padding:70px 20px}
.historyBlocBox .inner-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:35px;align-items:start}
.historyBlocBox .CardStory{background:#fff;padding:40px 30px;border-radius:6px;box-shadow:0 3px 12px #0000000f;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.historyBlocBox .CardStory:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}
.historyBlocBox .CardStory::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#FDD2C8 0%,#CFFAD1 50%,#BCE8FF 100%);border-radius:6px 0 0 6px}
.historyBlocBox .CardStory .ico-deco{width:56px;height:56px;margin-bottom:20px}
.historyBlocBox .CardStory .tit-card{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.3}
.historyBlocBox .CardStory .desc-txt{font-size:16px;line-height:1.7;color:#3d3d3d;margin:0}
.historyBlocBox .longcard{grid-column:1 / -1;display:grid;grid-template-columns:380px 1fr;gap:45px;align-items:center;background:linear-gradient(95deg,#FDD2C8 0%,#fdd2c833 100%);padding:50px 45px;margin-top:25px}
.historyBlocBox .longcard .image-zone{width:100%;height:340px;border-radius:8px;overflow:hidden;box-shadow:0 5px 20px #0000001a}
.historyBlocBox .longcard .image-zone img{width:100%;height:100%;object-fit:cover;display:block}
.historyBlocBox .longcard .texte-zone .sub-head{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.25}
.historyBlocBox .longcard .texte-zone .para-block{font-size:17px;line-height:1.7;color:#2d2d2d;margin:0 0 18px}
.historyBlocBox .longcard .texte-zone .para-block:last-child{margin-bottom:0}
.historyBlocBox .visual-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:35px}
.historyBlocBox .visual-grid .pict-box{width:100%;height:200px;border-radius:6px;overflow:hidden;box-shadow:0 4px 14px #00000014;transition:transform .3s ease}
.historyBlocBox .visual-grid .pict-box:hover{transform:scale(1.05)}
.historyBlocBox .visual-grid .pict-box img{width:100%;height:100%;object-fit:cover;display:block}
@media (max-width: 1024px) {
.auteur-TitleBlox .img-containa{width:350px;height:440px;margin-left:35px}
.historyBlocBox .inner-grid{grid-template-columns:1fr 1fr}
.historyBlocBox .longcard{grid-template-columns:1fr;gap:30px}
.historyBlocBox .visual-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.auteur-TitleBlox{padding:50px 20px 40px}
.auteur-TitleBlox .img-containa{float:none;width:100%;height:380px;margin:0 0 30px}
.auteur-TitleBlox .txt-wrappa{max-width:100%;padding:35px 30px}
.auteur-TitleBlox .headTitre{font-size:32px}
.auteur-TitleBlox .cite-phrase{font-size:17px}
.historyBlocBox{padding:50px 20px}
.historyBlocBox .inner-grid{grid-template-columns:1fr;gap:25px}
.historyBlocBox .longcard{padding:35px 25px}
.historyBlocBox .longcard .image-zone{height:280px}
.historyBlocBox .longcard .texte-zone .sub-head{font-size:26px}
}
@media (max-width: 480px) {
.auteur-TitleBlox .headTitre{font-size:28px}
.auteur-TitleBlox .cite-phrase{font-size:16px;padding-left:20px}
.historyBlocBox .visual-grid{grid-template-columns:1fr}
.historyBlocBox .CardStory{padding:30px 25px}
.historyBlocBox .longcard .texte-zone .sub-head{font-size:24px}
}
.spon-HeadWrap{background:linear-gradient(258deg,#FDD2C8 0%,#CFFAD1 50%,#BCE8FF 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.spon-HeadWrap::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#ffffff26;border-radius:50%;animation:float-shape 8s ease-in-out infinite}
.spon-HeadWrap::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:#bce8ff33;border-radius:50%;animation:float-shape 10s ease-in-out infinite reverse}
@keyframes float-shape {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-30px) rotate(5deg)}
}
.spon-HeadInner{max-width:1000px;margin:0 auto;position:relative;z-index:2;text-align:center}
.spon-HeadInner h1{font-size:48px;line-height:1.2;color:#2a2a2a;margin:0 0 24px;font-weight:700}
.spon-HeadDescr{font-size:20px;line-height:1.6;color:#4a4a4a;max-width:700px;margin:0 auto}
.value-GridSec{padding:70px 20px;background:#fafafa}
.value-GridInner{max-width:1000px;margin:0 auto}
.value-GridInner h2{font-size:36px;color:#2a2a2a;margin:0 0 50px;text-align:center;font-weight:700}
.value-Cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.value-CardBox{background:#fff;padding:35px 28px;border-radius:8px;box-shadow:0 3px 8px #00000014;transition:all .3s ease;border-left:4px solid transparent}
.value-CardBox:nth-child(1){border-left-color:#FDD2C8}
.value-CardBox:nth-child(2){border-left-color:#CFFAD1}
.value-CardBox:nth-child(3){border-left-color:#BCE8FF}
.value-CardBox:hover{transform:translateY(-5px);box-shadow:0 6px 16px #0000001f}
.value-CardBox h3{font-size:22px;color:#2a2a2a;margin:0 0 16px;font-weight:600}
.value-CardBox p{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.package-SlantSec{background:#fff;padding:80px 20px;position:relative}
.package-SlantSec::before{content:'';position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,#FDD2C8 0%,#CFFAD1 50%,#BCE8FF 100%)}
.package-Container{max-width:1000px;margin:0 auto}
.package-Container h2{font-size:38px;color:#2a2a2a;margin:0 0 20px;font-weight:700}
.package-Intro{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 45px;max-width:750px}
.package-OfferLayout{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px}
.package-OfferItem{background:#f8f8f8;padding:40px 32px;border-radius:10px;position:relative}
.package-OfferItem::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#FDD2C8,#CFFAD1);border-radius:0 0 10px 10px}
.package-OfferItem h3{font-size:26px;color:#2a2a2a;margin:0 0 18px;font-weight:600}
.package-OfferDetails{font-size:16px;line-height:1.8;color:#5a5a5a}
.package-OfferDetails li{margin-bottom:10px}
.package-OfferDetails strong{color:#2a2a2a}
.package-BenefitsList{background:linear-gradient(135deg,#fdd2c81a,#cffad11a);padding:35px;border-radius:8px;border:2px solid #CFFAD1}
.package-BenefitsList h4{font-size:22px;color:#2a2a2a;margin:0 0 20px;font-weight:600}
.package-BenefitsList ul{margin:0;padding-left:20px}
.package-BenefitsList li{font-size:16px;line-height:1.8;color:#4a4a4a;margin-bottom:12px}
.contact-AsyncSec{background:#2a2a2a;padding:70px 20px;color:#fff;position:relative;overflow:hidden}
.contact-AsyncSec::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#fdd2c826,transparent)}
.contact-Wrapper{max-width:1000px;margin:0 auto;display:flex;gap:60px;align-items:center;position:relative;z-index:2}
.contact-TextCol{flex:1.2}
.contact-TextCol h2{font-size:34px;margin:0 0 22px;font-weight:700}
.contact-TextCol p{font-size:17px;line-height:1.7;margin:0 0 18px;color:#d4d4d4}
.contact-EmailDisplay{font-size:20px;color:#FDD2C8;font-weight:600;margin-top:30px}
.contact-FormCol{flex:1;background:#ffffff0d;padding:40px 35px;border-radius:10px;border:1px solid #ffffff1a}
.contact-FormCol h3{font-size:24px;margin:0 0 25px;font-weight:600}
.form-FieldBox{margin-bottom:20px}
.form-FieldBox label{display:block;font-size:14px;margin-bottom:8px;color:#d4d4d4}
.form-FieldBox input,.form-FieldBox textarea{width:100%;padding:12px 14px;border:1px solid #fff3;border-radius:6px;background:#ffffff14;color:#fff;font-size:15px;box-sizing:border-box;transition:all .3s ease}
.form-FieldBox input:focus,.form-FieldBox textarea:focus{outline:none;border-color:#CFFAD1;background:#ffffff1f}
.form-FieldBox textarea{resize:vertical;min-height:100px}
.form-SubmitButt{background:linear-gradient(135deg,#FDD2C8,#CFFAD1);color:#2a2a2a;border:none;padding:14px 40px;font-size:16px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #fdd2c84d;z-index:10;position:relative}
.form-SubmitButt:hover{transform:translateY(-2px);box-shadow:0 6px 16px #fdd2c866}
@media (max-width: 768px) {
.spon-HeadInner h1{font-size:36px}
.spon-HeadDescr{font-size:18px}
.value-Cards{grid-template-columns:1fr}
.package-OfferLayout{grid-template-columns:1fr;gap:30px}
.contact-Wrapper{flex-direction:column;gap:40px}
.contact-TextCol,.contact-FormCol{width:100%}
}
@media (max-width: 480px) {
.spon-HeadWrap{padding:60px 15px 40px}
.spon-HeadInner h1{font-size:28px}
.value-GridSec,.package-SlantSec,.contact-AsyncSec{padding:50px 15px}
.package-Container h2,.value-GridInner h2{font-size:28px}
}
.SuccesBox{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:80px 20px;position:relative;overflow:hidden}
.SuccesBox::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(135deg,#FDD2C8 0%,#CFFAD1 40%,#BCE8FF 100%);opacity:.08;transform:rotate(-12deg);z-index:1}
.SuccesBox::after{content:'';position:absolute;bottom:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#CFFAD1 0%,transparent 70%);opacity:.12;z-index:1}
.SuccesContentWrap{max-width:1000px;width:100%;margin:0 auto;position:relative;z-index:2}
.SuccesMosaikGrid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.SuccesTextPart{padding:40px;background:linear-gradient(168deg,#fdd2c826 0%,#cffad11a 100%);border-radius:8px;box-shadow:0 4px 16px #0000000f;position:relative}
.SuccesTextPart::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FDD2C8 0%,#CFFAD1 50%,#BCE8FF 100%);border-radius:8px 0 0 8px}
.SuccesHedPart1{font-size:2.8rem;font-weight:700;line-height:1.2;color:#2a2a2a;margin:0 0 16px}
.SuccesHedPart1::after{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#FDD2C8 0%,#CFFAD1 100%);margin-top:20px;border-radius:4px}
.SuccesHedPart2{font-size:1.5rem;font-weight:400;line-height:1.5;color:#4a4a4a;margin:0 0 28px}
.SuccesDescripTxt{font-size:1.05rem;line-height:1.7;color:#5a5a5a;margin:0 0 32px}
.SuccesActionButtWrap{display:flex;gap:16px;flex-wrap:wrap}
.SuccesPrimButt{display:inline-flex;align-items:center;padding:14px 32px;background:linear-gradient(135deg,#FDD2C8 0%,#CFFAD1 100%);color:#2a2a2a;font-weight:600;text-decoration:none;border-radius:6px;box-shadow:0 3px 12px #fdd2c866;transition:all .3s ease;position:relative;z-index:10}
.SuccesPrimButt:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fdd2c880}
.SuccesSecButt{display:inline-flex;align-items:center;padding:14px 32px;background:#f5f5f5;color:#3a3a3a;font-weight:600;text-decoration:none;border-radius:6px;border:2px solid #e0e0e0;transition:all .3s ease;position:relative;z-index:10}
.SuccesSecButt:hover{background:#fff;border-color:#CFFAD1}
.SuccesVisuPart{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.SuccesVisuBlock{aspect-ratio:1;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}
.SuccesVisuBlock:nth-child(1){background:linear-gradient(225deg,#FDD2C8 0%,#fdd2c880 100%);grid-column:span 2}
.SuccesVisuBlock:nth-child(2){background:linear-gradient(135deg,#CFFAD1 0%,#cffad180 100%)}
.SuccesVisuBlock:nth-child(3){background:linear-gradient(315deg,#BCE8FF 0%,#bce8ff80 100%)}
.SuccesVisuBlock::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;height:60%;background:#ffffff4d;border-radius:50%;filter:blur(40px)}
.SuccesVisuTexture{position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,#ffffff0d 10px,#ffffff0d 20px),repeating-linear-gradient(-45deg,transparent,transparent 10px,#00000005 10px,#00000005 20px)}
.SuccesCheckmarkIcon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px}
.SuccesCheckmarkIcon svg{width:100%;height:100%;filter:drop-shadow(0 2px 8px #0000001a)}
@media (max-width: 768px) {
.SuccesBox{padding:60px 20px}
.SuccesMosaikGrid{grid-template-columns:1fr;gap:40px}
.SuccesTextPart{padding:28px 24px}
.SuccesHedPart1{font-size:2rem}
.SuccesHedPart2{font-size:1.2rem}
.SuccesDescripTxt{font-size:1rem}
.SuccesActionButtWrap{flex-direction:column}
.SuccesPrimButt,.SuccesSecButt{width:100%;justify-content:center}
.SuccesVisuPart{grid-template-columns:1fr}
.SuccesVisuBlock:nth-child(1){grid-column:span 1;aspect-ratio:16/9}
}
@media (max-width: 480px) {
.SuccesHedPart1{font-size:1.6rem}
.SuccesHedPart2{font-size:1.1rem}
.SuccesTextPart{padding:24px 20px}
.SuccesPrimButt,.SuccesSecButt{padding:12px 24px;font-size:.95rem}
}