:root {
  --ink: #08275d;
  --blue: #0b45d8;
  --yellow: #ffbf12;
  --cream: #f8f6ef;
  --muted: #60708a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: 'DM Sans', sans-serif; }

/* Top Header Bar */
.topline { height: 35px; background: #06265c; color: #fff; display: flex; align-items: center; justify-content: center; gap: 10px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); }

header { height: 82px; max-width: 1240px; margin: auto; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; color: var(--ink); text-decoration: none; font-family: Outfit, sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -.04em; }
.brand img { width: 47px; height: 47px; object-fit: cover; border-radius: 50%; margin-right: 10px; }
.brand b { display: block; font-size: 8px; letter-spacing: .26em; text-align: center; margin-top: -2px; }

nav { display: flex; align-items: center; gap: 29px; }
nav a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 700; }
.nav-cta, .primary { background: var(--blue); color: #fff !important; border-radius: 4px; padding: 13px 20px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; transition: .2s; }
.primary:hover { transform: translateY(-2px); background: #062fa7; }

.menu { display: none; border: 0; background: none; font-size: 25px; color: var(--ink); }

/* EdTech Notifications Ticker */
.edtech-ticker { background: var(--blue); color: #fff; overflow: hidden; padding: 12px 0; border-bottom: 3px solid #08309a; display: flex; }
.ticker-track { display: flex; animation: scrollTicker 30s linear infinite; width: max-content; }
.ticker-track:hover { animation-play-state: paused; }
.ticker-group { display: flex; }
.ticker-item { font: 500 13px/1 Outfit, sans-serif; letter-spacing: 0.05em; padding: 0 35px; border-right: 1px solid rgba(255,255,255,0.2); white-space: nowrap; display: flex; align-items: center; gap: 8px; }
.ticker-item b { color: var(--yellow); font-weight: 800; }
@keyframes scrollTicker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Dynamic Hero Section */
.dynamic-hero { min-height: 640px; position: relative; overflow: hidden; background: radial-gradient(circle at 70% 30%, #114ed3 0, #082c76 35%, #041d4d 74%); color: #fff; padding: 60px max(32px, calc((100vw - 1240px)/2)); display: flex; align-items: center; justify-content: space-between; }
.hero-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(#ffffff18 1px, transparent 1px), linear-gradient(90deg, #ffffff18 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, #000 10%, transparent 70%); }
.orb { position: absolute; border-radius: 50%; filter: blur(4px); z-index: 0; }
.orb-a { width: 250px; height: 250px; background: #ffbe14; top: -110px; left: 42%; opacity: .25; animation: drift 10s ease-in-out infinite; }
.orb-b { width: 160px; height: 160px; border: 18px solid #51a3ff; right: 14%; bottom: -57px; opacity: .35; animation: drift 8s -3s ease-in-out infinite; }
.orb-c { width: 80px; height: 80px; background: #fff; right: 32%; top: 15%; opacity: .06; }

.hero-content { max-width: 490px; position: relative; z-index: 2; }
.hero-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; }
.hero-brand img { width: 48px; height: 48px; border-radius: 50%; background: #fff; }
.hero-brand span { font: 800 10px Outfit; letter-spacing: .14em; color: #a4c7ff; }

.dynamic-hero .eyebrow { color: #79aaff; font-size: 11px; letter-spacing: .16em; font-weight: 800; margin-bottom: 12px; }
.dynamic-hero h1 { font: 800 58px/.95 Outfit; letter-spacing: -.05em; margin: 0; color: #fff; }
.dynamic-hero h1 em { font: 400 62px Georgia; color: var(--yellow); }
.dynamic-hero h1 strong { color: #9ec4ff; }
.dynamic-intro { max-width: 400px; font-size: 16px; line-height: 1.6; color: #d0dfff; margin: 22px 0; }
.actions { display: flex; align-items: center; gap: 20px; }
.light-link { color: #fff; font-weight: 700; text-decoration: none; font-size: 14px; }
.light-link span { color: var(--yellow); margin-left: 5px; }
.hero-ticker { display: flex; align-items: center; gap: 10px; margin-top: 40px; font: 800 10px Outfit; letter-spacing: .16em; color: #90b7ff; }
.hero-ticker i { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); }

/* ISOLATED HERO PHOTO SHOWCASE & CHIP POSITIONING */
.premium-showcase { position: relative; width: 420px; height: 500px; z-index: 2; flex-shrink: 0; margin-right: 20px; }

.premium-visual { position: absolute; left: 30px; top: 20px; width: 330px; height: 440px; background: linear-gradient(145deg, #103d95, #08275d); border-radius: 28px; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35); border: 3px solid rgba(255, 255, 255, 0.2); overflow: visible; }
.premium-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 25px; display: block; }

.premium-label { position: absolute; z-index: 5; left: -20px; bottom: -25px; width: calc(100% + 40px); background: rgba(6, 31, 78, 0.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); padding: 18px 22px; border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); text-align: left; }
.premium-label small { font: 800 10px Outfit; letter-spacing: 0.15em; color: var(--yellow); margin-bottom: 4px; text-transform: uppercase; display: block; }
.premium-label b { font: 800 22px Outfit; letter-spacing: -0.02em; color: #fff; margin-bottom: 4px; display: block; }
.premium-label span { font-size: 12px; color: #d0dfff; line-height: 1.4; font-weight: 500; display: block; }

.premium-chip { position: absolute; z-index: 6; display: flex; align-items: center; gap: 10px; background: #ffffff; padding: 10px 18px; border-radius: 50px; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); border: 2px solid #ffffff; animation: chipFloat 4s ease-in-out infinite; }
.chip-icon { font-size: 18px; }
.premium-chip b { color: var(--blue); font: 800 16px Outfit; line-height: 1; display: block; }
.premium-chip small { font: 700 9px Outfit; color: #64718a; display: block; letter-spacing: 0.08em; margin-top: 2px; }

/* Exact placement requested */
.p-chip-1 { left: -10px; top: 120px; animation-delay: -1s; }
.p-chip-2 { right: 0px; top: 10px; animation-delay: -2.5s; }

@keyframes chipFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes drift { 50% { transform: translate(20px, 15px); } }

/* Strip */
.strip { background: var(--yellow); padding: 17px 30px; display: flex; justify-content: center; align-items: center; gap: 20px; font: 800 12px Outfit; letter-spacing: .12em; color: var(--ink); }
.strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }

/* Common Sections */
.section { max-width: 1240px; margin: auto; padding: 90px 30px; }
.section h2 { font-family: Outfit, sans-serif; font-size: 48px; letter-spacing: -.05em; line-height: 1; margin: 0; font-weight: 800; color: var(--ink); }
.section h2 em { font-family: Georgia, serif; font-weight: 400; color: #ecab00; }
.eyebrow { font-size: 11px; letter-spacing: .16em; font-weight: 800; color: #1660e8; margin: 0 0 14px; text-transform: uppercase; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-copy p { font-size: 18px; color: #526078; line-height: 1.65; margin: 0 0 20px; }
.arrow-link { font-weight: 700; color: var(--ink); text-decoration: none; font-size: 14px; }
.arrow-link span { color: var(--blue); font-size: 20px; margin-left: 5px; }

/* UPGRADED FACILITIES GRID WITH MODERN CARDS */
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.section-heading > p { max-width: 360px; color: #63718a; line-height: 1.6; font-size: 15px; margin: 0; }

.fac-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.fac-card { background: #fff; padding: 25px 20px; border-radius: 16px; border: 1px solid #dce3ee; box-shadow: 0 10px 25px rgba(8, 39, 93, 0.04); display: flex; flex-direction: column; gap: 15px; transition: all 0.3s ease; }
.fac-card:hover { transform: translateY(-5px); border-color: var(--blue); box-shadow: 0 15px 35px rgba(11, 69, 216, 0.1); }
.fac-icon { font-size: 32px; background: #eef3fc; width: 60px; height: 60px; border-radius: 14px; display: grid; place-items: center; }
.fac-card h3 { font: 700 17px Outfit; margin: 0 0 6px; color: var(--ink); }
.fac-card p { font-size: 13px; color: #64718a; margin: 0; line-height: 1.5; }

/* Programs Section */
.programs { background: #062965; color: #fff; display: grid; grid-template-columns: 48% 52%; align-items: stretch; margin-top: 40px; }
.program-image { overflow: hidden; min-height: 520px; }
.program-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.program-copy { padding: 70px max(30px, calc((100vw - 1240px)/2)); padding-left: 60px; }
.program-copy .eyebrow { color: #89b1ff; }
.program-copy h2 { font-size: 50px; color: #fff; }
.program-copy h2 em { color: var(--yellow); }
.program-copy > p:not(.eyebrow) { line-height: 1.65; color: #c8d5ed; max-width: 420px; margin: 20px 0; }
.program-copy ul { list-style: none; margin: 25px 0; padding: 0; }
.program-copy li { border-top: 1px solid #ffffff30; padding: 14px 0; display: flex; flex-direction: column; gap: 4px; }
.program-copy li b { font: 600 17px Outfit; }
.program-copy li span { font-size: 13px; color: #b9cae7; }

/* Notice Board Slider */
.poster-section { background: #e9edf3; padding: 80px max(30px, calc((100vw - 1180px)/2)); position: relative; overflow: hidden; }
.poster-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 35px; }
.slider-controls button { width: 45px; height: 45px; border: 1px solid #9eaec4; color: var(--ink); background: transparent; font-size: 20px; margin-left: 8px; cursor: pointer; border-radius: 4px; }
.slider-controls button:hover { background: var(--ink); color: #fff; }

.poster-track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 8px; scroll-behavior: smooth; }
.poster-track::-webkit-scrollbar { display: none; }
.poster-track figure { flex: 0 0 min(31.8%, 365px); margin: 0; scroll-snap-align: start; background: #fff; padding: 10px 10px 14px; box-shadow: 0 14px 30px #0b285114; position: relative; border-radius: 8px; overflow: hidden; transition: transform .35s ease, box-shadow .35s ease; }
.poster-track figure:hover { transform: translateY(-8px); box-shadow: 0 20px 35px rgba(11, 40, 81, 0.2); }
.poster-track img { width: 100%; aspect-ratio: 1/1; object-fit: cover; object-position: top; display: block; border-radius: 4px; }
.poster-track figcaption { font: 700 13px Outfit; margin: 12px 4px 0; text-transform: uppercase; letter-spacing: .09em; }

.view-btn { position: absolute; bottom: 45px; right: 18px; background: var(--ink); color: #fff; font: 800 10px Outfit; letter-spacing: 0.1em; padding: 8px 12px; text-decoration: none; border-radius: 4px; text-align: center; opacity: 0; transform: translateY(10px); transition: all 0.3s ease; box-shadow: 0 8px 15px rgba(0,0,0,0.2); z-index: 5; }
.poster-track figure:hover .view-btn { opacity: 1; transform: translateY(0); }
.view-btn:hover { background: var(--blue); color: var(--yellow); }

.poster-pagination { display: flex; gap: 6px; justify-content: center; margin-top: 24px; }
.poster-pagination button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: #afbdd0; padding: 0; transition: .25s; cursor: pointer; }
.poster-pagination button.active { width: 24px; border-radius: 5px; background: var(--blue); }

/* Detailed Pricing Section */
.detailed-pricing { padding-top: 80px; padding-bottom: 80px; }
.pricing-intro { text-align: center; margin-bottom: 45px; }
.pricing-desc { max-width: 600px; margin: 15px auto 0; color: var(--muted); line-height: 1.6; font-size: 15px; }

.pricing-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 30px; }
.pricing-table-wrapper { background: #fff; border-radius: 18px; padding: 30px; box-shadow: 0 15px 35px rgba(8, 39, 93, 0.05); border: 1px solid #dce3ee; }
.savings-banners { display: flex; gap: 12px; margin-bottom: 22px; flex-wrap: wrap; }
.save-badge { background: #eef3fc; color: var(--blue); font: 700 11px Outfit; text-transform: uppercase; letter-spacing: 0.1em; padding: 8px 12px; border-radius: 4px; }
.save-badge.highlight { background: var(--yellow); color: var(--ink); box-shadow: 0 4px 12px rgba(255, 191, 18, 0.3); }

.table-scroll { overflow-x: auto; }
.library-pricing-table { width: 100%; border-collapse: collapse; text-align: left; min-width: 480px; }
.library-pricing-table th { font: 700 12px Outfit; color: #8090aa; text-transform: uppercase; letter-spacing: 0.08em; padding: 14px 10px; border-bottom: 2px solid #eef1f5; }
.library-pricing-table td { padding: 18px 10px; border-bottom: 1px solid #eef1f5; color: #526078; font-size: 15px; }
.library-pricing-table th:not(:first-child), .library-pricing-table td:not(:first-child) { text-align: center; }
.library-pricing-table td strong { font: 700 16px Outfit; color: var(--ink); }
.library-pricing-table tbody tr:hover { background: #f7f9fc; }
.featured-row { background: #f2f6ff !important; }
.featured-row td { border-bottom: none; }
.price-highlight { color: var(--blue); font-size: 18px; }

.pricing-sidebar { display: flex; flex-direction: column; gap: 20px; }
.sidebar-card { background: #fff; border-radius: 18px; padding: 25px; box-shadow: 0 15px 35px rgba(8, 39, 93, 0.05); border: 1px solid #dce3ee; }
.sidebar-card h3 { font: 700 18px Outfit; margin: 0 0 18px; color: var(--ink); }
.sidebar-card.charges ul { list-style: none; padding: 0; margin: 0; }
.sidebar-card.charges li { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px dashed #dce3ee; }
.sidebar-card.charges li:last-child { border: 0; margin: 0; padding: 0; }
.sidebar-card.charges b { font: 700 14px Outfit; color: var(--ink); }
.sidebar-card.charges small { display: block; font-size: 11px; color: var(--muted); margin-top: 2px; }
.sidebar-card.charges span { font: 800 16px Outfit; color: var(--blue); }

.sidebar-card.info { background: var(--ink); color: #fff; border: none; box-shadow: 0 15px 35px rgba(8, 39, 93, 0.2); }
.sidebar-card.info h3 { color: var(--yellow); }
.sidebar-card.info p { font-size: 14px; line-height: 1.5; color: #b9cae7; margin: 0; }
.sidebar-card.info p strong { color: #fff; font-size: 16px; display: block; margin-bottom: 4px; font-family: Outfit; }

/* Notice & Exam Grid */
.notice-wrap { padding-bottom: 80px; }
.notice-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 35px; }
.notice-grid { display: grid; grid-template-columns: .83fr 1.55fr; gap: 18px; }
.notification { background: var(--yellow); padding: 30px; border-radius: 16px; min-height: 320px; }
.notification .eyebrow { color: var(--ink); margin-top: 15px; }
.bell { background: var(--ink); color: var(--yellow); border-radius: 50%; width: 42px; height: 42px; display: grid; place-items: center; font-size: 18px; }
.notification h3 { font: 700 28px/1.05 Outfit; margin: 0 0 12px; letter-spacing: -.03em; }
.notification p { font-size: 14px; line-height: 1.55; color: var(--ink); }
.notification a { font-weight: 800; color: var(--ink); font-size: 13px; text-decoration: none; display: inline-block; margin-top: 15px; }

.exam-list { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid #dce3ee; }
.exam-list article { display: grid; grid-template-columns: 100px 1fr 35px; gap: 15px; align-items: center; padding: 22px; border-bottom: 1px solid #e2e6ed; }
.exam-list article:last-child { border: 0; }
.label { font: 800 10px Outfit; letter-spacing: .1em; padding: 6px 8px; text-align: center; border-radius: 3px; }
.label.blue { color: #fff; background: var(--blue); }
.label.gold { background: var(--yellow); color: var(--ink); }
.label.green { color: #fff; background: #08783f; }
.exam-list h3 { font: 700 18px Outfit; margin: 0; }
.exam-list p { font-size: 13px; color: #65718a; margin: 4px 0 0; }
.exam-list b { font: 800 18px Outfit; color: #c8d1df; }

/* Blog Grid */
.blog-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 16px; }
.blog-grid article { background: #fff; border-radius: 16px; min-height: 240px; padding: 26px; display: flex; flex-direction: column; border: 1px solid #dce3ee; }
.blog-grid .blog-feature { background: linear-gradient(135deg, #08265b, #1456cf); color: #fff; border: none; }
.blog-grid p { font: 800 10px Outfit; letter-spacing: .11em; color: #8090aa; margin-top: 0; }
.blog-feature p { color: #89afff; }
.blog-grid h3 { font: 700 24px/1.1 Outfit; letter-spacing: -.03em; margin: 10px 0; }
.blog-grid a { margin-top: auto; text-decoration: none; font: 800 13px Outfit; color: var(--blue); }
.blog-feature a { color: var(--yellow); }

/* Promise Section */
.promise { text-align: center; padding-bottom: 90px; }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 40px; border-top: 1px solid #cbd4e0; border-bottom: 1px solid #cbd4e0; }
.promise-grid div { padding: 22px 10px; color: var(--yellow); font-size: 22px; border-right: 1px solid #cbd4e0; }
.promise-grid div:last-child { border: 0; }
.promise-grid span { font: 600 15px Outfit; color: var(--ink); display: inline-block; text-align: left; margin-left: 8px; line-height: 1.2; }

/* Trust & Venture Section */
.trust-venture { padding-top: 80px; padding-bottom: 90px; }
.trust-container { background: linear-gradient(135deg, #1a1a24, #0f0f15); border-radius: 24px; padding: 0; display: grid; grid-template-columns: 0.8fr 1.2fr; overflow: hidden; box-shadow: 0 25px 50px rgba(0,0,0,0.25); align-items: center; color: #fff; }
.trust-visual { height: 100%; position: relative; background: #232332; display: flex; align-items: flex-end; justify-content: center; padding-top: 50px; }
.trust-image-wrapper { position: relative; width: 100%; max-width: 440px; display: flex; justify-content: center; }
.trust-image-wrapper img { width: 100%; height: auto; max-height: 520px; object-fit: cover; object-position: top; display: block; filter: drop-shadow(0 -10px 20px rgba(0,0,0,0.3)); border-radius: 12px 12px 0 0; }
.trust-badge { position: absolute; top: 20px; right: -15px; background: var(--yellow); color: var(--ink); width: 85px; height: 85px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0 10px 20px rgba(0,0,0,0.3); transform: rotate(12deg); }
.trust-badge span { font: 800 24px Outfit; line-height: 1; }
.trust-badge small { font: 700 9px Outfit; text-transform: uppercase; letter-spacing: 0.1em; text-align: center; line-height: 1.1; }

.trust-content { padding: 50px 45px; }
.trust-content h2 { font-size: 42px; margin: 0 0 18px; color: #fff; }
.trust-desc { font-size: 15px; line-height: 1.65; color: #b9cae7; margin-bottom: 25px; }
.trust-desc strong { color: #fff; }
.trust-stats { display: flex; gap: 28px; margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.t-stat b { display: block; font: 800 26px Outfit; color: var(--yellow); }
.t-stat span { font-size: 11px; color: #a4c7ff; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; }

/* Footer */
footer { background: #07265a; color: #fff; padding: 70px max(30px, calc((100vw - 1180px)/2)) 22px; }
.footer-top { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 50px; }
.footer-top h2 { font-size: 52px; color: #fff; margin: 0; }
.footer-top h2 em { color: var(--yellow); }
.footer-bottom { border-top: 1px solid #ffffff36; padding: 28px 0; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 20px; }
.footer-bottom .brand { color: #fff; }
.footer-bottom .brand img { background: #fff; }
.footer-bottom b { font: 600 12px Outfit; color: #88b5ff; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom p, .footer-bottom a { font-size: 14px; color: #fff; text-decoration: none; margin: 6px 0; }
.copyright { border-top: 1px solid #ffffff20; padding-top: 16px; color: #9fb3d6; font-size: 11px; margin: 0; }

.floating-wa { position: fixed; right: 22px; bottom: 22px; width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #20b968; color: #fff; text-decoration: none; font-size: 28px; box-shadow: 0 8px 20px #0004; z-index: 99; }

/* RESPONSIVE DESIGN ADJUSTMENTS */
@media(max-width: 950px) {
  .dynamic-hero { flex-direction: column; text-align: center; padding-top: 40px; padding-bottom: 60px; }
  .hero-content { max-width: 100%; }
  .hero-brand, .actions, .hero-ticker { justify-content: center; }
  .dynamic-intro { margin: 20px auto; }
  .premium-showcase { margin: 40px 0 0 0; width: 100%; max-width: 380px; height: 460px; }
  .premium-visual { left: 50%; transform: translateX(-50%); width: 290px; height: 380px; }
  .p-chip-1 { left: 0px; top: 100px; }
  .p-chip-2 { right: 0px; top: 10px; }
  .about { grid-template-columns: 1fr; gap: 20px; }
  .pricing-layout, .trust-container { grid-template-columns: 1fr; }
  .notice-grid, .blog-grid { grid-template-columns: 1fr; }
  .programs { grid-template-columns: 1fr; }
  .program-copy { padding: 40px 22px; }
}

@media(max-width: 560px) {
  header { height: 70px; padding: 0 18px; }
  nav { display: none; }
  .menu { display: block; }
  .dynamic-hero h1 { font-size: 40px; }
  .dynamic-hero h1 em { font-size: 44px; }
  .fac-grid { grid-template-columns: 1fr; }
  .view-btn { opacity: 1; transform: translateY(0); }
  .promise-grid { grid-template-columns: 1fr 1fr; }
  .promise-grid div:nth-child(2) { border-right: 0; }
  .promise-grid div:nth-child(-n+2) { border-bottom: 1px solid #cbd4e0; }
  .trust-content { padding: 35px 22px; }
  .trust-content h2 { font-size: 32px; }
  .trust-stats { flex-direction: column; gap: 15px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer-bottom { grid-template-columns: 1fr; }
}
