.tex-module__p1vSNG__main{background:var(--bg);min-height:100vh;color:var(--ink)}.tex-module__p1vSNG__hero{text-align:center;justify-content:center;align-items:center;min-height:50vh;padding:6rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.tex-module__p1vSNG__heroBackground{z-index:0;background:radial-gradient(at 20%,#4de1c126 0%,#0000 50%),radial-gradient(at 80%,#667eea26 0%,#0000 50%),radial-gradient(at 50% 100%,#ff7a591a 0%,#0000 40%);position:absolute;inset:0}.tex-module__p1vSNG__heroContent{z-index:1;max-width:800px;animation:.8s ease-out tex-module__p1vSNG__heroFadeIn;position:relative}@keyframes tex-module__p1vSNG__heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.tex-module__p1vSNG__heroBadge{color:var(--accent-1,#4de1c1);background:#4de1c11a;border:1px solid #4de1c14d;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.tex-module__p1vSNG__heroTitle{letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(4rem,15vw,8rem);font-weight:900;line-height:1}.tex-module__p1vSNG__tex{background:linear-gradient(135deg,#4de1c1,#667eea,#ff7a59);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.tex-module__p1vSNG__heroPurpose{margin:0 0 1rem}.tex-module__p1vSNG__purposeHighlight{background:linear-gradient(135deg,#ff7a59,#f5576c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700}.tex-module__p1vSNG__heroSubtitle{color:var(--ink-2,#ffffffb3);max-width:500px;margin:0 auto;font-size:1.1rem;line-height:1.6}.tex-module__p1vSNG__section{padding:4rem 1.5rem}.tex-module__p1vSNG__container{max-width:1100px;margin:0 auto}.tex-module__p1vSNG__sectionHeader{text-align:center;margin-bottom:3rem}.tex-module__p1vSNG__sectionHeader h2{background:linear-gradient(135deg,var(--ink),var(--ink-2,#fffc));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800}.tex-module__p1vSNG__sectionHeader p{color:var(--ink-2,#fff9);margin:0;font-size:1rem}.tex-module__p1vSNG__valuesGrid{flex-direction:column;gap:1rem;display:flex}.tex-module__p1vSNG__valueCard{background:var(--bg-card,#ffffff08);border:1px solid var(--border-color,#ffffff14);border-radius:16px;transition:all .3s;animation:.5s ease-out both tex-module__p1vSNG__cardSlideIn;overflow:hidden}.tex-module__p1vSNG__valueCard:hover{border-color:#ffffff26}.tex-module__p1vSNG__valueCard.tex-module__p1vSNG__open{border-color:var(--card-color);box-shadow:0 0 30px #4de1c11a}@keyframes tex-module__p1vSNG__cardSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tex-module__p1vSNG__valueHeader{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1rem;padding:1.25rem;transition:background .2s;display:flex}.tex-module__p1vSNG__valueHeader:hover{background:#ffffff05}.tex-module__p1vSNG__valueIcon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.tex-module__p1vSNG__valueInfo{flex:1;min-width:0}.tex-module__p1vSNG__valueInfo h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.tex-module__p1vSNG__valueInfo p{color:var(--ink-2,#ffffff80);margin:0;font-size:.85rem}.tex-module__p1vSNG__valueToggle{width:32px;height:32px;color:var(--ink-2,#ffffff80);background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.tex-module__p1vSNG__valueCard.tex-module__p1vSNG__open .tex-module__p1vSNG__valueToggle{background:var(--card-color);color:#fff}.tex-module__p1vSNG__valueContent{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.tex-module__p1vSNG__valueCard.tex-module__p1vSNG__open .tex-module__p1vSNG__valueContent{max-height:500px;padding:0 1.25rem 1.25rem}.tex-module__p1vSNG__valueDescription{color:var(--ink-2,#fffc);border-top:1px solid var(--border-color,#ffffff14);margin:0 0 1rem;padding-top:1rem;font-size:.95rem;line-height:1.7}.tex-module__p1vSNG__valueDetails{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.tex-module__p1vSNG__valueDetails li{color:var(--ink-2,#ffffffb3);align-items:flex-start;gap:.5rem;font-size:.9rem;display:flex}.tex-module__p1vSNG__valueDetails li svg{color:var(--accent-1,#4de1c1);flex-shrink:0;margin-top:2px}.tex-module__p1vSNG__pyramidSection{background:linear-gradient(#0000 0%,#667eea0d 50%,#0000 100%)}.tex-module__p1vSNG__pyramid{flex-direction:column;align-items:center;gap:.5rem;max-width:600px;margin:0 auto;display:flex}.tex-module__p1vSNG__pyramidLevel{background:linear-gradient(135deg,#667eea26,#4de1c126);border:1px solid #667eea4d;border-radius:8px;padding:1rem 1.5rem;animation:.5s ease-out both tex-module__p1vSNG__pyramidSlideUp}@keyframes tex-module__p1vSNG__pyramidSlideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.tex-module__p1vSNG__pyramidContent{align-items:center;gap:1rem;display:flex}.tex-module__p1vSNG__pyramidNumber{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:800;display:flex}.tex-module__p1vSNG__pyramidInfo{flex-direction:column;gap:.125rem;display:flex}.tex-module__p1vSNG__pyramidInfo strong{font-size:1rem;font-weight:700}.tex-module__p1vSNG__pyramidInfo span{color:var(--ink-2,#fff9);font-size:.8rem}.tex-module__p1vSNG__driversGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:768px){.tex-module__p1vSNG__driversGrid{grid-template-columns:repeat(4,1fr)}}.tex-module__p1vSNG__driverCard{background:var(--bg-card,#ffffff08);border:1px solid var(--border-color,#ffffff14);text-align:center;border-radius:12px;padding:1.25rem;transition:all .3s;animation:.5s ease-out both tex-module__p1vSNG__cardSlideIn}.tex-module__p1vSNG__driverCard:hover{border-color:#4de1c14d;transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.tex-module__p1vSNG__driverIcon{width:44px;height:44px;color:var(--accent-1,#4de1c1);background:linear-gradient(135deg,#4de1c126,#667eea26);border-radius:10px;justify-content:center;align-items:center;margin:0 auto .75rem;display:flex}.tex-module__p1vSNG__driverInfo strong{margin-bottom:.25rem;font-size:.85rem;font-weight:700;display:block}.tex-module__p1vSNG__driverInfo span{color:var(--ink-2,#ffffff80);font-size:.75rem}.tex-module__p1vSNG__qeciSection{background:linear-gradient(#0000 0%,#4de1c10d 50%,#0000 100%)}.tex-module__p1vSNG__qeciGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:600px){.tex-module__p1vSNG__qeciGrid{grid-template-columns:repeat(4,1fr)}}.tex-module__p1vSNG__qeciCard{background:var(--bg-card,#ffffff08);border:2px solid var(--qeci-color);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;transition:all .3s;animation:.5s ease-out both tex-module__p1vSNG__cardSlideIn;display:flex}.tex-module__p1vSNG__qeciCard:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 12px 32px #0003}.tex-module__p1vSNG__qeciIcon{color:var(--qeci-color)}.tex-module__p1vSNG__qeciLetter{color:var(--qeci-color);font-size:2.5rem;font-weight:900;line-height:1}.tex-module__p1vSNG__qeciWord{font-size:1rem;font-weight:700}.tex-module__p1vSNG__qeciSynonym{color:var(--ink-2,#ffffff80);background:#ffffff0d;border-radius:999px;padding:.25rem .75rem;font-size:.8rem}.tex-module__p1vSNG__fourPsFlow{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.tex-module__p1vSNG__fourPsFlow{flex-direction:row;justify-content:center;gap:0}}.tex-module__p1vSNG__fourPsItem{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.tex-module__p1vSNG__fourPsItem{flex-direction:row;gap:.5rem}}.tex-module__p1vSNG__fourPsCard{background:var(--bg-card,#ffffff08);border:2px solid var(--p-color);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;min-width:180px;padding:1.5rem;transition:all .3s;animation:.5s ease-out both tex-module__p1vSNG__cardSlideIn;display:flex}.tex-module__p1vSNG__fourPsCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026}.tex-module__p1vSNG__fourPsIcon{color:var(--p-color)}.tex-module__p1vSNG__fourPsCard strong{font-size:1.25rem;font-weight:800}.tex-module__p1vSNG__fourPsCard span{color:var(--ink-2,#fff9);font-size:.8rem;line-height:1.4}.tex-module__p1vSNG__fourPsArrow{color:var(--ink-2,#ffffff4d);transform:rotate(90deg)}@media (min-width:768px){.tex-module__p1vSNG__fourPsArrow{transform:none}}.tex-module__p1vSNG__categoriesSection{background:linear-gradient(#0000 0%,#ff7a590d 50%,#0000 100%)}.tex-module__p1vSNG__categoriesGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:600px){.tex-module__p1vSNG__categoriesGrid{grid-template-columns:repeat(2,1fr)}}.tex-module__p1vSNG__categoryCard{background:var(--bg-card,#ffffff08);border:1px solid var(--border-color,#ffffff14);border-radius:16px;padding:1.5rem;transition:all .3s;animation:.5s ease-out both tex-module__p1vSNG__cardSlideIn}.tex-module__p1vSNG__categoryCard:hover{border-color:var(--cat-color);transform:translateY(-4px)}.tex-module__p1vSNG__categoryHeader{border-bottom:1px solid var(--border-color,#ffffff14);align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.tex-module__p1vSNG__categoryIcon{width:48px;height:48px;color:var(--cat-color);background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-radius:12px;justify-content:center;align-items:center;display:flex}.tex-module__p1vSNG__categoryHeader h3{margin:0;font-size:1.25rem;font-weight:700}.tex-module__p1vSNG__categoryItems{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.tex-module__p1vSNG__categoryItems li{flex-direction:column;gap:.125rem;display:flex}.tex-module__p1vSNG__categoryItems strong{color:var(--cat-color);font-size:.95rem;font-weight:600}.tex-module__p1vSNG__categoryItems span{color:var(--ink-2,#fff9);font-size:.8rem;line-height:1.4}.tex-module__p1vSNG__closing{background:linear-gradient(#0000,#4de1c10d);padding:5rem 1.5rem}.tex-module__p1vSNG__closingContent{text-align:center;max-width:600px;margin:0 auto}.tex-module__p1vSNG__closingContent h2{background:linear-gradient(135deg,#4de1c1,#667eea);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800}.tex-module__p1vSNG__closingContent p{color:var(--ink-2,#ffffffb3);margin:0 0 2rem;font-size:1rem;line-height:1.7}.tex-module__p1vSNG__closingBadge{color:var(--accent-1,#4de1c1);background:linear-gradient(135deg,#4de1c126,#667eea26);border:1px solid #4de1c14d;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}[data-theme=light] .tex-module__p1vSNG__heroBackground{background:radial-gradient(at 20%,#4de1c133 0%,#0000 50%),radial-gradient(at 80%,#667eea33 0%,#0000 50%),radial-gradient(at 50% 100%,#ff7a5926 0%,#0000 40%)}[data-theme=light] .tex-module__p1vSNG__heroSubtitle{color:#0009}:is([data-theme=light] .tex-module__p1vSNG__valueCard,[data-theme=light] .tex-module__p1vSNG__driverCard,[data-theme=light] .tex-module__p1vSNG__qeciCard,[data-theme=light] .tex-module__p1vSNG__fourPsCard,[data-theme=light] .tex-module__p1vSNG__categoryCard){background:#00000005;border-color:#0000001a}:is([data-theme=light] .tex-module__p1vSNG__valueCard:hover,[data-theme=light] .tex-module__p1vSNG__driverCard:hover){border-color:#0003}[data-theme=light] .tex-module__p1vSNG__valueInfo h3{color:#111827}[data-theme=light] .tex-module__p1vSNG__driverInfo strong{color:#111827}[data-theme=light] .tex-module__p1vSNG__qeciWord{color:#111827}[data-theme=light] .tex-module__p1vSNG__fourPsCard strong{color:#111827}[data-theme=light] .tex-module__p1vSNG__categoryHeader h3{color:#111827}[data-theme=light] .tex-module__p1vSNG__valueInfo p{color:#0009}[data-theme=light] .tex-module__p1vSNG__valueDescription{color:#0009}[data-theme=light] .tex-module__p1vSNG__valueDetails li span{color:#0009}[data-theme=light] .tex-module__p1vSNG__driverInfo span{color:#0009}[data-theme=light] .tex-module__p1vSNG__fourPsCard span{color:#0009}[data-theme=light] .tex-module__p1vSNG__categoryItems span{color:#0009}[data-theme=light] .tex-module__p1vSNG__valueToggle{color:#00000080;background:#0000000d}[data-theme=light] .tex-module__p1vSNG__pyramidLevel{background:linear-gradient(135deg,#667eea26,#4de1c126);border-color:#667eea4d}[data-theme=light] .tex-module__p1vSNG__pyramidInfo strong{color:#111827}[data-theme=light] .tex-module__p1vSNG__pyramidInfo span{color:#0009}[data-theme=light] .tex-module__p1vSNG__driverIcon{background:#0000000d}[data-theme=light] .tex-module__p1vSNG__qeciSynonym{color:#0009;background:#0000000f}[data-theme=light] .tex-module__p1vSNG__fourPsArrow{color:#0000004d}[data-theme=light] .tex-module__p1vSNG__categoryHeader{border-bottom-color:#0000001a}[data-theme=light] .tex-module__p1vSNG__categoryIcon{background:linear-gradient(135deg,#0000000d,#00000005)}[data-theme=light] .tex-module__p1vSNG__closingContent p{color:#0009}[data-theme=light] .tex-module__p1vSNG__closingBadge{background:linear-gradient(135deg,#4de1c126,#667eea26);border-color:#4de1c166}[data-theme=light] .tex-module__p1vSNG__sectionHeader h2{background:linear-gradient(135deg,#111827,#374151);-webkit-background-clip:text;background-clip:text}[data-theme=light] .tex-module__p1vSNG__sectionHeader p{color:#0009}[data-theme=light] .tex-module__p1vSNG__heroBadge{background:#4de1c126;border-color:#4de1c166}@media (max-width:768px){.tex-module__p1vSNG__hero{min-height:40vh;padding:5rem 1rem 3rem}.tex-module__p1vSNG__heroTitle{font-size:clamp(3rem,12vw,6rem)}.tex-module__p1vSNG__section{padding:3rem 1rem}.tex-module__p1vSNG__fourPsCard{min-width:160px;padding:1.25rem}}@media (max-width:480px){.tex-module__p1vSNG__hero{min-height:auto;padding:4rem 1rem 2.5rem}.tex-module__p1vSNG__heroTitle{font-size:clamp(2.5rem,15vw,4rem)}.tex-module__p1vSNG__purposeHighlight{font-size:clamp(1.25rem,5vw,1.75rem)}.tex-module__p1vSNG__heroSubtitle{max-width:100%;font-size:.95rem}.tex-module__p1vSNG__heroBadge{padding:.375rem .75rem;font-size:.75rem}.tex-module__p1vSNG__section{padding:2.5rem .75rem}.tex-module__p1vSNG__sectionHeader{margin-bottom:2rem}.tex-module__p1vSNG__sectionHeader h2{font-size:clamp(1.25rem,6vw,1.75rem)}.tex-module__p1vSNG__sectionHeader p{font-size:.875rem}.tex-module__p1vSNG__pyramid{gap:.375rem;max-width:100%;padding:0}.tex-module__p1vSNG__pyramidLevel{border-radius:6px;padding:.625rem .875rem}.tex-module__p1vSNG__pyramidLevel:first-child{width:100%!important}.tex-module__p1vSNG__pyramidLevel:nth-child(2){width:92%!important}.tex-module__p1vSNG__pyramidLevel:nth-child(3){width:84%!important}.tex-module__p1vSNG__pyramidLevel:nth-child(4){width:76%!important}.tex-module__p1vSNG__pyramidLevel:nth-child(5){width:68%!important}.tex-module__p1vSNG__pyramidContent{gap:.5rem}.tex-module__p1vSNG__pyramidNumber{border-radius:6px;width:26px;min-width:26px;height:26px;font-size:.8rem}.tex-module__p1vSNG__pyramidInfo{min-width:0;overflow:hidden}.tex-module__p1vSNG__pyramidInfo strong{font-size:.8rem;line-height:1.2}.tex-module__p1vSNG__pyramidInfo span{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.65rem;line-height:1.25;display:-webkit-box;overflow:hidden}.tex-module__p1vSNG__driversGrid{gap:.75rem}.tex-module__p1vSNG__driverCard{border-radius:10px;padding:1rem}.tex-module__p1vSNG__driverIcon{width:38px;height:38px;margin-bottom:.5rem}.tex-module__p1vSNG__driverInfo strong{font-size:.75rem}.tex-module__p1vSNG__driverInfo span{font-size:.65rem}.tex-module__p1vSNG__qeciGrid{gap:.75rem}.tex-module__p1vSNG__qeciCard{border-radius:12px;padding:1rem .75rem}.tex-module__p1vSNG__qeciLetter{font-size:1.75rem}.tex-module__p1vSNG__qeciWord{font-size:.85rem}.tex-module__p1vSNG__qeciSynonym{padding:.2rem .5rem;font-size:.7rem}.tex-module__p1vSNG__qeciIcon svg{width:20px;height:20px}.tex-module__p1vSNG__fourPsFlow{gap:.75rem}.tex-module__p1vSNG__fourPsCard{min-width:unset;border-radius:12px;width:100%;padding:1.25rem 1rem}.tex-module__p1vSNG__fourPsIcon svg{width:28px;height:28px}.tex-module__p1vSNG__fourPsCard strong{font-size:1.1rem}.tex-module__p1vSNG__fourPsCard span{font-size:.75rem}.tex-module__p1vSNG__fourPsArrow{display:none}.tex-module__p1vSNG__categoryCard{border-radius:12px;padding:1.25rem}.tex-module__p1vSNG__categoryIcon{width:40px;height:40px}.tex-module__p1vSNG__categoryHeader h3{font-size:1.1rem}.tex-module__p1vSNG__categoryItems li{gap:.25rem}.tex-module__p1vSNG__categoryItems strong{font-size:.85rem}.tex-module__p1vSNG__categoryItems span{font-size:.75rem}.tex-module__p1vSNG__valueCard{border-radius:12px}.tex-module__p1vSNG__valueHeader{gap:.75rem;padding:1rem}.tex-module__p1vSNG__valueIcon{border-radius:10px;width:42px;height:42px}.tex-module__p1vSNG__valueInfo h3{font-size:.95rem}.tex-module__p1vSNG__valueInfo p{font-size:.75rem}.tex-module__p1vSNG__valueToggle{width:28px;height:28px}.tex-module__p1vSNG__valueCard.tex-module__p1vSNG__open .tex-module__p1vSNG__valueContent{padding:0 1rem 1rem}.tex-module__p1vSNG__valueDescription{font-size:.875rem}.tex-module__p1vSNG__valueDetails li{font-size:.8rem}.tex-module__p1vSNG__closing{padding:3rem 1rem}.tex-module__p1vSNG__closingContent h2{font-size:clamp(1.25rem,6vw,1.75rem)}.tex-module__p1vSNG__closingContent p{font-size:.9rem}.tex-module__p1vSNG__closingBadge{padding:.5rem 1rem;font-size:.8rem}}
