@import "https://fonts.googleapis.com/css2?family=Exo+2:wght@400;700&display=swap";
*,::before,::after{box-sizing:border-box}
body{font-family:'Exo 2',sans-serif;font-size:17px;line-height:1.7;color:#1a1a2e;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;overflow-x:hidden}
::selection{background:#d1d5db;color:#1a1a2e}
:focus-visible{outline:2px solid #009DB7;outline-offset:3px;transition:outline-offset .25s ease-in-out}
.siteHeader{position:relative;background:#fff;border-bottom:1px solid #f0e8ef;box-shadow:0 7px 18px -2px #fc995e1a}
.siteHeader::before{content:'';display:block;height:4px;background:linear-gradient(90deg,#FC995E 0%,#009DB7 60%,#F1DCEF 100%)}
.headerInner{max-width:1170px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:88px}
.logoWrap{display:flex;align-items:center;gap:16px;flex-shrink:0;text-decoration:none}
.logoBox{width:48px;height:48px;border:2px solid #FC995E;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px -2px #fc995e12 0 7px 18px -2px #fc995e1a;padding:4px;overflow:hidden}
.logoBox img{width:40px;height:40px;object-fit:contain;display:block}
.brandLabel{font-size:21px;font-weight:700;letter-spacing:-.02em;line-height:1.2;color:#1a1a2e;text-decoration:none}
.brandLabel span{color:#FC995E}
.headerNav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}
.headerNav a{font-size:14px;font-weight:700;letter-spacing:.04em;color:#374151;text-decoration:none;padding:8px 16px;border-radius:28px;transition:color .25s ease-in-out,background .28s cubic-bezier(0.4,0,0.2,1);white-space:nowrap}
.headerNav a:hover{color:#009DB7;background:#f0f9fb}
.headerNav a.nav--active{color:#FC995E;background:#fff5ef}
.headerCta{flex-shrink:0}
.headerCta a{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;letter-spacing:.03em;color:#fff;background:linear-gradient(135deg,#FC995E 0%,#e07d3a 100%);text-decoration:none;padding:12px 24px;border-radius:28px;box-shadow:0 1px 3px -2px #fc995e12 0 7px 18px -2px #fc995e21;transition:box-shadow .3s cubic-bezier(0.4,0,0.2,1),transform .25s ease-in-out;white-space:nowrap;min-height:44px}
.headerCta a:hover{box-shadow:0 9px 40px -2px #fc995e21;transform:translateY(-1px)}
.headerCta a i{font-size:16px}
.siteFooter{background:#111827;color:#d1d5db;position:relative;overflow:hidden}
.siteFooter::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#FC995E 0%,#009DB7 100%)}
.footerOuter{max-width:1170px;margin:0 auto;padding:64px 32px 32px}
.footerGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:64px}
.footerBrand{grid-column:1 / -1;display:flex;align-items:flex-start;gap:32px;flex-wrap:wrap}
.footerLogoWrap{display:flex;align-items:center;gap:16px;text-decoration:none;flex-shrink:0}
.footerLogoBox{width:48px;height:48px;border:2px solid #FC995E;border-radius:16px;background:#1f2937;display:flex;align-items:center;justify-content:center;padding:4px;box-shadow:0 1px 3px -2px #fc995e12 0 7px 18px -2px #fc995e1a}
.footerLogoBox img{width:40px;height:40px;object-fit:contain;display:block}
.footerBrandLabel{font-size:21px;font-weight:700;letter-spacing:-.02em;color:#f9fafb}
.footerBrandLabel span{color:#FC995E}
.footerTagline{font-size:14px;line-height:1.7;color:#9ca3af;max-width:320px;letter-spacing:.02em}
.footerColHeading{font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#f9fafb;margin-bottom:16px}
.footerColLinks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.footerColLinks li a{font-size:14px;color:#9ca3af;text-decoration:none;letter-spacing:.02em;transition:color .25s ease-in-out}
.footerColLinks li a:hover{color:#FC995E}
.footerContact{display:flex;flex-direction:column;gap:8px}
.footerContact a{font-size:14px;color:#9ca3af;text-decoration:none;letter-spacing:.02em;display:flex;align-items:center;gap:8px;transition:color .28s cubic-bezier(0.4,0,0.2,1)}
.footerContact a:hover{color:#009DB7}
.footerContact i{font-size:16px;color:#009DB7;flex-shrink:0}
.footerAddr{font-size:14px;color:#6b7280;letter-spacing:.02em;line-height:1.7;display:flex;align-items:flex-start;gap:8px}
.footerAddr i{font-size:16px;color:#009DB7;flex-shrink:0;margin-top:2px}
.footerBottom{border-top:1px solid #1f2937;padding-top:32px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.footerCopy{font-size:14px;color:#6b7280;letter-spacing:.02em}
.footerLegal{display:flex;align-items:center;gap:16px}
.footerLegal a{font-size:14px;color:#6b7280;text-decoration:none;letter-spacing:.02em;transition:color .25s ease-in-out}
.footerLegal a:hover{color:#F1DCEF}
.footerLegal span{color:#374151;font-size:14px}
#cookiePlaceholder{position:fixed;bottom:32px;left:32px;z-index:1200;max-width:420px;width:calc(100vw - 64px)}
.panel{background:#fff;border-radius:16px;box-shadow:0 9px 40px -2px #fc995e21;border:1px solid #f0e8ef;overflow:hidden}
.notice{padding:24px}
.notice p{font-size:14px;line-height:1.7;color:#374151;margin:0 0 16px}
.actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.actions button{font-family:'Exo 2',sans-serif;font-size:14px;font-weight:700;letter-spacing:.03em;cursor:pointer;border:none;background:none;padding:0;transition:color .25s ease-in-out;min-height:44px}
.actions .btnAccept{color:#009DB7;text-decoration:underline;text-underline-offset:3px}
.actions .btnAccept:hover{color:#007a8f}
.actions .btnReject{color:#6b7280;text-decoration:underline;text-underline-offset:3px}
.actions .btnReject:hover{color:#374151}
.actions .btnCustomize{color:#FC995E;text-decoration:underline;text-underline-offset:3px;margin-left:auto}
.actions .btnCustomize:hover{color:#e07d3a}
.choicePanel{border-top:1px solid #f0e8ef;padding:16px 24px 24px;display:none}
.choicePanel.open{display:block}
.choice{display:flex;align-items:center;justify-content:space-between;padding:8px 0}
.choice label{font-size:14px;color:#374151;letter-spacing:.02em}
.choice input[type="checkbox"]{width:18px;height:18px;accent-color:#009DB7;cursor:pointer}
.choice input[type="checkbox"]:disabled{cursor:not-allowed}
.choiceActions{margin-top:16px;display:flex;gap:16px}
.choiceActions button{font-family:'Exo 2',sans-serif;font-size:14px;font-weight:700;cursor:pointer;border:none;background:none;padding:0;text-decoration:underline;text-underline-offset:3px;min-height:44px;transition:color .25s ease-in-out}
.choiceActions .btnSave{color:#009DB7}
.choiceActions .btnSave:hover{color:#007a8f}
@media (max-width: 768px) {
.headerInner{padding:0 16px;min-height:72px;flex-wrap:wrap;gap:16px;padding-top:16px;padding-bottom:16px}
.headerNav{order:3;width:100%;justify-content:flex-start;gap:8px}
.headerCta{margin-left:auto}
.footerGrid{grid-template-columns:1fr}
.footerBrand{grid-column:1 / -1}
.footerBottom{flex-direction:column;align-items:flex-start}
#cookiePlaceholder{bottom:16px;left:16px;width:calc(100vw - 32px)}
.footerOuter{padding:32px 16px}
}
@media (max-width: 1280px) and (min-width: 769px) {
.headerInner{padding:0 32px}
}
.legal-nnen-content{max-width:1170px;margin:0 auto;padding:64px 32px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision}
.legal-nnen-content p{font-size:17px;line-height:1.7;color:#1a1a1a;margin-bottom:16px;letter-spacing:.01em}
.legal-nnen-content em,.legal-nnen-content i{font-style:italic;color:#333}
.legal-nnen-content hr{border:none;border-top:1px solid #e8e0ed;margin:32px 0}
.legal-nnen-content div{margin-bottom:16px}
.legal-nnen-content table{width:100%;border-collapse:collapse;font-size:17px;line-height:1.7;margin-bottom:32px;box-shadow:0 1px 3px -2px #fc995e12 0 7px 18px -2px #fc995e1a;border-radius:16px;overflow:hidden}
.legal-nnen-content thead{background:linear-gradient(135deg,#fc995e1f 0%,#009db71a 100%)}
.legal-nnen-content thead th{font-size:14px;font-weight:700;color:#1a1a1a;letter-spacing:.04em;text-transform:uppercase;padding:16px;text-align:left;border-bottom:2px solid #009db733}
.legal-nnen-content tbody tr{border-bottom:1px solid #f1dcef99;transition:background-color .25s ease-in-out}
.legal-nnen-content tbody tr:last-child{border-bottom:none}
.legal-nnen-content tbody tr:hover{background-color:#f1dcef4d}
.legal-nnen-content td{font-size:17px;line-height:1.7;color:#1a1a1a;padding:16px;vertical-align:top}
.legal-nnen-content tbody td:first-child{font-weight:600;color:#333}
@media (max-width: 768px) {
.legal-nnen-content{padding:32px 16px}
.legal-nnen-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px}
.legal-nnen-content p{font-size:17px}
.legal-nnen-content thead th,.legal-nnen-content td{padding:16px 8px;font-size:14px;white-space:nowrap}
}
.podcastPost-v2{display:block;width:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision}
.podcastPost-v2 ::selection{background:#d0d0d0;color:inherit}
.podcastPost-v2 *,.podcastPost-v2 ::before,.podcastPost-v2 ::after{box-sizing:border-box}
.podcastPost-v2 .heroOuter{position:relative;padding:96px 32px 64px;overflow:hidden;background:#fff}
.podcastPost-v2 .heroBg{position:absolute;inset:0;background:radial-gradient(ellipse at 20% 60%,#fc995e2e 0%,transparent 55%),radial-gradient(ellipse at 80% 10%,#009db724 0%,transparent 50%),radial-gradient(ellipse at 55% 90%,#f1dcef8c 0%,transparent 55%);animation:heroBgShift 12s ease-in-out infinite alternate;pointer-events:none;z-index:0}
@keyframes heroBgShift {
0%{opacity:1;filter:hue-rotate(0deg)}
100%{opacity:.85;filter:hue-rotate(12deg)}
}
.podcastPost-v2 .heroInner{position:relative;z-index:1;max-width:1170px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:64px;align-items:center}
.podcastPost-v2 .heroText{display:flex;flex-direction:column;gap:32px}
.podcastPost-v2 .heroCategoryRow{display:flex;flex-direction:row;align-items:center;gap:16px}
.podcastPost-v2 .heroCatBadge{display:inline-block;padding:8px 16px;background:#009db71a;color:#009DB7;font-size:14px;font-weight:600;letter-spacing:.08em;border-radius:28px;text-transform:uppercase}
.podcastPost-v2 .heroReadtime{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:14px;color:#6b7280;letter-spacing:.03em}
.podcastPost-v2 .heroReadtime svg{flex-shrink:0}
.podcastPost-v2 .heroTitle{font-size:54px;font-weight:800;line-height:1.2;letter-spacing:-.02em;color:#111827;margin:0}
.podcastPost-v2 .heroAccent{color:#FC995E}
.podcastPost-v2 .heroSubtitle{font-size:21px;line-height:1.7;color:#374151;margin:0;font-weight:400}
.podcastPost-v2 .heroMeta{display:flex;flex-direction:row;align-items:center;gap:16px;padding-top:16px;border-top:1px solid #009db726}
.podcastPost-v2 .heroMetaDot{width:8px;height:8px;border-radius:0;background:#FC995E;transform:rotate(45deg);flex-shrink:0}
.podcastPost-v2 .heroAuthorName{font-size:14px;font-weight:600;color:#111827;letter-spacing:.02em}
.podcastPost-v2 .heroDateStr{font-size:14px;color:#6b7280;margin-left:auto}
.podcastPost-v2 .heroImageOuter{position:relative}
.podcastPost-v2 .heroImageWrap{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 9px 40px -2px #fc995e21}
.podcastPost-v2 .heroImageWrap img{width:100%;height:420px;object-fit:cover;display:block;border-radius:28px}
.podcastPost-v2 .heroImageBlend{position:absolute;inset:0;border-radius:28px;background:linear-gradient(135deg,#f1dcef59 0%,#009db72e 100%);mix-blend-mode:multiply;pointer-events:none}
.podcastPost-v2 .heroDecoLines{position:absolute;top:-32px;left:-32px;width:120px;height:120px;pointer-events:none;z-index:-1}
.podcastPost-v2 .heroDecoLines line{stroke:#fc995e40;stroke-width:1.5}
.podcastPost-v2 .dividerTick{width:100%;display:flex;flex-direction:row;align-items:center;gap:0;overflow:hidden}
.podcastPost-v2 .dividerTick span{display:block;height:1px;flex:1;background:#009db72e}
.podcastPost-v2 .dividerTick i{display:block;width:1px;height:8px;background:#009db759;margin:0 32px;flex-shrink:0}
.podcastPost-v2 .contentOuter{background:#fff;padding:64px 32px}
.podcastPost-v2 .contentInner{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:64px;align-items:start}
.podcastPost-v2 .articleBody{min-width:0}
.podcastPost-v2 .articleBody p{font-size:17px;line-height:1.7;color:#374151;margin:0 0 16px}
.podcastPost-v2 .articleBody h2{font-size:28px;font-weight:700;line-height:1.2;color:#111827;margin:32px 0 16px;letter-spacing:-.01em}
.podcastPost-v2 .articleBody strong{color:#111827;font-weight:700}
.podcastPost-v2 .articleBody del{color:#9ca3af;text-decoration:line-through}
.podcastPost-v2 .articleBody ul{margin:16px 0;padding:0 0 0 32px;display:flex;flex-direction:column;gap:8px}
.podcastPost-v2 .articleBody li{font-size:17px;line-height:1.7;color:#374151;padding-left:8px}
.podcastPost-v2 .articleBody table{width:100%;border-collapse:collapse;margin:32px 0;font-size:14px;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px -2px #fc995e12}
.podcastPost-v2 .articleBody caption{font-size:14px;color:#6b7280;text-align:left;padding:8px 0;margin-bottom:8px}
.podcastPost-v2 .articleBody thead{background:#009db714}
.podcastPost-v2 .articleBody thead td,.podcastPost-v2 .articleBody thead th{font-weight:700;color:#009DB7;padding:16px;border-bottom:2px solid #009db72e}
.podcastPost-v2 .articleBody tr{border-bottom:1px solid #0000000d;transition:background .25s ease-in-out}
.podcastPost-v2 .articleBody tbody tr:hover{background:#f1dcef40}
.podcastPost-v2 .articleBody td{padding:16px;font-size:14px;color:#374151;line-height:1.7}
.podcastPost-v2 .articleBody figure{margin:32px 0}
.podcastPost-v2 .articleBody figure img{width:100%;border-radius:16px;display:block;box-shadow:0 7px 18px -2px #009db71a}
.podcastPost-v2 .articleBody figcaption{font-size:14px;color:#9ca3af;margin-top:8px;text-align:center;letter-spacing:.02em}
.podcastPost-v2 .sidebarOuter{display:flex;flex-direction:column;gap:32px;position:sticky;top:32px}
.podcastPost-v2 .sideCard{border-radius:28px;padding:32px}
.podcastPost-v2 .sideCard--highlight{background:linear-gradient(135deg,#fc995e1f 0%,#f1dcef8c 60%,#009db714 100%);box-shadow:0 7px 18px -2px #fc995e1a}
.podcastPost-v2 .sideCard--plain{background:#f9fafb;box-shadow:0 1px 3px -2px #009db712}
.podcastPost-v2 .sideCardLabel{font-size:14px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#009DB7;margin:0 0 16px}
.podcastPost-v2 .sideCardTitle{font-size:21px;font-weight:700;line-height:1.2;color:#111827;margin:0 0 16px}
.podcastPost-v2 .sideCardText{font-size:14px;line-height:1.7;color:#374151;margin:0 0 16px}
.podcastPost-v2 .sideCtaLink{display:inline-flex;flex-direction:row;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#FC995E;text-decoration:none;letter-spacing:.02em;transition:gap .28s cubic-bezier(0.4,0,0.2,1),color .28s cubic-bezier(0.4,0,0.2,1)}
.podcastPost-v2 .sideCtaLink:hover{gap:16px;color:#e07d3a}
.podcastPost-v2 .sideCtaLink svg{flex-shrink:0;transition:transform .28s cubic-bezier(0.4,0,0.2,1)}
.podcastPost-v2 .sideCtaLink:hover svg{transform:translateX(4px)}
.podcastPost-v2 .sideTagList{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.podcastPost-v2 .sideTagList li{padding:0}
.podcastPost-v2 .sideTag{display:inline-block;padding:8px 16px;background:#fff;border:1px solid #009db733;border-radius:28px;font-size:14px;color:#374151;transition:background .25s ease-in-out,border-color .25s ease-in-out;cursor:default}
.podcastPost-v2 .sideTag:hover{background:#009db712;border-color:#009DB7}
.podcastPost-v2 .dividerSection{max-width:1170px;margin:0 auto;padding:0 32px}
.podcastPost-v2 .ctaBannerOuter{padding:64px 32px;background:linear-gradient(120deg,#fc995e24 0%,#f1dcef80 50%,#009db71f 100%);position:relative;overflow:hidden}
.podcastPost-v2 .ctaBannerOuter::before{content:'';position:absolute;top:-64px;right:-64px;width:280px;height:280px;border-radius:0;border:1.5px solid #fc995e26;transform:rotate(30deg);pointer-events:none}
.podcastPost-v2 .ctaBannerOuter::after{content:'';position:absolute;bottom:-32px;left:64px;width:160px;height:160px;border-radius:0;border:1px solid #009db71f;transform:rotate(15deg);pointer-events:none}
.podcastPost-v2 .ctaBannerInner{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:64px;align-items:center;position:relative;z-index:1}
.podcastPost-v2 .ctaBannerText{display:flex;flex-direction:column;gap:16px}
.podcastPost-v2 .ctaBannerHeading{font-size:38px;font-weight:800;line-height:1.2;color:#111827;letter-spacing:-.02em;margin:0}
.podcastPost-v2 .ctaBannerDash{color:#FC995E;font-weight:400}
.podcastPost-v2 .ctaBannerBody{font-size:17px;line-height:1.7;color:#374151;margin:0}
.podcastPost-v2 .ctaBannerActions{display:flex;flex-direction:column;gap:16px;align-items:flex-end;justify-content:center}
.podcastPost-v2 .ctaBtn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:16px 32px;background:#FC995E;color:#fff;font-size:17px;font-weight:700;text-decoration:none;border-radius:16px;box-shadow:0 7px 18px -2px #fc995e21;transition:background .28s cubic-bezier(0.4,0,0.2,1),box-shadow .28s cubic-bezier(0.4,0,0.2,1),gap .28s cubic-bezier(0.4,0,0.2,1);border:none;cursor:pointer}
.podcastPost-v2 .ctaBtn:hover{background:#e07d3a;box-shadow:0 9px 40px -2px #fc995e2e;gap:16px}
.podcastPost-v2 .ctaBtn:focus{outline:2px solid #009DB7;outline-offset:3px}
.podcastPost-v2 .ctaBtnSecondary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#009DB7;text-decoration:none;letter-spacing:.02em;transition:gap .35s ease-in-out,color .35s ease-in-out;background:none;border:none;cursor:pointer;padding:0}
.podcastPost-v2 .ctaBtnSecondary:hover{gap:16px;color:#007a8f}
@media (max-width: 1280px) {
.podcastPost-v2 .heroInner{gap:32px}
.podcastPost-v2 .contentInner{gap:32px;grid-template-columns:1fr 280px}
}
@media (max-width: 768px) {
.podcastPost-v2 .heroOuter{padding:64px 16px 32px}
.podcastPost-v2 .heroInner{grid-template-columns:1fr;gap:32px}
.podcastPost-v2 .heroTitle{font-size:38px}
.podcastPost-v2 .heroImageWrap img{height:280px}
.podcastPost-v2 .contentOuter{padding:32px 16px}
.podcastPost-v2 .contentInner{grid-template-columns:1fr;gap:32px}
.podcastPost-v2 .sidebarOuter{position:static}
.podcastPost-v2 .ctaBannerOuter{padding:32px 16px}
.podcastPost-v2 .ctaBannerInner{grid-template-columns:1fr;gap:32px}
.podcastPost-v2 .ctaBannerActions{align-items:flex-start}
.podcastPost-v2 .ctaBannerHeading{font-size:28px}
.podcastPost-v2 .dividerSection{padding:0 16px}
}
.contactPage{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;background:#fff;overflow-x:clip}
.contactPage ::selection{background:#e0e0e0;color:inherit}
.contactPage input::placeholder,.contactPage textarea::placeholder{font-style:italic;color:#9eaab5}
.contactPage .heroSplit{display:grid;grid-template-columns:repeat(2,1fr);min-height:520px;position:relative}
.contactPage .heroLeft{background:#009DB7;padding:96px 64px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.contactPage .heroLeft::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,#fc995e2e 0%,transparent 55%),radial-gradient(circle at 85% 20%,#f1dcef24 0%,transparent 50%);pointer-events:none}
.contactPage .geoDeco{position:absolute;bottom:-40px;right:-40px;width:220px;height:220px;border:2px solid #ffffff1f;border-radius:0;transform:rotate(22deg);pointer-events:none;animation:geoPulse 4.5s ease-in-out infinite}
.contactPage .geoDeco::after{content:'';position:absolute;inset:24px;border:1.5px solid #ffffff14;border-radius:0}
@keyframes geoPulse {
0%,100%{opacity:.5;transform:rotate(22deg) scale(1)}
50%{opacity:1;transform:rotate(22deg) scale(1.06)}
}
.contactPage .heroLabel{font-size:14px;letter-spacing:.12em;color:#ffffffb3;text-transform:uppercase;margin-bottom:16px}
.contactPage .heroHeading{font-size:54px;line-height:1.2;font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:32px}
.contactPage .heroHeading span{color:#FC995E}
.contactPage .heroDesc{font-size:17px;line-height:1.7;color:#ffffffd9;max-width:380px}
.contactPage .heroRight{background:#F1DCEF;padding:96px 64px;display:flex;flex-direction:column;justify-content:center;gap:32px}
.contactPage .infoGroup{display:flex;flex-direction:column;gap:8px}
.contactPage .infoLabel{font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:#009DB7;font-weight:600}
.contactPage .infoValue{font-size:21px;line-height:1.2;color:#1a1a2e;font-weight:500;letter-spacing:-.01em}
.contactPage .infoValue a{color:#1a1a2e;text-decoration:none;transition:color .28s cubic-bezier(0.4,0,0.2,1)}
.contactPage .infoValue a:hover{color:#009DB7}
.contactPage .infoDivider{width:100%;height:1.5px;background:linear-gradient(to right,#009DB7 0%,#fc995e66 60%,transparent 100%)}
.contactPage .formSection{background:#fff;position:relative;padding:96px 0;overflow:hidden}
.contactPage .formSection::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 39px,#009db70a 39px,#009db70a 40px),repeating-linear-gradient(90deg,transparent,transparent 39px,#009db70a 39px,#009db70a 40px);pointer-events:none;opacity:.6}
.contactPage .formSection .glowOrb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(ellipse at center,#f1dcef59 0%,#009db70f 45%,transparent 70%);pointer-events:none;animation:innerGlow 6s ease-in-out infinite}
@keyframes innerGlow {
0%,100%{opacity:.5;transform:translate(-50%,-50%) scale(1)}
50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}
}
.contactPage .formInner{max-width:1170px;margin:0 auto;padding:0 32px;position:relative;display:grid;grid-template-columns:1fr 2fr;gap:64px;align-items:start}
.contactPage .formSidebar{padding-top:16px}
.contactPage .sidebarTag{display:inline-block;background:#009DB7;color:#fff;font-size:14px;letter-spacing:.06em;padding:8px 16px;border-radius:0;margin-bottom:32px}
.contactPage .sidebarHeading{font-size:38px;line-height:1.2;font-weight:700;color:#1a1a2e;letter-spacing:-.02em;margin-bottom:16px}
.contactPage .sidebarHeading em{font-style:normal;color:#FC995E}
.contactPage .sidebarText{font-size:17px;line-height:1.7;color:#555;margin-bottom:32px}
.contactPage .sidebarNote{font-size:14px;line-height:1.7;color:#888;border-left:3px solid #FC995E;padding-left:16px}
.contactPage .contactFormWrap{background:#fff;border-radius:28px;padding:64px;box-shadow:0 9px 40px -2px #009db721 0 1px 3px -2px #009db712}
.contactPage .fieldRow{margin-bottom:32px}
.contactPage .fieldRow label{display:block;font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1a1a2e;margin-bottom:8px}
.contactPage .fieldRow input[type="email"]{width:100%;padding:16px;border:2px solid #e8edf2;border-radius:16px;font-size:17px;color:#1a1a2e;background:#fafbfc;outline:none;box-sizing:border-box;transition:border-color .28s cubic-bezier(0.4,0,0.2,1),box-shadow .28s cubic-bezier(0.4,0,0.2,1)}
.contactPage .fieldRow input[type="email"]:focus{border-color:#009DB7;box-shadow:0 0 0 4px #009db71a;background:#fff}
.contactPage .sizeLabel{display:block;font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1a1a2e;margin-bottom:16px}
.contactPage .sizeOptions{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.contactPage .sizeOptions input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.contactPage .sizeOptions label{display:inline-block;padding:8px 16px;border:2px solid #e8edf2;border-radius:16px;font-size:14px;font-weight:600;color:#555;cursor:pointer;transition:border-color .25s ease-in-out,background .25s ease-in-out,color .25s ease-in-out;text-transform:none;letter-spacing:0}
.contactPage .sizeOptions input[type="radio"]:checked + label{border-color:#009DB7;background:#009DB7;color:#fff}
.contactPage .sizeOptions input[type="radio"]:focus + label{outline:2px solid #FC995E;outline-offset:2px}
.contactPage .privacyRow{display:flex;flex-direction:row;align-items:flex-start;gap:16px;margin-bottom:32px;padding:16px;background:#f7f9fb;border-radius:16px}
.contactPage .privacyRow input[type="checkbox"]{width:20px;height:20px;min-width:20px;accent-color:#009DB7;cursor:pointer;margin-top:2px}
.contactPage .privacyText{font-size:14px;line-height:1.7;color:#666}
.contactPage .privacyText a{color:#009DB7;text-decoration:underline;transition:color .25s ease-in-out}
.contactPage .privacyText a:hover{color:#FC995E}
.contactPage .submitBtn{display:inline-flex;align-items:center;gap:8px;background:#FC995E;color:#fff;font-size:17px;font-weight:700;letter-spacing:.03em;padding:16px 32px;border:none;border-radius:16px;cursor:pointer;text-decoration:none;box-shadow:0 7px 18px -2px #fc995e40;transition:background .28s cubic-bezier(0.4,0,0.2,1),box-shadow .28s cubic-bezier(0.4,0,0.2,1),transform .2s ease-in-out;position:relative}
.contactPage .submitBtn:hover{background:#e8834a;box-shadow:0 9px 40px -2px #fc995e47;transform:translateY(-2px)}
.contactPage .submitBtn:active{transform:translateY(0)}
.contactPage .submitBtn svg{transition:transform .25s ease-in-out}
.contactPage .submitBtn:hover svg{transform:translateX(4px)}
@media (max-width: 1280px) {
.contactPage .heroLeft,.contactPage .heroRight{padding:64px 32px}
.contactPage .heroHeading{font-size:38px}
.contactPage .formInner{grid-template-columns:repeat(2,1fr);gap:32px}
.contactPage .contactFormWrap{padding:32px}
}
@media (max-width: 768px) {
.contactPage .heroSplit{grid-template-columns:1fr}
.contactPage .heroLeft,.contactPage .heroRight{padding:64px 32px}
.contactPage .heroHeading{font-size:38px}
.contactPage .formInner{grid-template-columns:1fr;gap:32px;padding:0 16px}
.contactPage .formSection{padding:64px 0}
.contactPage .sidebarHeading{font-size:28px}
.contactPage .contactFormWrap{padding:32px 16px}
}
.podcastPage{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;overflow-x:clip}
.podcastPage ::selection{background:#e0e0e0;color:inherit}
.podcastPage *,.podcastPage ::before,.podcastPage ::after{box-sizing:border-box}
.podcastPage img{max-width:100%;display:block}
.podcastPage a{text-decoration:none;color:inherit}
.podcastPage .heroZone{background:linear-gradient(135deg,#fff 0%,#F1DCEF 55%,#009db714 100%);padding:96px 32px 64px;position:relative;overflow:hidden}
.podcastPage .heroZone::before{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;background:radial-gradient(ellipse at 30% 30%,#fc995e21 0%,#f1dcef2e 45%,transparent 70%);border-radius:50%;pointer-events:none}
.podcastPage .heroZone-inner{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:220px 1fr;gap:64px;align-items:center}
.podcastPage .heroImgCol{position:relative}
.podcastPage .heroImgCol img{width:220px;height:220px;object-fit:cover;border-radius:16px;box-shadow:0 9px 40px -2px #fc995e21;filter:saturate(1.15) hue-rotate(5deg)}
.podcastPage .heroTextCol{padding-right:32px}
.podcastPage .heroEyebrow{font-size:14px;letter-spacing:.12em;color:#009DB7;font-weight:600;text-transform:uppercase;margin-bottom:16px}
.podcastPage .heroHeading{font-size:54px;line-height:1.2;font-weight:800;letter-spacing:-.02em;color:#1a1a1a;margin:0 0 16px}
.podcastPage .heroHeading mark{background:none;color:#FC995E;text-decoration:underline;text-decoration-color:#fc995e66;text-underline-offset:6px}
.podcastPage .heroSub{font-size:17px;line-height:1.7;color:#555;max-width:520px;margin:0}
.podcastPage .waveDivider{line-height:0;overflow:hidden}
.podcastPage .waveDivider svg{display:block;width:100%}
.podcastPage .cardsSection{background:#fff;padding:64px 32px}
.podcastPage .cardsSection-inner{max-width:1170px;margin:0 auto}
.podcastPage .secLabel{font-size:14px;letter-spacing:.1em;color:#009DB7;font-weight:600;text-transform:uppercase;margin-bottom:32px;display:flex;flex-direction:row;align-items:center;gap:8px}
.podcastPage .secLabel::after{content:'';display:block;height:2px;width:40px;background:#FC995E;border-radius:0}
.podcastPage .cardGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.podcastPage .podCard{border-radius:16px;background:#fff;box-shadow:0 1px 3px -2px #fc995e12 0 7px 18px -2px #fc995e1a;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .28s ease-in-out,transform .28s ease-in-out}
.podcastPage .podCard:hover{box-shadow:0 9px 40px -2px #fc995e21;transform:translateY(-3px)}
.podcastPage .podCard-imgWrap{width:100%;height:200px;overflow:hidden;position:relative}
.podcastPage .podCard-imgWrap img{width:100%;height:100%;object-fit:cover;transition:transform .38s cubic-bezier(0.4,0,0.2,1)}
.podcastPage .podCard:hover .podCard-imgWrap img{transform:scale(1.04)}
.podcastPage .podCard-body{padding:32px;display:flex;flex-direction:column;flex:1;gap:16px}
.podcastPage .podCard-meta{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}
.podcastPage .podCard-tag{font-size:14px;font-weight:600;color:#009DB7;background:#009db714;padding:4px 12px;border-radius:28px}
.podcastPage .podCard-date{font-size:14px;color:#999}
.podcastPage .podCard-readtime{font-size:14px;color:#bbb;margin-left:auto;display:flex;flex-direction:row;align-items:center;gap:4px}
.podcastPage .podCard-readtime svg{width:14px;height:14px;stroke:#FC995E;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.podcastPage .podCard-title{font-size:21px;line-height:1.2;font-weight:700;color:#1a1a1a;letter-spacing:-.01em;margin:0}
.podcastPage .podCard-subtitle{font-size:14px;line-height:1.7;color:#777;margin:0;font-style:italic}
.podcastPage .podCard-desc{font-size:17px;line-height:1.7;color:#444;margin:0;flex:1}
.podcastPage .podCard-footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #f1dcef99}
.podcastPage .podCard-author{font-size:14px;color:#888;font-weight:500}
.podcastPage .podCard-link{font-size:14px;font-weight:700;color:#FC995E;display:flex;flex-direction:row;align-items:center;gap:6px;transition:gap .25s ease-in-out,color .25s ease-in-out}
.podcastPage .podCard-link:hover{color:#009DB7;gap:10px}
.podcastPage .podCard-link svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.podcastPage .podCard--featured{grid-column:span 2;display:grid;grid-template-columns:repeat(2,1fr);flex-direction:unset}
.podcastPage .podCard--featured .podCard-imgWrap{height:100%;min-height:280px}
.podcastPage .podCard--featured .podCard-body{padding:32px}
.podcastPage .podCard--featured .podCard-title{font-size:28px}
.podcastPage .frostedSection{padding:64px 32px;position:relative;background:linear-gradient(120deg,#f1dcef73 0%,#009db714 60%,#fc995e12 100%)}
.podcastPage .frostedSection-inner{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.podcastPage .frostedCard{background:#ffffff8c;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:28px;padding:32px;box-shadow:0 7px 18px -2px #009db71a;border:1px solid #ffffffb3}
.podcastPage .frostedCard-heading{font-size:28px;font-weight:700;line-height:1.2;color:#1a1a1a;letter-spacing:-.01em;margin:0 0 16px}
.podcastPage .frostedCard-text{font-size:17px;line-height:1.7;color:#555;margin:0 0 16px}
.podcastPage .feedList{display:flex;flex-direction:column;gap:16px;margin:0;padding:0;list-style:none}
.podcastPage .feedItem{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:16px;background:#ffffffb3;border-radius:16px;box-shadow:0 1px 3px -2px #fc995e12}
.podcastPage .feedItem-icon{width:36px;height:36px;border-radius:16px;background:linear-gradient(135deg,#fc995e26,#009db71f);display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0}
.podcastPage .feedItem-icon svg{width:16px;height:16px;stroke:#FC995E;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.podcastPage .feedItem-content{flex:1}
.podcastPage .feedItem-desc{font-size:14px;line-height:1.7;color:#444;margin:0 0 4px}
.podcastPage .feedItem-time{font-size:14px;color:#aaa}
.podcastPage .ctaBand{padding:64px 32px;background:#1a1a1a;position:relative;overflow:hidden}
.podcastPage .ctaBand::before{content:'';position:absolute;bottom:-60px;left:-60px;width:340px;height:340px;background:radial-gradient(ellipse at 40% 60%,#fc995e2e 0%,#009db71a 50%,transparent 70%);border-radius:50%;pointer-events:none}
.podcastPage .ctaBand-inner{max-width:1170px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px}
.podcastPage .ctaBand-heading{font-size:38px;font-weight:800;line-height:1.2;color:#fff;letter-spacing:-.02em;margin:0 0 8px}
.podcastPage .ctaBand-heading span{color:#FC995E}
.podcastPage .ctaBand-sub{font-size:17px;line-height:1.7;color:#fff9;margin:0}
.podcastPage .ctaBand-action{flex-shrink:0}
.podcastPage .ctaBtn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;font-size:17px;font-weight:700;color:#1a1a1a;background:#FC995E;padding:16px 32px;border-radius:16px;transition:background .28s ease-in-out,gap .25s ease-in-out;box-shadow:0 7px 18px -2px #fc995e21}
.podcastPage .ctaBtn:hover{background:#009DB7;color:#fff;gap:14px}
.podcastPage .ctaBtn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
@media (max-width: 1280px) {
.podcastPage .heroHeading{font-size:38px}
}
@media (max-width: 768px) {
.podcastPage .heroZone{padding:64px 16px 32px}
.podcastPage .heroZone-inner{grid-template-columns:1fr;gap:32px}
.podcastPage .heroImgCol img{width:160px;height:160px}
.podcastPage .heroHeading{font-size:28px}
.podcastPage .heroTextCol{padding-right:0}
.podcastPage .cardsSection{padding:64px 16px}
.podcastPage .cardGrid{grid-template-columns:1fr;gap:32px}
.podcastPage .podCard--featured{grid-column:span 1;grid-template-columns:1fr}
.podcastPage .podCard--featured .podCard-imgWrap{height:200px}
.podcastPage .frostedSection{padding:64px 16px}
.podcastPage .frostedSection-inner{grid-template-columns:1fr}
.podcastPage .ctaBand{padding:64px 16px}
.podcastPage .ctaBand-inner{flex-direction:column;align-items:flex-start}
.podcastPage .ctaBand-heading{font-size:28px}
}
.pgHome{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;overflow-x:clip;background:#fff}
.pgHome ::selection{background:#d1d5db;color:inherit}
.pgHome input::placeholder,.pgHome textarea::placeholder{font-style:italic}
.heroStrip{width:100%;overflow:hidden}
.heroStrip img{width:100%;height:180px;object-fit:cover;object-position:center 40%;display:block;filter:saturate(0.7) brightness(0.92);box-shadow:0 7px 18px -2px #fc995e1a}
.heroBody{max-width:1170px;margin:0 auto;padding:64px 32px 96px;display:grid;grid-template-columns:repeat(2,1fr);gap:64px;align-items:start}
.heroBody .dotsPath{position:absolute;top:0;right:0;width:120px;height:80px;pointer-events:none}
.heroLeft{position:relative}
.heroLabel{display:inline-block;font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#009DB7;margin-bottom:16px;font-weight:600}
.heroDesc{font-size:17px;line-height:1.7;color:#444;margin-bottom:32px;max-width:480px}
.heroHeading{font-size:54px;line-height:1.2;font-weight:800;letter-spacing:-.03em;color:#111;margin:0 0 32px}
.heroHeading span{background:linear-gradient(120deg,#FC995E 0%,#009DB7 60%,#F1DCEF 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.heroAccentDash{color:#FC995E;font-weight:400}
.heroCta{display:inline-flex;align-items:center;gap:8px;font-size:17px;font-weight:700;color:#111;text-decoration:none;padding:16px 32px;border:2px solid #111;border-radius:28px;transition:background .28s cubic-bezier(0.4,0,0.2,1),color .28s cubic-bezier(0.4,0,0.2,1),border-color .28s cubic-bezier(0.4,0,0.2,1)}
.heroCta:hover{background:#111;color:#fff}
.heroCta svg{transition:transform .25s ease-in-out}
.heroCta:hover svg{transform:translateX(4px)}
.heroRight{padding-top:48px;display:flex;flex-direction:column;gap:32px}
.heroStat{display:flex;flex-direction:column}
.heroStat strong{font-size:38px;line-height:1.2;font-weight:800;letter-spacing:-.03em;color:#FC995E}
.heroStat span{font-size:14px;color:#666;letter-spacing:.04em;margin-top:8px}
.dotsDecor{display:flex;flex-wrap:wrap;gap:8px;width:96px;margin-bottom:32px}
.dotsDecor i{width:6px;height:6px;border-radius:50%;background:#F1DCEF;display:block;flex-shrink:0}
.dotsDecor i:nth-child(3n){background:#FC995E;width:4px;height:4px}
.dotsDecor i:nth-child(5n){background:#009DB7;width:8px;height:8px}
.servicesWrap{background:#f8f6f8;position:relative;overflow:hidden}
.servicesFade{position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent 0%,#F1DCEF 40%,#009DB7 60%,transparent 100%);pointer-events:none}
.servicesFadeBot{position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,transparent 0%,#FC995E 50%,transparent 100%);pointer-events:none}
.servicesInner{max-width:1170px;margin:0 auto;padding:96px 32px}
.servicesLabel{font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#FC995E;font-weight:600;margin-bottom:16px;display:block}
.servicesHeading{font-size:38px;line-height:1.2;font-weight:700;letter-spacing:-.02em;color:#111;margin:0 0 64px;max-width:600px}
.servicesGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.svcCard{background:#fff;border-radius:16px;padding:32px;box-shadow:0 1px 3px -2px #fc995e12 0 7px 18px -2px #fc995e1a;display:flex;flex-direction:column;gap:16px;transition:box-shadow .35s cubic-bezier(0.4,0,0.2,1),transform .35s cubic-bezier(0.4,0,0.2,1)}
.svcCard:hover{box-shadow:0 9px 40px -2px #fc995e21;transform:translateY(-2px)}
.svcIcon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#F1DCEF 0%,#fff 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.svcIcon svg{width:24px;height:24px;stroke:#009DB7;stroke-width:1.8;fill:none}
.svcCard h4{font-size:21px;font-weight:700;color:#111;margin:0;line-height:1.2}
.svcCard p{font-size:17px;color:#555;line-height:1.7;margin:0}
.svcCardLink{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#FC995E;text-decoration:none;letter-spacing:.04em;margin-top:8px;transition:gap .25s ease-in-out,color .25s ease-in-out}
.svcCardLink:hover{gap:16px;color:#e07a3a}
.approachWrap{max-width:1170px;margin:0 auto;padding:96px 32px;display:grid;grid-template-columns:1fr 1.6fr;gap:64px;align-items:center}
.approachVisual{position:relative}
.approachImgMain{width:100%;height:420px;object-fit:cover;object-position:center;border-radius:16px;box-shadow:0 7px 18px -2px #009db71a 0 9px 40px -2px #009db721;display:block}
.approachImgSmall{width:160px;height:110px;object-fit:cover;border-radius:16px;position:absolute;bottom:-32px;right:-16px;box-shadow:0 7px 18px -2px #fc995e1a;border:4px solid #fff}
.approachTag{position:absolute;top:32px;left:-16px;background:#FC995E;color:#fff;font-size:14px;font-weight:700;padding:8px 16px;border-radius:28px;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 1px 3px -2px #fc995e12}
.approachContent{padding-bottom:32px}
.approachLabel{font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#009DB7;font-weight:600;margin-bottom:16px;display:block}
.approachContent h2{font-size:38px;font-weight:300;letter-spacing:.04em;color:#111;margin:0 0 32px;line-height:1.2}
.approachContent h2 em{font-style:normal;font-weight:800;color:#FC995E}
.approachSteps{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}
.approachSteps li{display:flex;align-items:flex-start;gap:16px;font-size:17px;color:#444;line-height:1.7}
.stepNum{font-size:28px;font-weight:800;color:#F1DCEF;line-height:1;flex-shrink:0;width:40px}
.expertSection{background:linear-gradient(160deg,#111 0%,#1a2030 60%,#0f1820 100%);position:relative;overflow:hidden}
.expertGlow{position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(ellipse at 30% 30%,#fc995e2e 0%,#009db714 50%,transparent 80%);pointer-events:none}
.expertInner{max-width:1170px;margin:0 auto;padding:96px 32px;display:grid;grid-template-columns:repeat(2,1fr);gap:64px;align-items:center}
.expertText{display:flex;flex-direction:column;gap:32px}
.expertLabel{font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#FC995E;font-weight:600}
.expertText h2{font-size:38px;font-weight:700;color:#fff;margin:0;line-height:1.2;letter-spacing:-.02em}
.expertText p{font-size:17px;color:#ffffffb8;line-height:1.7;margin:0}
.expertMetrics{display:flex;flex-direction:row;gap:32px}
.expertMetrics div{display:flex;flex-direction:column}
.expertMetrics strong{font-size:38px;font-weight:800;color:#FC995E;letter-spacing:-.03em;line-height:1.2}
.expertMetrics span{font-size:14px;color:#ffffff8c;letter-spacing:.04em;margin-top:8px}
.expertCta{display:inline-flex;align-items:center;gap:8px;font-size:17px;font-weight:700;color:#111;background:#fff;text-decoration:none;padding:16px 32px;border-radius:28px;width:fit-content;transition:background .28s cubic-bezier(0.4,0,0.2,1),color .28s cubic-bezier(0.4,0,0.2,1)}
.expertCta:hover{background:#FC995E;color:#fff}
.expertPortrait{display:flex;flex-direction:column;align-items:flex-end;gap:16px}
.expertPortraitWrap{width:240px;aspect-ratio:2/3;border-radius:16px;overflow:hidden;box-shadow:0 9px 40px -2px #009db721}
.expertPortraitWrap img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
.expertName{text-align:right}
.expertName strong{display:block;font-size:17px;font-weight:700;color:#fff}
.expertName span{font-size:14px;color:#ffffff80}
.faqWrap{max-width:1170px;margin:0 auto;padding:96px 32px}
.faqTop{display:grid;grid-template-columns:repeat(2,1fr);gap:64px;margin-bottom:64px;align-items:end}
.faqLabel{font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#FC995E;font-weight:600;margin-bottom:16px;display:block}
.faqTop h2{font-size:38px;font-weight:700;color:#111;margin:0;line-height:1.2;letter-spacing:-.02em}
.faqImg{width:100%;height:200px;object-fit:cover;border-radius:16px;box-shadow:0 7px 18px -2px #fc995e1a;display:block}
.faqList{display:flex;flex-direction:column;gap:0}
.faqItem{border-top:1px solid #eee}
.faqItem:last-child{border-bottom:1px solid #eee}
.faqItem input[type="checkbox"]{display:none!important}
.faqItem label{display:flex;align-items:center;justify-content:space-between;padding:32px 0;cursor:pointer;font-size:17px;font-weight:600;color:#111;line-height:1.2;gap:16px}
.faqItem label svg{flex-shrink:0;stroke:#FC995E;stroke-width:2;fill:none;width:20px;height:20px;transition:transform .35s cubic-bezier(0.4,0,0.2,1)}
.faqAnswer{max-height:0;overflow:hidden;transition:max-height .38s cubic-bezier(0.4,0,0.2,1),padding .38s cubic-bezier(0.4,0,0.2,1)}
.faqAnswer p{font-size:17px;color:#555;line-height:1.7;margin:0;padding-bottom:32px}
.faqItem input[type="checkbox"]:checked ~ label svg{transform:rotate(45deg)}
.faqItem input[type="checkbox"]:checked ~ .faqAnswer{max-height:300px!important}
.sandBg{background-color:#fafaf8;position:relative;overflow:hidden}
.sandBg::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle,#fc995e2e 1px,transparent 1px),radial-gradient(circle,#009db71a 1.5px,transparent 1.5px),radial-gradient(circle,#f1dcef80 1px,transparent 1px);background-size:24px 24px,37px 37px,18px 18px;background-position:0 0,12px 12px,6px 18px;pointer-events:none;z-index:0}
.faqWrap{position:relative;z-index:1}
@media (max-width: 768px) {
.heroBody{grid-template-columns:1fr;padding:32px 16px 64px;gap:32px}
.heroHeading{font-size:38px}
.heroRight{flex-direction:row;padding-top:0}
.servicesInner{padding:64px 16px}
.servicesGrid{grid-template-columns:1fr;gap:16px}
.approachWrap{grid-template-columns:1fr;padding:64px 16px;gap:32px}
.approachImgSmall{display:none}
.approachTag{left:8px}
.expertInner{grid-template-columns:1fr;padding:64px 16px;gap:32px}
.expertPortrait{align-items:flex-start}
.expertPortraitWrap{width:160px}
.expertMetrics{gap:16px}
.faqTop{grid-template-columns:1fr;gap:32px;margin-bottom:32px}
.faqWrap{padding:64px 16px}
.heroStrip img{height:100px}
}
@media (min-width: 769px) and (max-width: 1280px) {
.heroBody{padding:64px 32px}
.heroHeading{font-size:38px}
.approachWrap{padding:64px 32px}
}
.svcPage{display:block;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;overflow-x:clip}
.svcPage ::selection{background:#d0d0d0;color:inherit}
.svcPage *,.svcPage ::before,.svcPage ::after{box-sizing:border-box}
.svcPage .heroOuter{max-width:1170px;margin:0 auto;padding:96px 32px 64px;display:grid;grid-template-columns:1fr 280px;gap:64px;align-items:center;position:relative}
.svcPage .heroText{position:relative;z-index:1}
.svcPage .heroEyebrow{display:inline-flex;align-items:center;gap:8px;font-size:14px;letter-spacing:.08em;color:#009DB7;text-transform:uppercase;margin-bottom:32px}
.svcPage .heroEyebrow span.dash{display:inline-block;width:24px;height:2px;background:#FC995E}
.svcPage .heroHeading{font-size:54px;line-height:1.2;font-weight:700;letter-spacing:-.02em;color:#1a1a1a;margin:0 0 32px}
.svcPage .heroHeading .accent{color:#FC995E}
.svcPage .heroCols{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.svcPage .heroColText{font-size:17px;line-height:1.7;color:#444;margin:0}
.svcPage .heroImgStrip{position:relative;border-radius:28px;overflow:hidden;aspect-ratio:2/3;box-shadow:0 9px 40px -2px #fc995e21}
.svcPage .heroImgStrip img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.svcPage .heroImgStrip::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#009db773 0%,#fc995e4d 60%,transparent 100%)}
.svcPage .heroDecor{position:absolute;top:64px;right:260px;width:180px;height:180px;border-radius:50%;background:radial-gradient(ellipse at 30% 20%,#f1dcefb3 0%,#fc995e14 55%,transparent 100%);pointer-events:none}
.svcPage .dividerLine{max-width:1170px;margin:0 auto;padding:0 32px}
.svcPage .dividerLine hr{border:none;height:2px;background:linear-gradient(90deg,#FC995E 0%,#009DB7 100%);border-radius:0;margin:0}
.svcPage .servicesOuter{position:relative;overflow:hidden}
.svcPage .servicesOuter::before{content:"";position:absolute;inset:0;background-image:url(./ui_images/tmp-j.jpg);background-size:cover;background-position:center;filter:grayscale(100%);z-index:0}
.svcPage .servicesOuter::after{content:"";position:absolute;inset:0;background:#009db7e0;z-index:1}
.svcPage .servicesInner{position:relative;z-index:2;max-width:1170px;margin:0 auto;padding:96px 32px}
.svcPage .svcTopRow{display:grid;grid-template-columns:repeat(2,1fr);gap:64px;margin-bottom:64px;align-items:end}
.svcPage .svcSectionTitle{font-size:38px;line-height:1.2;font-weight:300;letter-spacing:.04em;color:#fff;margin:0}
.svcPage .svcSectionTitle strong{font-weight:700;color:#F1DCEF}
.svcPage .svcIntroText{font-size:17px;line-height:1.7;color:#ffffffd1;margin:0;text-align:right}
.svcPage .compareGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.svcPage .compareCard{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:28px;padding:32px;box-shadow:0 7px 18px -2px #009db71a;transition:background .28s ease-in-out,border-color .28s ease-in-out}
.svcPage .compareCard:hover{background:#ffffff29;border-color:#ffffff4d}
.svcPage .compareCardLabel{display:flex;align-items:center;gap:16px;margin-bottom:32px}
.svcPage .compareCardIcon{width:44px;height:44px;border-radius:16px;background:#fc995e40;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.svcPage .compareCardIcon svg{width:22px;height:22px;stroke:#FC995E;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.svcPage .compareCardName{font-size:21px;font-weight:600;color:#fff;line-height:1.2}
.svcPage .compareFeatureList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}
.svcPage .compareFeatureList li{display:flex;align-items:flex-start;gap:12px;font-size:17px;line-height:1.7;color:#ffffffe0}
.svcPage .compareFeatureList li .featureDot{width:6px;height:6px;border-radius:0;background:#FC995E;flex-shrink:0;margin-top:9px;transform:rotate(45deg)}
.svcPage .dividerLine-v2{max-width:1170px;margin:0 auto;padding:0 32px}
.svcPage .dividerLine-v2 hr{border:none;height:2px;background:linear-gradient(90deg,#009DB7 0%,#FC995E 100%);border-radius:0;margin:0}
.svcPage .teamOuter{max-width:1170px;margin:0 auto;padding:64px 32px 96px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.svcPage .teamLeft{display:flex;flex-direction:column;gap:32px}
.svcPage .teamHeading{font-size:28px;font-weight:700;letter-spacing:-.01em;color:#1a1a1a;line-height:1.2;margin:0}
.svcPage .teamHeading .accentDash{color:#009DB7;margin:0 4px}
.svcPage .teamPortraits{display:flex;flex-direction:column;gap:16px}
.svcPage .portraitRow{display:flex;align-items:center;gap:16px;padding:16px;border-radius:16px;background:#fafafa;border:1px solid #f0f0f0;box-shadow:0 1px 3px -2px #fc995e12;transition:box-shadow .35s cubic-bezier(0.4,0,0.2,1),border-color .35s cubic-bezier(0.4,0,0.2,1)}
.svcPage .portraitRow:hover{box-shadow:0 7px 18px -2px #fc995e1a;border-color:#fc995e40}
.svcPage .portraitImg{width:80px;height:120px;border-radius:16px;object-fit:cover;object-position:top;flex-shrink:0;box-shadow:0 7px 18px -2px #009db71a}
.svcPage .portraitMeta{display:flex;flex-direction:column;gap:8px}
.svcPage .portraitName{font-size:17px;font-weight:600;color:#1a1a1a;line-height:1.2}
.svcPage .portraitRole{font-size:14px;letter-spacing:.04em;color:#009DB7;line-height:1.2}
.svcPage .portraitQuote{font-size:14px;line-height:1.7;color:#666;margin:0}
.svcPage .teamRight{display:flex;flex-direction:column;gap:32px;padding-top:8px}
.svcPage .ctaCardv2{background:#F1DCEF;border-radius:28px;padding:32px;position:relative;overflow:hidden}
.svcPage .ctaCardv2::before{content:"";position:absolute;bottom:-32px;right:-32px;width:120px;height:120px;border-radius:50%;background:#fc995e2e;pointer-events:none}
.svcPage .ctaCardHeading{font-size:21px;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0 0 16px}
.svcPage .ctaCardText{font-size:17px;line-height:1.7;color:#444;margin:0 0 32px}
.svcPage .ctaBtn{display:inline-flex;align-items:center;gap:8px;font-size:17px;font-weight:600;color:#FC995E;text-decoration:none;border-bottom:2px solid #FC995E;padding-bottom:4px;transition:color .26s ease-in-out,border-color .26s ease-in-out}
.svcPage .ctaBtn:hover{color:#009DB7;border-color:#009DB7}
.svcPage .ctaBtn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .26s ease-in-out}
.svcPage .ctaBtn:hover svg{transform:translateX(4px)}
.svcPage .metricStrip{display:flex;flex-direction:column;gap:16px}
.svcPage .metricItem{display:flex;align-items:center;gap:16px;padding:16px;border-radius:16px;background:#fff;border:1px solid #eee;box-shadow:0 1px 3px -2px #009db712}
.svcPage .metricNum{font-size:28px;font-weight:700;color:#FC995E;line-height:1.2;min-width:80px;letter-spacing:-.02em}
.svcPage .metricDesc{font-size:14px;line-height:1.7;color:#555}
@media (max-width: 1280px) {
.svcPage .heroOuter{grid-template-columns:1fr 220px;gap:32px}
.svcPage .heroHeading{font-size:38px}
}
@media (max-width: 768px) {
.svcPage .heroOuter{grid-template-columns:1fr;padding:64px 16px 32px;gap:32px}
.svcPage .heroImgStrip{aspect-ratio:16/7;border-radius:16px}
.svcPage .heroDecor{display:none}
.svcPage .heroCols{grid-template-columns:1fr;gap:16px}
.svcPage .heroHeading{font-size:38px}
.svcPage .servicesInner{padding:64px 16px}
.svcPage .svcTopRow{grid-template-columns:1fr;gap:16px;margin-bottom:32px}
.svcPage .svcIntroText{text-align:left}
.svcPage .compareGrid{grid-template-columns:1fr;gap:16px}
.svcPage .teamOuter{grid-template-columns:1fr;padding:64px 16px;gap:32px}
.svcPage .dividerLine{padding:0 16px}
.svcPage .dividerLine-v2{padding:0 16px}
}
.aboutPageWrap{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision;overflow-x:clip;background:#fff}
.aboutPageWrap ::selection{background:#d1d5db;color:inherit}
.aboutPageWrap input::placeholder,.aboutPageWrap textarea::placeholder{font-style:italic}
.heroAbout{background:#0e1a1f;padding:96px 32px 64px;position:relative;overflow:hidden}
.heroAbout .atmoSpot-v1{position:absolute;top:-64px;left:-32px;width:480px;height:480px;background:radial-gradient(ellipse at 30% 40%,#fc995e2e 0%,#009db71a 55%,transparent 80%);filter:blur(48px);pointer-events:none}
.heroAbout .atmoSpot-v2{position:absolute;bottom:-32px;right:-64px;width:360px;height:360px;background:radial-gradient(ellipse at 70% 60%,#009db724 0%,#f1dcef14 50%,transparent 75%);filter:blur(40px);pointer-events:none}
.heroAbout-inner{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:64px;align-items:end}
.heroAbout-left{display:flex;flex-direction:column;gap:32px}
.heroAbout-eyebrow{display:flex;align-items:center;gap:8px}
.heroAbout-eyebrow span{font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:#FC995E;font-weight:500}
.heroAbout-eyebrow-line{width:32px;height:1px;background:#FC995E}
.heroAbout-heading{font-size:54px;font-weight:300;line-height:1.2;letter-spacing:-.02em;color:#f8f8f8}
.heroAbout-heading .accentWord{color:#FC995E}
.heroAbout-heading .accentWord-v2{color:#009DB7}
.heroAbout-tagline{font-size:17px;line-height:1.7;color:#f8f8f8a6;max-width:420px}
.heroAbout-right{display:flex;flex-direction:column;align-items:flex-end;gap:32px}
.heroAbout-imgWrap{position:relative;width:100%;max-width:440px}
.heroAbout-imgWrap img{width:100%;height:340px;object-fit:cover;object-position:center;border-radius:16px;display:block;box-shadow:0 9px 40px -2px #fc995e21;filter:saturate(0.7) brightness(0.85)}
.heroAbout-imgWrap::after{content:'';position:absolute;inset:0;border-radius:16px;background:linear-gradient(180deg,#009db726 0%,#0e1a1f73 100%);pointer-events:none}
.heroAbout-stat{background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;padding:16px 32px;display:flex;flex-direction:row;gap:32px;align-items:center}
.heroAbout-statItem{display:flex;flex-direction:column;gap:8px}
.heroAbout-statItem strong{font-size:28px;font-weight:600;letter-spacing:-.02em;color:#FC995E;line-height:1.2}
.heroAbout-statItem small{font-size:14px;color:#f8f8f880;letter-spacing:.04em;line-height:1.2}
.heroAbout-statDivider{width:1px;height:40px;background:#ffffff1f}
.approachBlock{background:#f7f9fa;padding:96px 32px;position:relative}
.approachBlock-inner{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:340px 1fr;gap:64px;align-items:start}
.approachBlock-label{position:sticky;top:32px}
.approachBlock-labelText{font-size:38px;font-weight:300;line-height:1.2;letter-spacing:-.01em;color:#0e1a1f}
.approachBlock-labelText .dash{color:#009DB7;margin:0 4px}
.approachBlock-labelSub{font-size:14px;line-height:1.7;color:#6b7a80;margin-top:16px;letter-spacing:.02em}
.approachBlock-imgCol{margin-top:8px}
.approachBlock-imgCol img{width:100%;height:220px;object-fit:cover;border-radius:16px;display:block;margin-bottom:32px;box-shadow:0 7px 18px -2px #009db71a;filter:saturate(0.85)}
.approachBlock-steps{display:flex;flex-direction:column;gap:32px}
.approachBlock-step{display:grid;grid-template-columns:40px 1fr;gap:16px;align-items:start;border-bottom:1px solid #009db71f;padding-bottom:32px}
.approachBlock-step:last-child{border-bottom:none;padding-bottom:0}
.stepNum{width:40px;height:40px;border-radius:0;background:#009DB7;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.stepNum span{font-size:14px;font-weight:700;color:#fff;letter-spacing:.05em}
.stepContent-title{font-size:21px;font-weight:600;color:#0e1a1f;letter-spacing:-.01em;line-height:1.2;margin-bottom:8px}
.stepContent-text{font-size:17px;line-height:1.7;color:#4a5568}
.dashedAccent{border:2px dashed #fc995e59;border-radius:16px;padding:32px;margin-top:32px;background:#fc995e0a;position:relative}
.dashedAccent-title{font-size:14px;letter-spacing:.1em;text-transform:uppercase;color:#FC995E;font-weight:600;margin-bottom:16px}
.checklistProgressOuter{display:flex;flex-direction:column;gap:8px}
.checklistItem{display:flex;align-items:center;gap:8px;font-size:14px;color:#4a5568;line-height:1.7}
.checklistItem svg{flex-shrink:0}
.progressBarWrap{margin-top:16px;display:flex;flex-direction:column;gap:8px}
.progressBarLabel{font-size:14px;color:#6b7a80;display:flex;justify-content:space-between}
.progressBarOuter{height:6px;background:#009db71f;border-radius:0;overflow:hidden}
.progressBarFill{height:100%;background:linear-gradient(90deg,#009DB7,#FC995E);border-radius:0;width:75%;transition:width .35s cubic-bezier(0.4,0,0.2,1)}
.expertBlock{background:#fff;padding:96px 32px}
.expertBlock-inner{max-width:1170px;margin:0 auto}
.expertBlock-header{display:flex;flex-direction:column;gap:8px;margin-bottom:64px;align-items:flex-end;text-align:right}
.expertBlock-header h2{font-size:38px;font-weight:300;line-height:1.2;letter-spacing:-.01em;color:#0e1a1f}
.expertBlock-header h2 .accentDash{color:#FC995E;margin:0 6px}
.expertBlock-header p{font-size:17px;line-height:1.7;color:#6b7a80;max-width:480px}
.expertBlock-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;align-items:start}
.expertCard{background:#f7f9fa;border-radius:28px;padding:32px;display:flex;flex-direction:row;gap:16px;align-items:flex-start;box-shadow:0 1px 3px -2px #009db712;transition:box-shadow .28s ease-in-out,transform .28s ease-in-out}
.expertCard:hover{box-shadow:0 7px 18px -2px #009db71a;transform:translateY(-2px)}
.expertCard-portrait{width:80px;height:100px;border-radius:16px;overflow:hidden;flex-shrink:0;box-shadow:0 7px 18px -2px #fc995e1a}
.expertCard-portrait img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;filter:saturate(0.9)}
.expertCard-info{display:flex;flex-direction:column;gap:8px}
.expertCard-name{font-size:21px;font-weight:600;color:#0e1a1f;letter-spacing:-.01em;line-height:1.2}
.expertCard-role{font-size:14px;color:#009DB7;letter-spacing:.06em;text-transform:uppercase;font-weight:500}
.expertCard-bio{font-size:17px;line-height:1.7;color:#4a5568}
.expertBlock-imgPair{display:flex;flex-direction:column;gap:16px}
.expertBlock-imgPair img{width:100%;border-radius:16px;display:block;object-fit:cover;object-position:center;box-shadow:0 9px 40px -2px #fc995e21;filter:saturate(0.82) brightness(0.95);transition:filter .38s ease-in-out}
.expertBlock-imgPair img:hover{filter:saturate(1) brightness(1)}
.expertBlock-imgPair img:first-child{height:240px}
.expertBlock-imgPair img:last-child{height:180px}
.expertBlock-values{background:#0e1a1f;border-radius:28px;padding:32px;display:flex;flex-direction:column;gap:16px}
.expertBlock-valTitle{font-size:21px;font-weight:600;color:#f8f8f8;line-height:1.2}
.valItem{display:flex;flex-direction:row;gap:16px;align-items:flex-start}
.valItem-icon{width:32px;height:32px;border-radius:0;background:#fc995e26;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.valItem-text{font-size:14px;line-height:1.7;color:#f8f8f8a6}
.concentricWrap{position:relative}
.concentricWrap::before{content:'';position:absolute;right:-32px;bottom:-32px;width:280px;height:280px;background:transparent;border-radius:50%;box-shadow:0 0 0 20px #009db70a 0 0 0 40px #009db708 0 0 0 60px #009db705 0 0 0 80px #009db703;pointer-events:none;z-index:0}
@media (max-width: 1280px) {
.heroAbout-heading{font-size:38px}
.approachBlock-inner{grid-template-columns:280px 1fr;gap:32px}
}
@media (max-width: 768px) {
.heroAbout{padding:64px 16px}
.heroAbout-inner{grid-template-columns:1fr;gap:32px}
.heroAbout-heading{font-size:38px}
.heroAbout-right{align-items:flex-start}
.heroAbout-imgWrap{max-width:100%}
.heroAbout-imgWrap img{height:220px}
.approachBlock{padding:64px 16px}
.approachBlock-inner{grid-template-columns:1fr;gap:32px}
.approachBlock-label{position:static}
.approachBlock-labelText{font-size:28px}
.approachBlock-imgCol img{height:160px}
.expertBlock{padding:64px 16px}
.expertBlock-header{align-items:flex-start;text-align:left}
.expertBlock-header h2{font-size:28px}
.expertBlock-grid{grid-template-columns:1fr}
.expertCard{flex-direction:column}
.concentricWrap::before{display:none}
}
.successPage{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 32px;background:#fafafa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision}
.successPage .successWrap{max-width:560px;width:100%;text-align:center}
.successPage .iconRing{width:80px;height:80px;border-radius:28px;background:#F1DCEF;display:flex;align-items:center;justify-content:center;margin:0 auto 32px;box-shadow:0 7px 18px -2px #fc995e1a}
.successPage .iconRing svg{display:block}
.successPage .successTitle{font-size:38px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#1a1a1a;margin:0 0 16px}
.successPage .successTitle span{color:#FC995E}
.successPage .successMsg{font-size:17px;line-height:1.7;color:#555;margin:0 0 32px}
.successPage .divLine{width:48px;height:2px;background:#009DB7;border-radius:0;margin:0 auto 32px}
.successPage .successNote{font-size:14px;line-height:1.7;color:#888;margin:0 0 64px}
.successPage .backLink{display:inline-flex;align-items:center;gap:8px;font-size:17px;font-weight:600;color:#009DB7;text-decoration:none;transition:color .28s cubic-bezier(0.4,0,0.2,1),gap .35s ease-in-out}
.successPage .backLink:hover{color:#FC995E;gap:16px}
.successPage .backLink svg{transition:transform .35s ease-in-out}
.successPage .backLink:hover svg{transform:translateX(4px)}
.successPage .brandTag{margin-top:64px;font-size:14px;color:#bbb;letter-spacing:.06em;text-transform:uppercase}
@media (max-width: 768px) {
.successPage{padding:64px 16px}
.successPage .successTitle{font-size:28px}
}