
:root{
	--soc-plum:#5B174F;
	--soc-plum-dark:#37102F;
	--soc-orange:#FF671F;
	--soc-orange-dark:#E85112;
	--soc-cream:#FFF8F0;
	--soc-peach:#FFE8D6;
	--soc-text:#28142E;
	--soc-muted:#625A65;
	--soc-border:#EEE2DA;
	--soc-white:#FFFFFF;
}
.soc-suite-shell,.soc-home-shell{width:min(1240px,calc(100% - 48px));margin:0 auto}
.soc-suite-header,.soc-suite-header *,.soc-suite-homepage,.soc-suite-homepage *,.soc-suite-footer,.soc-suite-footer *{box-sizing:border-box}
.soc-suite-header,.soc-suite-homepage,.soc-suite-footer{font-family:Inter,Arial,sans-serif}
.soc-suite-header svg,.soc-suite-homepage svg,.soc-suite-footer svg{display:block}

/* HEADER */
.soc-suite-header{position:relative;z-index:9999;width:100%}
.soc-suite-topbar{background:linear-gradient(90deg,var(--soc-top-start),var(--soc-top-end));color:var(--soc-top-text);overflow:hidden}
.soc-suite-topbar-inner{min-height:var(--soc-top-height);display:grid;grid-template-columns:minmax(300px,auto) minmax(140px,1fr) auto;align-items:center;gap:18px;padding:4px 0}
.soc-suite-top-left{display:flex;align-items:center;gap:9px;min-width:0}
.soc-suite-top-left>div{display:flex;align-items:center;white-space:nowrap}
.soc-suite-top-left a,.soc-suite-marquee a{color:inherit!important;text-decoration:none!important}
.soc-suite-top-main{font-size:12px;font-weight:700}
.soc-suite-top-extra{color:var(--soc-top-extra);font-size:11px;font-weight:500}
.soc-suite-top-main+.soc-suite-top-extra:before{content:"•";margin:0 8px;opacity:.65}
.soc-suite-status-dot{width:7px;height:7px;border-radius:50%;background:#FFD166;box-shadow:0 0 0 4px rgba(255,209,102,.12);flex:0 0 auto}
.soc-suite-top-centre{min-width:0;overflow:hidden}
.soc-suite-marquee{overflow:hidden;border-left:1px solid rgba(255,255,255,.16);border-right:1px solid rgba(255,255,255,.16);mask-image:linear-gradient(to right,transparent,#000 5%,#000 95%,transparent)}
.soc-suite-marquee-track{width:max-content;display:flex;animation:socSuiteMarquee var(--soc-marquee-speed) linear infinite}
.soc-suite-marquee-item{display:flex;align-items:center;gap:8px;padding:0 48px;font-size:11.5px;font-weight:600;white-space:nowrap}
.soc-suite-marquee-item b{color:#FFD166}
.soc-suite-marquee:hover .soc-suite-marquee-track{animation-play-state:paused}
@keyframes socSuiteMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.soc-suite-top-right{justify-self:end}
.soc-suite-top-socials{display:flex;gap:6px}
.soc-suite-social{width:27px;height:27px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 3px 9px rgba(25,5,22,.14)}
.soc-suite-social svg{width:15px;height:15px;fill:currentColor}
.soc-suite-social.is-disabled{opacity:.7}
.soc-social-youtube{color:#FF0000!important}.soc-social-instagram{color:#E1306C!important}.soc-social-facebook{color:#1877F2!important}.soc-social-telegram{color:#229ED9!important}.soc-social-whatsapp{color:#25D366!important}.soc-social-x{color:#000!important}.soc-social-linkedin{color:#0A66C2!important}
.soc-suite-navbar{background:rgba(255,255,255,.98);border-bottom:1px solid var(--soc-border);box-shadow:0 8px 30px rgba(55,16,47,.06);transition:.2s ease}
.soc-suite-navbar-inner{min-height:78px;display:grid;grid-template-columns:270px minmax(0,1fr) auto;align-items:center;gap:24px}
.soc-suite-brand{display:flex;align-items:center;gap:11px;color:inherit!important;text-decoration:none!important}
.soc-suite-brand-fallback{width:44px;height:44px;flex:0 0 44px}.soc-suite-brand-fallback svg{width:100%;height:100%}
.soc-suite-brand-custom{height:50px;max-width:112px;display:flex;align-items:center}
.soc-suite-brand-image{width:auto!important;height:50px!important;max-width:112px!important;object-fit:contain}
.soc-suite-brand-copy strong,.soc-suite-brand-copy small{display:block;white-space:nowrap}
.soc-suite-brand-copy strong{font-family:Poppins,Inter,sans-serif;color:var(--soc-plum);font-size:17px;line-height:1.2}
.soc-suite-brand-copy small{margin-top:2px;color:var(--soc-muted);font-size:10px}
.soc-suite-menu{margin:0!important;padding:0!important;list-style:none!important;display:flex;align-items:center;justify-content:center}
.soc-suite-menu>li{position:relative;margin:0!important}
.soc-suite-menu>li>a{min-height:78px;padding:0 10px!important;display:flex;align-items:center;color:var(--soc-text)!important;font-size:13px;font-weight:600;text-decoration:none!important;white-space:nowrap}
.soc-suite-menu>li>a:hover,.soc-suite-menu>.current-menu-item>a{color:var(--soc-orange)!important}
.soc-suite-menu .menu-item-has-children>a{padding-right:25px!important}
.soc-suite-menu .menu-item-has-children>a:after{content:"";position:absolute;right:10px;top:50%;width:6px;height:6px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:translateY(-70%) rotate(45deg)}
.soc-suite-menu .sub-menu{position:absolute;top:calc(100% - 8px);left:0;min-width:230px;margin:0!important;padding:10px!important;list-style:none!important;background:#fff;border:1px solid var(--soc-border);border-radius:14px;box-shadow:0 18px 45px rgba(55,16,47,.15);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;z-index:10000}
.soc-suite-menu li:hover>.sub-menu,.soc-suite-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.soc-suite-menu .sub-menu a{min-height:40px;padding:9px 12px!important;display:flex;align-items:center;border-radius:9px;color:var(--soc-text)!important;text-decoration:none!important;font-size:12.5px;white-space:nowrap}
.soc-suite-menu .sub-menu a:hover{background:var(--soc-cream);color:var(--soc-orange)!important}
.soc-suite-actions{display:flex;align-items:center;gap:10px}
.soc-suite-search-toggle,.soc-suite-menu-toggle{width:42px;height:42px;padding:0;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--soc-cream);color:var(--soc-plum);cursor:pointer}
.soc-suite-search-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2}
.soc-suite-explore,.soc-suite-mobile-explore{min-height:44px;padding:0 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:var(--soc-orange);color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:700;box-shadow:0 9px 20px rgba(255,103,31,.22)}
.soc-suite-menu-toggle{display:none;flex-direction:column;gap:4px;border-radius:10px}.soc-suite-menu-toggle span{width:20px;height:2px;background:var(--soc-plum)}
.soc-suite-mobile-panel{background:#fff;border-top:1px solid var(--soc-border)}.soc-suite-mobile-panel>.soc-suite-shell{padding:12px 0 18px}
.soc-suite-mobile-menu{margin:0!important;padding:0!important;list-style:none!important}.soc-suite-mobile-menu a{min-height:44px;padding:10px 12px!important;display:flex;align-items:center;border-radius:9px;color:var(--soc-text)!important;text-decoration:none!important;font-size:14px;font-weight:600}.soc-suite-mobile-menu .sub-menu{margin:0 0 4px 12px!important;padding:0 0 0 10px!important;list-style:none!important;border-left:2px solid var(--soc-peach)}
.soc-suite-mobile-explore{width:100%;margin-top:12px}
.soc-suite-navbar.is-sticky{position:fixed;top:0;left:0;right:0;z-index:99990;backdrop-filter:blur(12px)}
.soc-suite-header.has-sticky{padding-bottom:var(--soc-sticky-height,78px)}
.soc-suite-shadow-enabled .soc-suite-navbar.is-sticky{box-shadow:0 12px 34px rgba(55,16,47,.14)}
.soc-suite-compact-enabled .soc-suite-navbar.is-sticky .soc-suite-navbar-inner,.soc-suite-compact-enabled .soc-suite-navbar.is-sticky .soc-suite-menu>li>a{min-height:64px}
body.admin-bar .soc-suite-navbar.is-sticky{top:32px}

/* SEARCH */
.soc-suite-search-overlay{position:fixed;inset:0;z-index:100000;padding:80px 20px 30px;background:rgba(40,20,46,.66);backdrop-filter:blur(5px);overflow:auto}
.soc-suite-search-dialog{width:min(760px,100%);margin:0 auto;padding:28px;border-radius:24px;background:#fff;box-shadow:0 32px 90px rgba(28,7,24,.28)}
.soc-suite-search-head{display:flex;justify-content:space-between;gap:20px}.soc-suite-search-head small{color:var(--soc-orange);font-size:11px;font-weight:800;letter-spacing:.1em}.soc-suite-search-head h2{margin:5px 0 0;font-family:Poppins,Inter,sans-serif;color:var(--soc-text);font-size:28px}.soc-suite-search-close{width:42px;height:42px;border:0;border-radius:50%;background:var(--soc-cream);color:var(--soc-plum);font-size:28px;cursor:pointer}
.soc-suite-search-field,.soc-suite-hero-search-field{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;border:2px solid var(--soc-peach);border-radius:16px;background:#fff}
.soc-suite-search-field{height:62px;margin-top:22px;padding:0 8px 0 18px}.soc-suite-search-field svg,.soc-suite-hero-search-field svg{width:21px;height:21px;fill:none;stroke:var(--soc-plum);stroke-width:2}.soc-suite-search-field input,.soc-suite-hero-search-field input{width:100%;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important}.soc-suite-search-field button,.soc-suite-hero-search-field button{border:0;border-radius:11px;background:var(--soc-orange);color:#fff;font-weight:700;cursor:pointer}.soc-suite-search-field button{height:46px;padding:0 20px}
.soc-suite-search-results,.soc-suite-inline-results{display:flex;flex-direction:column;gap:8px}.soc-suite-search-results{margin-top:18px}.soc-suite-inline-results{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:40;padding:8px;border-radius:14px;background:#fff;box-shadow:0 18px 50px rgba(55,16,47,.16)}
.soc-suite-inline-results:empty{display:none}
.soc-suite-result{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px;border:1px solid var(--soc-border);border-radius:12px;background:#fff;color:inherit!important;text-decoration:none!important}.soc-suite-result:hover{border-color:var(--soc-orange);background:var(--soc-cream)}.soc-suite-result-icon{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:var(--soc-peach);color:var(--soc-orange);font-weight:800}.soc-suite-result strong,.soc-suite-result small{display:block}.soc-suite-result strong{font-size:14px}.soc-suite-result small{margin-top:3px;color:var(--soc-muted);font-size:11px}.soc-suite-result em{padding:5px 8px;border-radius:999px;background:#F4EAF3;color:var(--soc-plum);font-size:10px;font-style:normal;font-weight:700}.soc-suite-search-status{padding:16px;border-radius:12px;background:var(--soc-cream);color:var(--soc-muted);text-align:center;font-size:13px}

/* HOMEPAGE BASE */
.soc-suite-homepage{width:100%;overflow:hidden;background:#fff;color:var(--soc-text);line-height:1.5}
.soc-suite-homepage img{max-width:100%;height:auto;image-rendering:auto}
.soc-suite-homepage a{text-decoration:none}
.soc-home-section{padding:38px 0}
.soc-home-heading{text-align:center;margin-bottom:25px}.soc-home-heading h2{margin:0;font-family:Poppins,Inter,sans-serif;font-size:clamp(27px,3vw,42px);line-height:1.15;color:var(--soc-text)}.soc-home-heading>span{display:block;width:54px;height:9px;margin:6px auto 0;border-top:4px solid #F3B92B;border-radius:50%;transform:rotate(-5deg)}.soc-home-heading p{margin:7px auto 0;color:var(--soc-muted);font-size:14px}
.soc-suite-soft-panel{padding:30px;border:1px solid #F5E5D7;border-radius:28px;background:linear-gradient(135deg,#FFF8F1,#FFF2E7);box-shadow:0 16px 50px rgba(79,26,66,.06)}
.soc-suite-button{min-height:46px;padding:0 22px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:750}.soc-button-plum{background:var(--soc-plum);color:#fff!important}.soc-button-outline{border:2px solid var(--soc-orange);background:#fff;color:var(--soc-orange)!important}.soc-button-white{background:#fff;color:var(--soc-orange)!important}

/* HERO */
.soc-suite-hero{position:relative;padding:55px 0 28px;background:radial-gradient(circle at 6% 20%,rgba(255,216,174,.5),transparent 28%),radial-gradient(circle at 96% 38%,rgba(255,221,188,.72),transparent 30%),linear-gradient(135deg,#FFFDFB 0%,#FFF7EF 48%,#FFF0E3 100%)}
.soc-suite-hero-grid{display:grid;grid-template-columns:47% 53%;align-items:center;gap:20px}
.soc-suite-hero-copy{padding:20px 0}.soc-suite-hero-copy h1{margin:0;font-family:Poppins,Inter,sans-serif;font-size:clamp(43px,5vw,67px);line-height:.98;letter-spacing:-2px;color:var(--soc-plum)}.soc-suite-hero-copy h1 span{color:var(--soc-orange)}.soc-suite-hero-copy h2{margin:16px 0 12px;color:var(--soc-plum);font-size:clamp(20px,2vw,28px)}.soc-suite-hero-copy>p{margin:0 0 21px;color:#514752;font-size:15px}
.soc-suite-hero-search{position:relative;max-width:560px}.soc-suite-hero-search-field{min-height:50px;padding:0 7px 0 15px;border-width:1px;border-radius:10px;box-shadow:0 8px 20px rgba(91,23,79,.05)}.soc-suite-hero-search-field input{height:44px;font-size:13px}.soc-suite-hero-search-field button{height:38px;min-width:118px}
.soc-suite-hero-buttons{display:flex;gap:13px;flex-wrap:wrap;margin-top:17px}.soc-suite-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:21px;color:#37443A;font-size:10.5px;font-weight:700}.soc-suite-trust span{display:flex;align-items:center;gap:5px}.soc-suite-trust svg{width:15px;height:15px;fill:none;stroke:#5DA75E;stroke-width:3}
.soc-suite-hero-visual{display:flex;justify-content:flex-end}.soc-suite-hero-image{display:block;width:100%;max-width:690px;border-radius:28px;object-fit:cover;box-shadow:0 25px 65px rgba(82,33,67,.12)}

/* STATIC CARDS */
.soc-suite-strip-section{position:relative;z-index:3;margin-top:-12px}.soc-suite-resource-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding:24px 28px;border:1px solid #F1E4DB;border-radius:26px;background:#fff;box-shadow:0 18px 50px rgba(72,22,59,.09)}
.soc-suite-resource-strip a{display:flex;flex-direction:column;align-items:center;gap:7px;color:var(--soc-text)!important;text-align:center;font-size:12px;font-weight:700}
.soc-suite-vector-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#FFF3E7,#FFE3CF);color:var(--soc-orange)}.soc-suite-vector-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.8}
.soc-suite-feature-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.soc-suite-feature-card{min-height:230px;padding:18px 13px 15px;border:1px solid var(--soc-border);border-radius:12px;background:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--soc-text)!important;box-shadow:0 7px 18px rgba(62,25,53,.035)}.soc-suite-feature-card h3{margin:10px 0 7px;font-size:15px}.soc-suite-feature-card p{margin:0;color:var(--soc-muted);font-size:11px}.soc-suite-feature-card em{margin-top:auto;padding-top:11px;color:var(--soc-orange);font-size:11px;font-style:normal;font-weight:750}
.accent-1 .soc-suite-vector-icon,.accent-1>span{color:#63A74E}.accent-2 .soc-suite-vector-icon,.accent-2>span{color:#8C55D9}.accent-3 .soc-suite-vector-icon,.accent-3>span{color:#FF7A29}.accent-4 .soc-suite-vector-icon,.accent-4>span{color:#F457A1}.accent-5 .soc-suite-vector-icon,.accent-5>span{color:#F5AB18}.accent-6 .soc-suite-vector-icon,.accent-6>span{color:#2BAEA7}.accent-7 .soc-suite-vector-icon,.accent-7>span{color:#F35D62}
.soc-suite-class-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:11px}.soc-suite-class-grid a{display:block;border-radius:12px;overflow:hidden;border:1px solid #E8DDD5;background:#fff;box-shadow:0 8px 20px rgba(61,24,52,.05)}.soc-suite-class-grid svg{display:block;width:100%;height:auto}
.soc-suite-path{display:grid;grid-template-columns:repeat(7,auto);align-items:center;justify-content:center;gap:10px}.soc-suite-step,.soc-suite-step-result{min-height:125px;padding:14px;border:1px solid #F0D9C9;border-radius:13px;background:rgba(255,255,255,.82);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.soc-suite-step>span{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#FFF0E3;color:var(--soc-orange)}.soc-suite-step svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}.soc-suite-step strong{margin-top:8px;font-size:11px}.soc-suite-step strong b{margin-right:4px;color:var(--soc-orange);font-size:18px}.soc-suite-path>i{color:#FF8B51;font-size:26px;font-style:normal}.soc-suite-step-result{max-width:200px;background:linear-gradient(145deg,#FFFDFB,#FFE6D4)}.soc-suite-step-result div{margin:5px 0;font-size:28px}.soc-suite-step-result small{font-size:10px}
.soc-suite-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.soc-suite-quick-card{min-height:105px;padding:14px 16px;border:1px solid #F1E6DE;border-radius:12px;background:#fff;display:grid;grid-template-columns:42px 1fr;gap:11px;color:var(--soc-text)!important}.soc-suite-quick-card>span{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#FFF0DF;color:var(--soc-orange)}.soc-suite-quick-card svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2}.soc-suite-quick-card strong,.soc-suite-quick-card small,.soc-suite-quick-card em{display:block}.soc-suite-quick-card strong{font-size:12px}.soc-suite-quick-card small{margin-top:4px;color:var(--soc-muted);font-size:9.5px}.soc-suite-quick-card em{margin-top:6px;color:var(--soc-orange);font-size:9px;font-style:normal;font-weight:750}
.soc-suite-grammar-grid{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:12px;padding:25px;border-radius:28px;background:linear-gradient(135deg,#FFF8F0,#FFF0E5)}.soc-suite-grammar-intro{position:relative;padding:10px}.soc-suite-grammar-intro h2{margin:0;font-family:Poppins,Inter,sans-serif;font-size:30px;line-height:1.15}.soc-suite-grammar-intro p{margin:14px 0 18px;color:var(--soc-muted);font-size:12px}.soc-suite-grammar-intro>div{position:absolute;right:8px;bottom:-10px;font-size:44px}.soc-suite-grammar-card{min-height:200px;padding:20px 14px;border:1px solid #EFE2D9;border-radius:12px;background:#fff;text-align:center;color:var(--soc-text)!important}.soc-suite-grammar-card>span{width:60px;height:60px;margin:0 auto;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#FFF0E3;color:var(--soc-orange)}.soc-suite-grammar-card svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8}.soc-suite-grammar-card h3{margin:12px 0 9px;font-size:13px}.soc-suite-grammar-card p{margin:0;color:var(--soc-muted);font-size:10px}


/* PREMIUM DYNAMIC RESOURCE CARDS */
.soc-dynamic-section{position:relative;background:linear-gradient(180deg,#fff 0%,#FFFBF7 100%)}
.soc-dynamic-section:nth-of-type(even){background:linear-gradient(180deg,#FFF9F4 0%,#fff 100%)}
.soc-dynamic-head{position:relative}
.soc-dynamic-head>a{position:absolute;right:0;top:12px;min-height:34px;padding:0 13px;border:1px solid rgba(255,103,31,.22);border-radius:999px;display:inline-flex;align-items:center;color:var(--soc-orange)!important;background:#fff;font-size:11px;font-weight:800;box-shadow:0 6px 18px rgba(55,16,47,.05)}
.soc-study-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.soc-study-grid.is-single{grid-template-columns:minmax(280px,390px);justify-content:center}
.soc-study-card{--soc-study-accent:#7B2F70;--soc-study-soft:#F6EBF4;position:relative;min-width:0;overflow:hidden;border:1px solid rgba(71,31,59,.09);border-radius:var(--soc-study-radius,18px);background:#fff;box-shadow:0 14px 35px rgba(55,16,47,.075);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.soc-study-card:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--soc-study-accent) 35%,white);box-shadow:0 22px 48px rgba(55,16,47,.14)}
.soc-theme-latest .soc-study-card{--soc-study-accent:#7B2F70;--soc-study-soft:#F4E8F2}
.soc-theme-ncert .soc-study-card{--soc-study-accent:#63A74E;--soc-study-soft:#EDF7E9}
.soc-theme-mcq .soc-study-card{--soc-study-accent:#FF7A29;--soc-study-soft:#FFF0E5}
.soc-theme-translation .soc-study-card{--soc-study-accent:#8C55D9;--soc-study-soft:#F1EAFB}
.soc-theme-grammar .soc-study-card{--soc-study-accent:#E8A316;--soc-study-soft:#FFF6DB}
.soc-theme-video .soc-study-card{--soc-study-accent:#F04F63;--soc-study-soft:#FFE9ED}
.soc-study-cover{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(145deg,var(--soc-study-soft),#fff)}
.soc-study-cover>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.soc-study-card:hover .soc-study-cover>img{transform:scale(1.045)}
.soc-study-cover-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(31,13,26,.56) 100%)}
.soc-study-type-label,.soc-study-class{position:absolute;top:13px;z-index:2;min-height:25px;padding:0 9px;border-radius:999px;display:inline-flex;align-items:center;font-size:9px;font-weight:800;letter-spacing:.02em}
.soc-study-type-label{left:13px;background:var(--soc-study-accent);color:#fff}
.soc-study-class{right:13px;background:rgba(255,255,255,.94);color:var(--soc-text);box-shadow:0 5px 15px rgba(40,20,46,.1)}
.soc-study-play{position:absolute;left:50%;top:50%;z-index:3;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.94);color:var(--soc-study-accent);font-size:17px;transform:translate(-50%,-50%);box-shadow:0 12px 28px rgba(32,12,27,.22)}
.soc-study-cover-art{position:absolute;inset:0;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.9),transparent 24%),linear-gradient(145deg,var(--soc-study-soft),#fff)}
.soc-study-cover-art:after{content:"";position:absolute;left:0;right:0;bottom:0;height:6px;background:var(--soc-study-accent)}
.soc-study-cover-icon{position:relative;z-index:2;width:66px;height:66px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--soc-study-accent);box-shadow:0 12px 25px color-mix(in srgb,var(--soc-study-accent) 18%,transparent)}
.soc-study-cover-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7}
.soc-study-cover-art strong{position:relative;z-index:2;margin-top:12px;color:var(--soc-text);font-size:14px}
.soc-study-cover-art small{position:relative;z-index:2;margin-top:2px;color:var(--soc-muted);font-size:9px}
.soc-study-orbit{position:absolute;border:1px solid color-mix(in srgb,var(--soc-study-accent) 22%,transparent);border-radius:50%}
.soc-study-orbit.one{width:150px;height:150px;right:-48px;top:-60px}
.soc-study-orbit.two{width:90px;height:90px;left:-30px;bottom:-30px}
.soc-study-body{padding:16px 17px 17px}
.soc-study-kicker{min-height:21px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.soc-study-kicker span{color:var(--soc-study-accent);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.soc-study-kicker time{color:#918791;font-size:9px;white-space:nowrap}
.soc-study-card .soc-title{min-height:44px;margin:7px 0 8px;font-size:15px;line-height:1.42;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.soc-study-card .soc-title a{color:var(--soc-text)!important}
.soc-study-card .soc-desc{min-height:34px;margin:0 0 8px;color:var(--soc-muted);font-size:10.5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.soc-study-context{min-height:24px;display:flex;gap:5px;flex-wrap:wrap}
.soc-study-context span{max-width:100%;padding:4px 7px;border-radius:7px;background:var(--soc-study-soft);color:#675B66;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.soc-study-action{min-height:42px;margin-top:13px;padding:0 4px 0 13px;border-radius:11px;display:flex;align-items:center;justify-content:space-between;background:var(--soc-study-soft);color:var(--soc-study-accent)!important;font-size:11px;font-weight:800}
.soc-study-action b{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:var(--soc-study-accent);color:#fff;font-size:16px}
.soc-study-grid.is-compact .soc-study-cover{aspect-ratio:16/8}.soc-study-grid.is-compact .soc-study-body{padding:13px}.soc-study-grid.is-compact .soc-study-context{display:none}

/* CRISP VECTOR DEVICES */
.soc-suite-devices-vector{display:block;width:100%;height:auto;overflow:visible}

/* WHY, DEVICES, SOCIAL, CTA */
.soc-suite-why-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.soc-suite-why-card{padding:15px 10px;border:1px solid #EEDFD4;border-radius:18px;background:rgba(255,255,255,.78);text-align:center}.soc-suite-why-card>span{width:58px;height:58px;margin:0 auto;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#FFF0E3;color:var(--soc-orange)}.soc-suite-why-card svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8}.soc-suite-why-card h3{margin:8px 0 5px;font-size:12px}.soc-suite-why-card p{margin:0;color:var(--soc-muted);font-size:9px}
.soc-suite-devices-grid{display:grid;grid-template-columns:30% 70%;align-items:center;gap:15px}.soc-suite-devices-grid h2{margin:0;font-family:Poppins,Inter,sans-serif;font-size:36px;line-height:1.08}.soc-suite-devices-grid p{color:var(--soc-muted);font-size:13px}.soc-suite-device-labels{display:flex;gap:22px}.soc-suite-device-labels span{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:9px;font-weight:750}.soc-suite-device-labels svg{width:26px;height:26px;fill:none;stroke:var(--soc-plum);stroke-width:1.8}.soc-suite-devices-image{display:block;width:100%;object-fit:contain}
.soc-suite-social-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.soc-suite-social-card{padding:17px 11px;border:1px solid var(--soc-border);border-radius:12px;background:#fff;text-align:center;color:var(--soc-text)!important}.soc-suite-social-card>span{width:40px;height:40px;margin:0 auto 8px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 5px 15px rgba(55,16,47,.1)}.soc-suite-social-card svg{width:23px;height:23px;fill:currentColor}.soc-suite-social-card h3{margin:0;font-size:12px}.soc-suite-social-card p{margin:5px 0 10px;color:var(--soc-muted);font-size:9px}.soc-suite-social-card strong{font-size:9px}
.soc-suite-final-section{padding-bottom:0}.soc-suite-final-cta{min-height:170px;padding:22px 28px;border-radius:25px 25px 0 0;background:linear-gradient(105deg,#F15B00,#FF7B12);display:grid;grid-template-columns:1fr 43%;align-items:center;gap:20px;color:#fff;overflow:hidden}.soc-suite-final-cta h2{margin:0;font-family:Poppins,Inter,sans-serif;font-size:30px}.soc-suite-final-cta p{margin:5px 0 15px}.soc-suite-final-cta>div>div{display:flex;gap:12px}.soc-suite-cta-image{display:block;width:100%;max-height:150px;object-fit:cover;border-radius:18px}

/* FOOTER */
.soc-suite-footer{padding:38px 0 15px;background:linear-gradient(120deg,var(--soc-footer-start),var(--soc-footer-end));color:var(--soc-footer-text)}
.soc-suite-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr) 1.3fr;gap:30px}.soc-suite-footer-brand-head{display:flex;align-items:center;gap:10px}.soc-suite-footer-fallback{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--soc-footer-accent);color:#fff;font-weight:900}.soc-suite-footer-logo-image{width:auto!important;height:48px!important;max-width:130px!important;object-fit:contain}.soc-suite-footer-brand-head strong,.soc-suite-footer-brand-head small{display:block}.soc-suite-footer-brand-head strong{color:var(--soc-footer-heading);font-size:15px}.soc-suite-footer-brand-head small{color:var(--soc-footer-text);font-size:9px}.soc-suite-footer p{color:var(--soc-footer-text);font-size:11px;line-height:1.6}.soc-suite-footer h3{margin:0 0 13px;color:var(--soc-footer-heading);font-size:13px}.soc-suite-footer-column a{display:block;margin:0 0 8px;color:var(--soc-footer-link)!important;font-size:11px}.soc-suite-footer-column a:hover{text-decoration:underline}.soc-suite-footer-action{min-height:38px;padding:0 13px;border-radius:8px;display:inline-flex;align-items:center;background:var(--soc-footer-accent);color:#fff!important;font-size:10px;font-weight:750}.soc-suite-footer-socials{display:flex;gap:7px;margin-top:13px}.soc-suite-footer-socials a{width:29px;height:29px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff}.soc-suite-footer-socials svg{width:16px;height:16px;fill:currentColor}.soc-suite-footer-bottom{margin-top:28px;padding-top:15px;border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;color:var(--soc-footer-text);font-size:10px}

/* RESPONSIVE */
@media(max-width:1120px){
	.soc-suite-navbar-inner{grid-template-columns:235px minmax(0,1fr) auto;gap:14px}.soc-suite-menu>li>a{padding:0 7px!important;font-size:12px}.soc-suite-feature-grid{grid-template-columns:repeat(4,1fr)}.soc-suite-class-grid{grid-template-columns:repeat(4,1fr)}.soc-suite-quick-grid{grid-template-columns:repeat(2,1fr)}.soc-suite-grammar-grid{grid-template-columns:repeat(4,1fr)}.soc-suite-grammar-intro{grid-column:1/-1;min-height:150px}.soc-dynamic-grid{grid-template-columns:repeat(3,1fr)}.soc-suite-why-grid{grid-template-columns:repeat(3,1fr)}.soc-suite-footer-grid{grid-template-columns:repeat(3,1fr)}.soc-suite-footer-brand{grid-column:1/-1}
}
@media(max-width:900px){
	.soc-suite-shell,.soc-home-shell{width:min(100% - 30px,1240px)}.soc-suite-topbar-inner{grid-template-columns:minmax(0,1fr) auto;gap:6px 10px}.soc-suite-top-left{grid-column:1}.soc-suite-top-right{grid-column:2}.soc-suite-top-centre{grid-column:1/-1}.soc-suite-top-left>div{flex-wrap:wrap;white-space:normal}.soc-suite-top-main+.soc-suite-top-extra:before{display:none}.soc-suite-top-extra{display:block}.soc-suite-desktop-nav,.soc-suite-explore{display:none}.soc-suite-navbar-inner{min-height:68px;grid-template-columns:1fr auto}.soc-suite-menu-toggle{display:flex}.soc-suite-brand-copy small{display:none}.soc-suite-header.has-sticky{padding-bottom:var(--soc-sticky-height,68px)}
	.soc-suite-hero-grid{grid-template-columns:1fr}.soc-suite-hero-copy{text-align:center}.soc-suite-hero-search{margin:0 auto}.soc-suite-hero-buttons,.soc-suite-trust{justify-content:center}.soc-suite-hero-visual{justify-content:center;margin-top:15px}.soc-suite-resource-strip{grid-template-columns:repeat(4,1fr)}.soc-suite-feature-grid{grid-template-columns:repeat(3,1fr)}.soc-suite-path{grid-template-columns:repeat(4,1fr)}.soc-suite-path>i{display:none}.soc-suite-step-result{grid-column:1/-1;max-width:none}.soc-dynamic-grid{grid-template-columns:repeat(2,1fr)}.soc-suite-devices-grid{grid-template-columns:1fr;text-align:center}.soc-suite-device-labels{justify-content:center}.soc-suite-social-grid{grid-template-columns:repeat(3,1fr)}.soc-suite-final-cta{grid-template-columns:1fr;text-align:center}.soc-suite-final-cta>div>div{justify-content:center}.soc-suite-cta-image{margin:0 auto}
}
@media(max-width:782px){body.admin-bar .soc-suite-navbar.is-sticky{top:46px}}
@media(max-width:650px){
	.soc-suite-shell,.soc-home-shell{width:calc(100% - 24px)}.soc-home-section{padding:30px 0}.soc-suite-search-dialog{padding:20px}.soc-suite-search-field,.soc-suite-hero-search-field{grid-template-columns:auto 1fr}.soc-suite-search-field button,.soc-suite-hero-search-field button{grid-column:1/-1;width:100%;margin-bottom:9px}.soc-suite-result{grid-template-columns:40px 1fr}.soc-suite-result em{display:none}.soc-suite-hero-copy h1{font-size:42px}.soc-suite-resource-strip{grid-template-columns:repeat(2,1fr);padding:18px}.soc-suite-feature-grid{grid-template-columns:repeat(2,1fr)}.soc-suite-class-grid{grid-template-columns:repeat(2,1fr)}.soc-suite-path{grid-template-columns:repeat(2,1fr)}.soc-suite-quick-grid{grid-template-columns:1fr}.soc-suite-grammar-grid{grid-template-columns:repeat(2,1fr);padding:18px}.soc-dynamic-grid{grid-template-columns:1fr}.soc-suite-why-grid{grid-template-columns:repeat(2,1fr)}.soc-suite-social-grid{grid-template-columns:repeat(2,1fr)}.soc-suite-final-cta>div>div{display:grid}.soc-suite-footer-grid{grid-template-columns:repeat(2,1fr)}.soc-suite-footer-brand{grid-column:1/-1}.soc-suite-footer-bottom{display:grid;gap:5px;text-align:center}
}
@media(max-width:430px){
	.soc-suite-feature-grid,.soc-suite-why-grid,.soc-suite-social-grid,.soc-suite-footer-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.soc-suite-marquee-track{animation:none}}

/* FOOTER AUTO MODE AND READABILITY */
.soc-suite-footer-v2{position:relative;isolation:isolate;clear:both}
.soc-suite-footer-topline{height:5px;background:linear-gradient(90deg,#FF671F,#F6B51B,#FF671F)}
.soc-suite-footer-v2 .soc-suite-footer-grid{padding-top:4px}
.soc-suite-footer-v2 .soc-suite-footer-brand p,
.soc-suite-footer-v2 .soc-suite-footer-updates p{font-size:12px;color:var(--soc-footer-text);opacity:1}
.soc-suite-footer-v2 .soc-suite-footer-column a{font-size:11.5px;color:var(--soc-footer-link)!important;opacity:1}
.soc-suite-footer-v2 .soc-suite-footer-column a:focus,
.soc-suite-footer-v2 .soc-suite-footer-column a:hover{color:#FFD4BE!important}
.soc-suite-footer-v2 .soc-suite-footer-bottom{font-size:10.5px;color:var(--soc-footer-text);opacity:1}

/* INNER PAGE DESIGN SYSTEM */
.soc-suite-inner-enabled{--soc-inner-width:1180px;--soc-inner-radius:18px;--soc-inner-bg:#FFFDFC;--soc-inner-heading:#28142E;--soc-inner-text:#625A65;--soc-inner-accent:#FF671F}
.soc-inner-shell,.soc-inner-browser-shell{width:min(var(--soc-inner-width),calc(100% - 48px));margin:0 auto}
.soc-inner-hero{padding:42px 0;background:radial-gradient(circle at 92% 20%,rgba(255,103,31,.11),transparent 25%),linear-gradient(135deg,#FFF8F0,#F8EDF6)}
.soc-inner-hero .soc-inner-shell{display:grid;grid-template-columns:76px 1fr;align-items:center;gap:20px}
.soc-inner-hero-icon{width:72px;height:72px;border-radius:24px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--soc-inner-accent);box-shadow:0 14px 35px rgba(55,16,47,.09)}
.soc-inner-hero-icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.7}
.soc-inner-hero span{color:var(--soc-inner-accent);font-size:11px;font-weight:900;letter-spacing:.11em}
.soc-inner-hero h1{margin:4px 0 5px;color:var(--soc-inner-heading);font-family:Poppins,Inter,sans-serif;font-size:clamp(30px,4vw,50px);line-height:1.12}
.soc-inner-hero p{max-width:760px;margin:0;color:var(--soc-inner-text);font-size:14px}
.soc-inner-breadcrumbs{display:flex;align-items:center;gap:8px;margin-top:12px;color:var(--soc-inner-text);font-size:11px}.soc-inner-breadcrumbs a{color:var(--soc-inner-accent)!important}.soc-inner-breadcrumbs b{opacity:.55}
.soc-inner-browser-shell{padding:34px 0 60px}
.soc-inner-empty{padding:24px;border:1px solid #EBDDD5;border-radius:var(--soc-inner-radius);background:#fff;color:var(--soc-inner-text)}
.soc-inner-resource-section{padding:38px 0;background:var(--soc-inner-bg)}
.soc-inner-resource-section h2{margin:0 0 22px;color:var(--soc-inner-heading);font-family:Poppins,Inter,sans-serif;font-size:30px}
.soc-inner-resource-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.soc-inner-resource-grid article{overflow:hidden;border:1px solid #EBDDD5;border-radius:var(--soc-inner-radius);background:#fff;box-shadow:0 12px 30px rgba(55,16,47,.07)}
.soc-inner-resource-cover{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#FFF1E5,#F5EAF3);color:var(--soc-inner-accent)}
.soc-inner-resource-cover img{width:100%;height:100%;object-fit:cover}.soc-inner-resource-cover span{width:62px;height:62px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:#fff}.soc-inner-resource-cover svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.7}
.soc-inner-resource-grid article>div{padding:15px}.soc-inner-resource-grid h3{min-height:42px;margin:0 0 12px;font-size:15px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.soc-inner-resource-grid h3 a{color:var(--soc-inner-heading)!important}.soc-inner-resource-action{color:var(--soc-inner-accent)!important;font-size:11px;font-weight:800}
body.soc-suite-resource-single .entry-content{max-width:var(--soc-inner-width);margin-left:auto!important;margin-right:auto!important;padding:30px 24px 60px;color:var(--soc-inner-text)}
body.soc-suite-resource-single .entry-title{color:var(--soc-inner-heading);font-family:Poppins,Inter,sans-serif;line-height:1.25}
body.soc-suite-resource-single .entry-content h2,body.soc-suite-resource-single .entry-content h3{color:var(--soc-inner-heading)}
body.soc-suite-resource-single .entry-content a{color:var(--soc-inner-accent)}
@media(max-width:1000px){.soc-inner-resource-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.soc-inner-shell,.soc-inner-browser-shell{width:calc(100% - 24px)}.soc-inner-hero .soc-inner-shell{grid-template-columns:1fr;text-align:center}.soc-inner-hero-icon{margin:0 auto}.soc-inner-breadcrumbs{justify-content:center}.soc-inner-resource-grid{grid-template-columns:1fr}}

@media(max-width:1120px){.soc-study-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.soc-study-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.soc-study-grid{grid-template-columns:1fr}.soc-dynamic-head>a{position:static;margin:-12px auto 18px;display:flex;width:max-content}}
