:root {
  --primary: #005fa8;
  --on-primary: #ffffff;
  --primary-container: #d3e5ff;
  --on-primary-container: #001c38;
  --secondary: #526070;
  --secondary-container: #d6e4f7;
  --tertiary: #006874;
  --surface: #f8f9ff;
  --surface-low: #f1f3f9;
  --surface-high: #e7e9ef;
  --surface-container: #edeff5;
  --on-surface: #191c20;
  --on-surface-variant: #42474e;
  --outline: #73777f;
  --outline-variant: #c3c7cf;
  --success: #146c4c;
  --error: #ba1a1a;
  --elevation-1: 0 1px 2px rgba(0,0,0,.12), 0 1px 3px 1px rgba(0,0,0,.07);
  --elevation-2: 0 2px 6px 2px rgba(0,0,0,.09), 0 1px 2px rgba(0,0,0,.12);
  --elevation-3: 0 4px 8px 3px rgba(0,0,0,.09), 0 1px 3px rgba(0,0,0,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { margin: 0; color: var(--on-surface); background: var(--surface); font-family: Roboto, "Segoe UI", Arial, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(0,95,168,.28); outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 96px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.16; }

/* Material components */
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 24px; font-size: 14px; font-weight: 650; letter-spacing: .01em; text-decoration: none; cursor: pointer; transition: box-shadow .2s, background .2s; }
.btn-primary, .btn.primary { color: var(--on-primary); background: var(--primary); box-shadow: var(--elevation-1); }
.btn-primary:hover, .btn.primary:hover { box-shadow: var(--elevation-2); background: #004f8d; }
.btn-secondary, .btn.ghost { color: var(--primary); background: transparent; border-color: var(--outline); }
.btn-secondary:hover, .btn.ghost:hover { background: rgba(0,95,168,.07); }
.btn-light { color: var(--primary); background: #fff; box-shadow: var(--elevation-1); }
.section-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--primary); font-size: 12px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.section-label::before { content: ""; width: 20px; height: 2px; border-radius: 2px; background: currentColor; }
.section-label.light { color: #a2d3ff; }

/* Top app bar */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(248,249,255,.96); box-shadow: var(--elevation-1); backdrop-filter: blur(14px); }
.header-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 11px; color: var(--on-surface); text-decoration: none; }
.logo img { width: 40px; height: 40px; border-radius: 12px; }
.logo span { display: flex; flex-direction: column; line-height: 1; }
.logo strong { font-size: 18px; letter-spacing: -.02em; }
.logo small { margin-top: 4px; color: var(--on-surface-variant); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.nav { height: 100%; display: flex; align-items: center; gap: 6px; }
.nav > a:not(.header-cta) { padding: 9px 15px; border-radius: 20px; color: var(--on-surface-variant); font-size: 14px; font-weight: 550; text-decoration: none; }
.nav > a:not(.header-cta):hover { background: rgba(66,71,78,.08); }
.nav > a.active:not(.header-cta) { color: var(--on-primary-container); background: var(--secondary-container); }
.header-cta { min-height: 44px; margin-left: 8px; padding-inline: 20px; color: var(--on-primary); background: var(--primary); border-radius: 22px; box-shadow: var(--elevation-1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: transparent; }
.menu-toggle:hover { background: rgba(66,71,78,.08); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--on-surface); }

/* Hero */
.enterprise-hero { position: relative; overflow: hidden; padding: 88px 0 104px; background: linear-gradient(135deg, var(--surface), #edf5ff); }
.enterprise-hero::before { content: ""; position: absolute; width: 640px; height: 640px; right: -300px; top: -320px; border-radius: 50%; background: var(--primary-container); opacity: .55; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero-copy h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(44px, 5vw, 64px); letter-spacing: -.04em; }
.hero-copy > p { max-width: 600px; margin-bottom: 30px; color: var(--on-surface-variant); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--outline-variant); color: var(--on-surface-variant); font-size: 12px; font-weight: 600; }
.hero-assurance i { display: inline-grid; width: 18px; height: 18px; place-items: center; margin-right: 5px; color: var(--success); background: #c8f3df; border-radius: 50%; font-size: 10px; font-style: normal; }

/* Product visual */
.software-visual { position: relative; max-width: 610px; padding: 24px 0 24px 20px; }
.dashboard-window { overflow: hidden; background: var(--surface); border-radius: 28px; box-shadow: var(--elevation-3); }
.window-top { height: 64px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--primary); }
.window-brand { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 700; }
.window-brand > span { display: grid; width: 26px; height: 26px; place-items: center; background: var(--tertiary); border-radius: 8px; }
.window-user { width: 28px; height: 28px; border: 2px solid rgba(255,255,255,.65); border-radius: 50%; }
.dashboard-body { min-height: 370px; display: grid; grid-template-columns: 54px 1fr; background: var(--surface-low); }
.dashboard-body aside { padding: 22px 15px; background: var(--surface); border-right: 1px solid var(--outline-variant); }
.dashboard-body aside b { display: block; width: 22px; height: 5px; margin-bottom: 24px; background: var(--surface-high); border-radius: 5px; }
.dashboard-body aside b:first-child { background: var(--primary); }
.dashboard-main { padding: 24px; }
.dashboard-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; }
.dashboard-heading div { display: flex; flex-direction: column; }
.dashboard-heading small { color: var(--outline); font-size: 7px; letter-spacing: .1em; }
.dashboard-heading strong { font-size: 15px; }
.dashboard-heading > span { padding: 6px 10px; color: var(--on-surface-variant); background: var(--surface); border-radius: 8px; box-shadow: var(--elevation-1); font-size: 8px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-row > div, .chart-card, .dashboard-lower > div { padding: 13px; background: var(--surface); border-radius: 12px; box-shadow: var(--elevation-1); }
.metric-row small, .metric-row strong, .metric-row em { display: block; }
.metric-row small { color: var(--outline); font-size: 7px; }
.metric-row strong { margin: 4px 0; font-size: 15px; }
.metric-row em { color: var(--success); font-size: 7px; font-style: normal; }
.chart-card { margin-top: 12px; }
.chart-title { display: flex; justify-content: space-between; font-size: 8px; }
.chart-title span { color: var(--primary); }
.chart-bars { height: 92px; display: flex; align-items: end; gap: 8px; padding-top: 14px; border-bottom: 1px solid var(--outline-variant); }
.chart-bars i { flex: 1; height: 42%; background: #a7c9ea; border-radius: 4px 4px 0 0; }
.chart-bars i:nth-child(2) { height: 58%; }.chart-bars i:nth-child(3) { height: 48%; }.chart-bars i:nth-child(4) { height: 72%; }.chart-bars i:nth-child(5) { height: 64%; }.chart-bars i:nth-child(6) { height: 81%; }.chart-bars i:nth-child(7) { height: 74%; }.chart-bars i:nth-child(8) { height: 94%; background: var(--primary); }
.dashboard-lower { display: grid; grid-template-columns: 1.5fr .7fr; gap: 10px; margin-top: 12px; }
.dashboard-lower > div { font-size: 8px; }.dashboard-lower p { display: flex; gap: 7px; align-items: center; margin: 8px 0 0; }.dashboard-lower p i { width: 12px; height: 12px; background: var(--primary-container); border-radius: 50%; }.dashboard-lower p span { width: 65%; height: 4px; background: var(--surface-high); }.dashboard-lower > div:last-child { display: flex; flex-direction: column; align-items: center; justify-content: center; }.dashboard-lower b { margin-top: 5px; color: var(--primary); font-size: 21px; }
.visual-badge { position: absolute; display: flex; background: var(--surface); border-radius: 16px; box-shadow: var(--elevation-3); }
.badge-security { left: -14px; bottom: -4px; align-items: center; gap: 10px; padding: 12px 16px; }.badge-security > span { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; background: var(--success); border-radius: 50%; }.visual-badge div, .badge-growth { flex-direction: column; }.visual-badge small { color: var(--outline); font-size: 8px; }.visual-badge strong { font-size: 10px; }.badge-growth { right: -18px; top: 61px; padding: 13px 17px; }.badge-growth strong { color: var(--success); font-size: 20px; }

/* Homepage sections */
.trust-strip { padding: 28px 0; background: var(--primary-container); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }.trust-inner p { margin: 0; color: var(--on-primary-container); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.trust-inner div { display: flex; gap: 30px; color: var(--on-primary-container); font-size: 12px; font-weight: 650; }.trust-inner span { white-space: nowrap; }
.product-link { color: var(--primary) !important; font-weight: 750 !important; }
.product-spotlight { position: relative; overflow: hidden; padding: 82px 0; color: #fff; background: linear-gradient(125deg, #072e57, #005fa8 64%, #007986); }
.product-spotlight::after { content: "S"; position: absolute; right: 3%; top: 50%; color: rgba(255,255,255,.055); font-size: 340px; font-weight: 800; line-height: 1; transform: translateY(-50%); }
.product-spotlight-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 76px; align-items: center; }
.product-spotlight-copy h2 { max-width: 720px; margin-bottom: 20px; font-size: clamp(36px, 4.2vw, 52px); letter-spacing: -.035em; }
.product-spotlight-copy > p { max-width: 680px; margin-bottom: 30px; color: #d7eaff; font-size: 17px; }
.product-spotlight-actions { display: flex; align-items: center; gap: 24px; }
.product-spotlight-actions > a:last-child { color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
.product-feature-list { display: grid; gap: 12px; }
.product-feature-list > div { display: grid; grid-template-columns: 42px 1fr; padding: 19px 22px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 16px; backdrop-filter: blur(8px); }
.product-feature-list span { grid-row: 1 / 3; align-self: center; color: #9fdcff; font-size: 11px; font-weight: 800; }
.product-feature-list strong { font-size: 15px; }
.product-feature-list small { color: #d7eaff; font-size: 11px; }
.schoolwise-spotlight { padding: 104px 0; background: var(--surface); }
.schoolwise-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 82px; align-items: center; }
.schoolwise-visual { position: relative; min-height: 430px; display: grid; place-items: center; padding: 42px; background: linear-gradient(145deg, #e8f2ff, #d8e9ff); border-radius: 28px; }
.schoolwise-visual img { width: 100%; max-height: 350px; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(0,47,85,.18)); }
.schoolwise-badge { position: absolute; right: 22px; bottom: -24px; min-width: 245px; padding: 18px 22px; color: #fff; background: var(--primary); border-radius: 16px; box-shadow: var(--elevation-2); }
.schoolwise-badge strong, .schoolwise-badge span { display: block; }
.schoolwise-badge strong { font-size: 15px; }
.schoolwise-badge span { margin-top: 3px; color: #d3e5ff; font-size: 10px; }
.schoolwise-copy h2 { max-width: 650px; margin-bottom: 20px; font-size: clamp(36px, 4vw, 50px); letter-spacing: -.035em; }
.schoolwise-copy > p { max-width: 670px; margin-bottom: 26px; color: var(--on-surface-variant); font-size: 16px; }
.schoolwise-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; padding: 22px 0; border-block: 1px solid var(--outline-variant); }
.schoolwise-features span { position: relative; padding-left: 22px; color: var(--on-surface-variant); font-size: 12px; font-weight: 650; }
.schoolwise-features span::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 800; }
.schoolwise-actions { display: flex; align-items: center; gap: 26px; margin-top: 28px; }
.schoolwise-actions .text-action { margin-top: 0; }
.section-header { display: grid; grid-template-columns: 1.1fr .7fr; gap: 60px; align-items: end; margin-bottom: 48px; }.section-header h2, .value-copy h2 { max-width: 690px; margin: 0; font-size: clamp(34px, 4vw, 48px); letter-spacing: -.035em; }.section-header > p { margin: 0; color: var(--on-surface-variant); }.section-header.compact { grid-template-columns: 1fr; }
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.solution-card { padding: 32px; background: var(--surface); border: 1px solid var(--outline-variant); border-radius: 16px; transition: box-shadow .2s, transform .2s; }.solution-card:hover { transform: translateY(-2px); box-shadow: var(--elevation-2); }.card-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 28px; color: var(--on-primary-container); background: var(--primary-container); border-radius: 14px; font-size: 11px; font-weight: 800; }.solution-card h3 { min-height: 52px; margin-bottom: 14px; font-size: 20px; }.solution-card p { min-height: 76px; color: var(--on-surface-variant); font-size: 14px; }.solution-card ul { margin: 22px 0 28px; padding: 20px 0 0; border-top: 1px solid var(--outline-variant); list-style: none; }.solution-card li { position: relative; margin: 8px 0; padding-left: 17px; color: var(--on-surface-variant); font-size: 12px; }.solution-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; background: var(--tertiary); border-radius: 50%; }.solution-card a { color: var(--primary); font-size: 12px; font-weight: 750; text-decoration: none; }.solution-card a b { margin-left: 8px; }
.value-section { padding: 104px 0; background: var(--surface-low); }.value-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 82px; align-items: center; }.value-image { position: relative; }.value-image img { width: 100%; height: 520px; object-fit: cover; border-radius: 28px; box-shadow: var(--elevation-2); }.experience-card { position: absolute; right: 24px; bottom: -24px; min-width: 210px; padding: 20px 24px; color: var(--on-primary-container); background: var(--primary-container); border-radius: 16px; box-shadow: var(--elevation-2); }.experience-card strong, .experience-card span { display: block; }.experience-card strong { font-size: 19px; }.experience-card span { font-size: 11px; }.value-copy > p { margin: 22px 0 28px; color: var(--on-surface-variant); }.value-list > div { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 17px 0; border-top: 1px solid var(--outline-variant); }.value-list > div > span { color: var(--primary); font-size: 11px; font-weight: 800; }.value-list h3 { margin-bottom: 5px; font-size: 16px; }.value-list p { margin: 0; color: var(--on-surface-variant); font-size: 13px; }.text-action { display: inline-block; margin-top: 24px; color: var(--primary); font-size: 13px; font-weight: 750; text-decoration: none; }.text-action span { margin-left: 8px; }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }.industry-grid > div { padding: 28px; background: var(--surface); border: 1px solid var(--outline-variant); border-radius: 16px; }.industry-grid span { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 24px; color: var(--on-primary-container); background: var(--secondary-container); border-radius: 12px; font-size: 10px; font-weight: 800; }.industry-grid h3 { font-size: 17px; }.industry-grid p { margin: 0; color: var(--on-surface-variant); font-size: 13px; }
.engagement-section { padding: 76px 0; background: var(--primary); }.engagement-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }.engagement-section h2 { max-width: 700px; margin-bottom: 12px; color: var(--on-primary); font-size: 38px; letter-spacing: -.03em; }.engagement-section p { margin: 0; color: #d3e5ff; }.engagement-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; }.engagement-actions > a:last-child { color: #fff; font-size: 12px; font-weight: 650; text-decoration: none; }

/* Inner-page template */
.page-hero { padding: 72px 0 62px; background: var(--primary-container); }.page-hero h1 { max-width: 760px; margin-bottom: 16px; font-size: clamp(38px, 5vw, 54px); letter-spacing: -.035em; }.page-hero p { max-width: 700px; margin: 0; color: var(--on-surface-variant); font-size: 17px; }
.page-content { padding: 80px 0; }.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.card { padding: 28px; background: var(--surface); border-radius: 16px; box-shadow: var(--elevation-1); }.card h3 { font-size: 19px; }.card p { color: var(--on-surface-variant); }.responsive-img, .team-photo { width: 100%; border-radius: 16px; }.card .responsive-img { height: 210px; margin-bottom: 22px; object-fit: cover; }.team-photo { max-height: 520px; margin: 28px 0; object-fit: cover; }
.form-container { max-width: 768px; margin-left: max(24px, calc((100% - 1180px)/2)); }.contact-detail { margin-top: 32px; }.contact-image { max-width: 720px; margin-top: 32px; }.contact-form { max-width: 720px; }.contact-form label { display: block; margin-bottom: 17px; color: var(--on-surface-variant); font-size: 12px; font-weight: 650; }.contact-form input, .contact-form textarea { width: 100%; margin-top: 6px; padding: 14px 16px; color: var(--on-surface); background: var(--surface); border: 1px solid var(--outline); border-radius: 4px; outline: none; }.contact-form input:focus, .contact-form textarea:focus { border: 2px solid var(--primary); padding: 13px 15px; }.form-actions { margin-top: 20px; }.form-message { padding: 14px 16px; margin-bottom: 18px; border-radius: 12px; }.form-message.success { color: #075e42; background: #c8f3df; }.form-message.error { color: #8c1d18; background: #ffdad6; }input[name="website"] { position: absolute !important; left: -9999px !important; width: 0 !important; height: 0 !important; opacity: 0 !important; }

/* Footer */
.site-footer { color: #c7c6ca; background: #1b1b1f; }.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 52px; padding-top: 64px; padding-bottom: 52px; }.footer-logo { color: #fff; }.footer-logo small { color: #c7c6ca; }.footer-brand p { max-width: 320px; margin: 20px 0 0; color: #aaa9ad; font-size: 13px; }.footer-grid h2 { margin-bottom: 20px; color: #e4e1e6; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }.footer-grid > div:not(.footer-brand) > a { display: block; margin: 10px 0; color: #c7c6ca; font-size: 12px; text-decoration: none; }.footer-grid a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #45464b; color: #aaa9ad; font-size: 11px; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 780px; }.software-visual { width: 100%; max-width: 720px; margin: auto; }.product-spotlight-grid { gap: 42px; }.schoolwise-grid { gap: 50px; }.section-header { gap: 32px; }.value-grid { gap: 50px; }.trust-inner { align-items: flex-start; flex-direction: column; }.trust-inner div { width: 100%; justify-content: space-between; }.industry-grid { grid-template-columns: 1fr 1fr; }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / 4; }
}
@media (max-width: 780px) {
  .container { width: min(100% - 32px, 1180px); }.section { padding: 72px 0; }.header-inner { height: 64px; }.menu-toggle { display: block; }.nav { position: absolute; top: 64px; left: 0; right: 0; height: auto; display: none; align-items: stretch; flex-direction: column; padding: 12px 16px 20px; background: var(--surface); box-shadow: var(--elevation-2); }.nav.open { display: flex; }.nav > a:not(.header-cta) { padding: 12px 16px; }.header-cta { margin: 8px 0 0; }.enterprise-hero { padding: 64px 0 80px; }.hero-grid { gap: 40px; }.software-visual { padding-left: 0; }.badge-growth { right: -5px; }.badge-security { left: -5px; }.trust-inner div { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.product-spotlight { padding: 68px 0; }.product-spotlight-grid, .schoolwise-grid, .section-header, .value-grid, .engagement-grid { grid-template-columns: 1fr; }.product-spotlight-actions { align-items: flex-start; flex-direction: column; gap: 16px; }.schoolwise-spotlight { padding: 76px 0 88px; }.schoolwise-visual { min-height: 350px; order: 2; }.schoolwise-copy { order: 1; }.solutions-grid, .grid { grid-template-columns: 1fr; }.solution-card h3, .solution-card p { min-height: auto; }.value-section { padding: 78px 0; }.value-image img { height: 430px; }.industry-grid { grid-template-columns: 1fr 1fr; }.engagement-actions { align-items: flex-start; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { gap: 8px; flex-direction: column; }
}
@media (max-width: 520px) {
  .hero-copy h1 { font-size: 36px; }.hero-copy > p { font-size: 16px; }.hero-actions, .hero-assurance { align-items: stretch; flex-direction: column; }.hero-assurance { gap: 10px; }.dashboard-body { min-height: 340px; grid-template-columns: 36px 1fr; }.dashboard-body aside { padding: 18px 8px; }.dashboard-body aside b { width: 18px; }.dashboard-main { padding: 13px; }.metric-row { grid-template-columns: 1fr 1fr; }.metric-row > div:last-child, .dashboard-lower, .visual-badge { display: none; }.chart-card { padding: 10px; }.trust-inner div { grid-template-columns: 1fr; }.schoolwise-visual { min-height: 280px; padding: 24px; }.schoolwise-badge { position: static; width: 100%; margin-top: 18px; }.schoolwise-features { grid-template-columns: 1fr; }.schoolwise-actions { align-items: stretch; flex-direction: column; }.section-header h2, .value-copy h2 { font-size: 33px; }.value-image img { height: 330px; }.industry-grid { grid-template-columns: 1fr; }.engagement-section h2 { font-size: 31px; }.footer-grid { grid-template-columns: 1fr; }.footer-brand, .footer-grid > div:last-child { grid-column: auto; }
}
