@charset "UTF-8";@media only screen and (min-width: 0rem) {.cs-container {width: 100%;max-width: 80rem;margin-inline: auto;padding-inline: clamp(1rem, 4vw, 3rem);}.cs-content {display: flex;flex-direction: column;}.cs-content--center {text-align: center;align-items: center;}.cs-content--mb-lg {margin-bottom: 3rem;}.cs-content--mb-md {margin-bottom: 2.5rem;}.cs-content--center .cs-text {max-width: 620px;}}@media only screen and (min-width: 0rem) {#glass-hero {position: relative;display: flex;align-items: center;overflow: hidden;background: var(--bgDepth0);padding: clamp(5rem, 10vw, 7rem) 0 0;}#glass-hero .gh-bg-grid {position: absolute;inset: 0;background-image: linear-gradient(var(--borderSubtle) 1px, transparent 1px), linear-gradient(90deg, var(--borderSubtle) 1px, transparent 1px);background-size: 56px 56px;opacity: 0.6;pointer-events: none;}#glass-hero .gh-bg-grid::after {content: "";position: absolute;bottom: 0;left: 0;right: 0;height: 50%;background: linear-gradient(to top, var(--bgDepth0), transparent);}#glass-hero .gh-glow {position: absolute;top: 20%;left: -5%;width: 500px;height: 500px;border-radius: 50%;background: radial-gradient(circle, rgba(232, 82, 26, 0.1) 0%, transparent 65%);pointer-events: none;animation: glowPulse 4s ease-in-out infinite alternate;}#glass-hero .gh-container {position: relative;z-index: 2;width: 100%;max-width: 80rem;margin-inline: auto;padding-inline: clamp(1rem, 4vw, 3rem);}#glass-hero .gh-layout {display: flex;flex-direction: column;gap: 3rem;align-items: flex-start;}#glass-hero .gh-content {display: flex;flex-direction: column;gap: 0;width: 100%;}#glass-hero .gh-breadcrumb {display: flex;align-items: center;gap: 0.5rem;flex-wrap: wrap;margin-bottom: 1.5rem;}#glass-hero .gh-breadcrumb a, #glass-hero .gh-breadcrumb span {font-family: var(--fontBody);font-size: 0.8125rem;color: var(--textMuted);text-decoration: none;transition: color var(--durationFast) var(--easeOut);}#glass-hero .gh-breadcrumb a:hover {color: var(--primary);}#glass-hero .gh-breadcrumb span[aria-hidden] {color: var(--borderStrong);}#glass-hero .gh-badges {display: flex;flex-wrap: wrap;gap: 0.5rem;margin: 1.5rem 0;}#glass-hero .gh-badge {font-family: var(--fontBody);font-size: 0.75rem;font-weight: 600;letter-spacing: 0.08em;text-transform: uppercase;color: var(--secondary);border: 1px solid var(--borderDefault);border-radius: var(--radiusFull);padding: 0.3rem 0.875rem;background: rgba(192, 200, 212, 0.05);transition: border-color var(--durationFast), color var(--durationFast);}#glass-hero .gh-badge:hover {border-color: var(--borderEmber);color: var(--primaryLight);}#glass-hero .cs-button-group {display: flex;align-items: center;flex-wrap: wrap;gap: 1rem;margin-top: 0.5rem;}#glass-hero .cs-button-outline {display: inline-flex;align-items: center;gap: 0.4rem;height: 3rem;padding: 0 1.75rem;border: 1px solid var(--borderStrong);border-radius: var(--radiusSm);font-family: var(--fontBody);font-size: 0.875rem;font-weight: 600;letter-spacing: 0.06em;text-transform: uppercase;color: var(--textPrimary);text-decoration: none;transition: border-color var(--durationMid) var(--easeOut), color var(--durationMid) var(--easeOut), background var(--durationMid) var(--easeOut);}#glass-hero .cs-button-outline:hover {border-color: var(--borderEmber);color: var(--primary);background: var(--primarySubtle);}#glass-hero .gh-stats {list-style: none;margin: 2.5rem 0 0;padding: 2rem 0 0;display: flex;gap: 2.5rem;flex-wrap: wrap;border-top: 1px solid var(--borderDefault);}#glass-hero .gh-stats li {display: flex;flex-direction: column;gap: 0.25rem;}#glass-hero .gh-stat-num {font-family: var(--fontHeading);font-size: clamp(1.75rem, 3.5vw, 2.25rem);font-weight: 700;color: var(--primary);line-height: 1;}#glass-hero .gh-stat-label {font-family: var(--fontBody);font-size: 0.8125rem;color: var(--textMuted);letter-spacing: 0.04em;}#glass-hero .gh-visual {width: 100%;}#glass-hero .gh-img-wrap {position: relative;border-radius: var(--radiusLg);overflow: hidden;box-shadow: 0 0 0 1px var(--borderDefault), var(--shadowLg);}#glass-hero .gh-img {display: block;width: 100%;height: auto;aspect-ratio: 4/3;object-fit: cover;object-position: center;}#glass-hero .gh-img-badge {position: absolute;bottom: 1.25rem;left: 1.25rem;display: inline-flex;align-items: center;gap: 0.5rem;padding: 0.4rem 0.875rem;background: rgba(11, 14, 18, 0.82);backdrop-filter: blur(8px);border: 1px solid var(--borderEmber);border-radius: var(--radiusFull);font-family: var(--fontBody);font-size: 0.75rem;font-weight: 600;letter-spacing: 0.08em;text-transform: uppercase;color: var(--primaryLight);}#glass-hero .gh-img-badge svg {width: 0.875rem;height: 0.875rem;flex-shrink: 0;color: var(--primary);}}@media only screen and (min-width: 64rem) {#glass-hero {padding-bottom: 0;}#glass-hero .gh-layout {flex-direction: row;align-items: stretch;gap: clamp(3rem, 5vw, 6rem);}#glass-hero .gh-content {flex: 0 0 52%;justify-content: center;padding-bottom: clamp(3rem, 6vw, 5rem);}#glass-hero .gh-visual {flex: 1;display: flex;align-items: stretch;margin-right: calc(-1 * clamp(1rem, 4vw, 3rem));}#glass-hero .gh-img-wrap {width: 100%;border-radius: var(--radiusLg) 0 0 var(--radiusLg);}#glass-hero .gh-img {aspect-ratio: 3/4;height: 100%;min-height: 540px;}}@keyframes glowPulse {from {opacity: 0.7;transform: scale(1);}to {opacity: 1;transform: scale(1.08);}}@keyframes fadeInTop {from {opacity: 0;transform: translateY(-18px);}to {opacity: 1;transform: none;}}@keyframes fadeInRight {from {opacity: 0;transform: translateX(24px);}to {opacity: 1;transform: none;}}@keyframes fadeInLeft {from {opacity: 0;transform: translateX(-18px);}to {opacity: 1;transform: none;}}@keyframes fadeInBottom {from {opacity: 0;transform: translateY(18px);}to {opacity: 1;transform: none;}}.fade-in-top {animation: fadeInTop 0.7s var(--easeOut) both;}.fade-in-right {animation: fadeInRight 0.8s var(--easeOut) 0.15s both;}.fade-in-left {animation: fadeInLeft 0.8s var(--easeOut) 0.25s both;}.fade-in-bottom {animation: fadeInBottom 0.8s var(--easeOut) 0.35s both;}@media only screen and (min-width: 0rem) {#glass-specs {padding: var(--sectionPadding);background: var(--bgDepth2);}#glass-specs .gs-cards {display: grid;grid-template-columns: 1fr;gap: 1.25rem;margin-top: 0;}#glass-specs .gs-card {position: relative;background: var(--bgDepth3);border: 1px solid var(--borderDefault);border-radius: var(--radiusLg);overflow: hidden;display: flex;flex-direction: column;transition: border-color var(--durationMid) var(--easeOut), box-shadow var(--durationMid) var(--easeOut), transform var(--durationMid) var(--easeOut);}#glass-specs .gs-card:hover {border-color: var(--borderEmber);box-shadow: var(--glowEmber);transform: translateY(-3px);}#glass-specs .gs-card--hero {border-color: var(--primary);background: linear-gradient(160deg, var(--bgDepth3) 0%, rgba(232, 82, 26, 0.08) 100%);box-shadow: var(--glowEmber);}#glass-specs .gs-hero-badge {position: absolute;top: 1rem;right: 1rem;font-family: var(--fontBody);font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;color: #fff;background: var(--primary);padding: 0.2rem 0.625rem;border-radius: var(--radiusFull);}#glass-specs .gs-card-header {padding: 1.5rem 1.5rem 1rem;display: flex;flex-direction: column;gap: 0.5rem;}#glass-specs .gs-ei-pill {display: inline-block;font-family: var(--fontHeading);font-size: 1.375rem;font-weight: 700;color: var(--primary);letter-spacing: 0.04em;}#glass-specs .gs-card-title {font-family: var(--fontBody);font-size: 0.8125rem;font-weight: 600;letter-spacing: 0.08em;text-transform: uppercase;color: var(--textMuted);}#glass-specs .gs-card-body {padding: 0 1.5rem 1.25rem;flex: 1;}#glass-specs .gs-timer-bar {height: 4px;background: var(--bgDepth4);border-radius: var(--radiusFull);overflow: hidden;margin-bottom: 0.625rem;}#glass-specs .gs-timer-fill {height: 100%;background: linear-gradient(90deg, var(--primaryDark), var(--primary));border-radius: var(--radiusFull);transition: width 1.2s var(--easeOut);}#glass-specs .gs-timer-fill--full {background: linear-gradient(90deg, var(--primaryDark), var(--primaryLight));box-shadow: 0 0 8px rgba(232, 82, 26, 0.5);}#glass-specs .gs-timer-label {font-family: var(--fontBody);font-size: 0.8125rem;color: var(--textMuted);margin-bottom: 1.125rem;}#glass-specs .gs-props {list-style: none;margin: 0 0 1rem;padding: 0;display: flex;flex-direction: column;gap: 0;}#glass-specs .gs-props li {display: flex;justify-content: space-between;align-items: baseline;gap: 0.5rem;padding: 0.5rem 0;border-bottom: 1px solid var(--borderSubtle);font-size: 0.875rem;}#glass-specs .gs-props li:last-child {border-bottom: none;}#glass-specs .gs-prop-key {color: var(--textMuted);}#glass-specs .gs-prop-val {color: var(--textPrimary);font-weight: 600;text-align: right;}#glass-specs .gs-card-cta {padding: 0 1.5rem 1.5rem;display: flex;justify-content: center;}#glass-specs .gs-cta-btn {width: 100%;height: 2.625rem;background: var(--bgDepth4);border: 1px solid var(--borderDefault);border-radius: var(--radiusSm);font-family: var(--fontBody);font-size: 0.8125rem;font-weight: 600;letter-spacing: 0.05em;text-transform: uppercase;color: var(--textSecondary);display: flex;align-items: center;justify-content: center;cursor: pointer;transition: background var(--durationFast), border-color var(--durationFast), color var(--durationFast);}#glass-specs .gs-cta-btn:hover {background: var(--primarySubtle);border-color: var(--borderEmber);color: var(--primary);}#glass-specs .gs-cta-btn--hero {background: var(--primary);border-color: var(--primary);color: #fff;}#glass-specs .gs-cta-btn--hero:hover {background: var(--primaryLight);border-color: var(--primaryLight);color: #fff;box-shadow: var(--glowEmber);}#glass-specs .gs-note {margin-top: 1.75rem;font-size: 0.875rem;color: var(--textMuted);text-align: center;padding: 1rem 1.5rem;background: var(--bgDepth3);border: 1px solid var(--borderSubtle);border-radius: var(--radiusMd);line-height: 1.6;}}@media only screen and (min-width: 37.5rem) {#glass-specs .gs-cards {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#glass-specs .gs-cards {grid-template-columns: repeat(4, 1fr);gap: 1rem;max-width: 100%;}}@media only screen and (min-width: 0rem) {#glass-price-table {padding: var(--sectionPadding);background: var(--bgDepth1);border-top: 1px solid var(--borderSubtle);border-bottom: 1px solid var(--borderSubtle);}#glass-price-table .gpt-tabs {display: flex;gap: 0.5rem;flex-wrap: wrap;margin-bottom: 1.75rem;border-bottom: 1px solid var(--borderDefault);padding-bottom: 0;}#glass-price-table .gpt-tab {font-family: var(--fontBody);font-size: 0.875rem;font-weight: 600;color: var(--textMuted);padding: 0.625rem 1.25rem;border-radius: var(--radiusSm) var(--radiusSm) 0 0;border: 1px solid transparent;border-bottom: none;cursor: pointer;background: transparent;transition: color var(--durationFast), background var(--durationFast), border-color var(--durationFast);}#glass-price-table .gpt-tab:hover {color: var(--textPrimary);}#glass-price-table .gpt-tab.is-active {color: var(--primary);background: var(--bgDepth3);border-color: var(--borderDefault);margin-bottom: -1px;}#glass-price-table .gpt-panel {display: none;}#glass-price-table .gpt-panel.is-active {display: block;}#glass-price-table .gpt-table-wrap {overflow-x: auto;}#glass-price-table .gpt-table {width: 100%;border-collapse: collapse;font-family: var(--fontBody);font-size: 0.875rem;}#glass-price-table .gpt-table th {background: var(--bgDepth3);color: var(--textMuted);font-weight: 600;letter-spacing: 0.05em;text-transform: uppercase;font-size: 0.75rem;padding: 0.75rem 1rem;text-align: left;border-bottom: 1px solid var(--borderDefault);white-space: nowrap;}#glass-price-table .gpt-table td {padding: 0.75rem 1rem;border-bottom: 1px solid var(--borderSubtle);color: var(--textSecondary);vertical-align: middle;}#glass-price-table .gpt-table tr:last-child td {border-bottom: none;}#glass-price-table .gpt-table tr:hover td {background: rgba(255, 255, 255, 0.02);}#glass-price-table .gpt-price {font-family: var(--fontHeading);font-size: 1rem;font-weight: 700;color: var(--primary);white-space: nowrap;}#glass-price-table .gpt-note {margin-top: 1rem;font-size: 0.8125rem;color: var(--textMuted);line-height: 1.6;}#glass-price-table .gpt-disclaimer {margin-top: 1rem;font-size: 0.8125rem;color: var(--textMuted);line-height: 1.6;font-style: italic;}#glass-price-table .gpt-cta-row {display: flex;align-items: center;justify-content: flex-end;margin-top: 1.5rem;}}@media only screen and (min-width: 0rem) {#glass-advantages {padding: var(--sectionPadding);background: var(--bgDepth2);}#glass-advantages .ga-grid {display: grid;grid-template-columns: 1fr;gap: 1.25rem;margin-top: 0;}#glass-advantages .ga-item {background: var(--bgDepth3);border: 1px solid var(--borderDefault);border-radius: var(--radiusLg);padding: 2rem 1.75rem;display: flex;flex-direction: column;gap: 0.875rem;transition: border-color var(--durationMid), transform var(--durationMid) var(--easeOut);}#glass-advantages .ga-item:hover {border-color: var(--borderEmber);transform: translateY(-2px);}#glass-advantages .ga-icon {width: 2.75rem;height: 2.75rem;background: var(--primarySubtle);border: 1px solid var(--borderEmber);border-radius: var(--radiusMd);display: flex;align-items: center;justify-content: center;color: var(--primary);}#glass-advantages .ga-icon svg {width: 1.25rem;height: 1.25rem;}#glass-advantages .ga-title {font-family: var(--fontHeading);font-size: 1.125rem;font-weight: 600;color: var(--textPrimary);margin: 0;}#glass-advantages .ga-text {font-family: var(--fontBody);font-size: 0.9375rem;color: var(--textSecondary);line-height: 1.65;margin: 0;}}@media only screen and (min-width: 37.5rem) {#glass-advantages .ga-grid {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#glass-advantages .ga-grid {grid-template-columns: repeat(3, 1fr);gap: 1.5rem;}}@media only screen and (min-width: 0rem) {#glass-inline-cta {padding: clamp(4rem, 8vw, 6rem) clamp(1rem, 4vw, 3rem);background: linear-gradient(135deg, var(--bgDepth1) 0%, var(--bgDepth0) 100%);text-align: center;border-top: 1px solid var(--borderSubtle);border-bottom: 1px solid var(--borderSubtle);}#glass-inline-cta .gic-inner {max-width: 700px;margin-inline: auto;display: flex;flex-direction: column;align-items: center;gap: 1.5rem;}#glass-inline-cta .gic-title {font-family: var(--fontHeading);font-size: clamp(1.75rem, 4vw, 2.5rem);font-weight: 700;color: var(--textPrimary);line-height: 1.2;margin: 0;}#glass-inline-cta .gic-title em {font-style: normal;color: var(--primary);}#glass-inline-cta .gic-sub {font-size: 1rem;color: var(--textSecondary);line-height: 1.6;max-width: 520px;margin: 0;}#glass-inline-cta .gic-btns {display: grid;grid-template-columns: 1fr 1fr;gap: 0.75rem;width: 100%;max-width: 560px;}#glass-inline-cta .gic-btn {display: inline-flex;align-items: center;justify-content: center;gap: 0.5rem;height: 3rem;padding: 0 1.25rem;border-radius: var(--radiusSm);font-family: var(--fontBody);font-size: 0.9375rem;font-weight: 600;letter-spacing: 0.03em;text-decoration: none;cursor: pointer;border: 1px solid transparent;transition: background var(--durationFast) var(--easeOut), border-color var(--durationFast) var(--easeOut), box-shadow var(--durationFast) var(--easeOut), transform var(--durationFast) var(--easeOut);}#glass-inline-cta .gic-btn svg {width: 1.125rem;height: 1.125rem;flex-shrink: 0;}#glass-inline-cta .gic-btn:hover {transform: translateY(-1px);}#glass-inline-cta .gic-btn--primary {background: var(--primary);color: #fff;border-color: var(--primary);grid-column: 1/-1;}#glass-inline-cta .gic-btn--primary:hover {background: var(--primaryLight);border-color: var(--primaryLight);box-shadow: var(--glowEmber);}#glass-inline-cta .gic-btn--whatsapp {background: rgba(37, 211, 102, 0.1);color: #25d366;border-color: rgba(37, 211, 102, 0.3);}#glass-inline-cta .gic-btn--whatsapp:hover {background: rgba(37, 211, 102, 0.18);border-color: rgba(37, 211, 102, 0.5);box-shadow: 0 0 12px rgba(37, 211, 102, 0.2);}#glass-inline-cta .gic-btn--telegram {background: rgba(0, 136, 204, 0.1);color: #229ed9;border-color: rgba(0, 136, 204, 0.3);}#glass-inline-cta .gic-btn--telegram:hover {background: rgba(0, 136, 204, 0.18);border-color: rgba(0, 136, 204, 0.5);box-shadow: 0 0 12px rgba(0, 136, 204, 0.2);}#glass-inline-cta .gic-btn--phone {background: var(--bgDepth3);color: var(--textSecondary);border-color: var(--borderDefault);}#glass-inline-cta .gic-btn--phone:hover {border-color: var(--borderEmber);color: var(--primary);background: var(--primarySubtle);}#glass-inline-cta .gic-guarantee {font-size: 0.8125rem;color: var(--textMuted);display: flex;align-items: center;gap: 0.375rem;}#glass-inline-cta .gic-guarantee svg {width: 1rem;height: 1rem;color: var(--primary);}}@media only screen and (min-width: 37.5rem) {#glass-inline-cta .gic-btns {grid-template-columns: auto auto auto auto;max-width: none;}#glass-inline-cta .gic-btn--primary {grid-column: auto;}}@media only screen and (min-width: 0rem) {#glass-certs {padding: var(--sectionPadding);background: var(--bgDepth2);}#glass-certs .gcerts-grid {display: grid;grid-template-columns: 1fr;gap: 1rem;margin-top: 0;}#glass-certs .gcerts-item {background: var(--bgDepth3);border: 1px solid var(--borderDefault);border-radius: var(--radiusLg);padding: 2rem 1.75rem;transition: border-color var(--durationMid), box-shadow var(--durationMid);}#glass-certs .gcerts-item:hover {border-color: var(--borderEmber);box-shadow: var(--shadowMd);}#glass-certs .gcerts-standard {font-family: var(--fontHeading);font-size: 1.375rem;font-weight: 700;color: var(--primary);margin-bottom: 0.875rem;letter-spacing: 0.02em;}#glass-certs .gcerts-desc {font-family: var(--fontBody);font-size: 0.875rem;color: var(--textSecondary);line-height: 1.6;margin: 0;}#glass-certs .gcerts-note {display: flex;align-items: flex-start;gap: 0.875rem;margin-top: 2rem;padding: 1.25rem 1.5rem;background: var(--bgDepth3);border: 1px solid var(--borderSubtle);border-left: 3px solid var(--primary);border-radius: var(--radiusMd);}#glass-certs .gcerts-note svg {width: 1.25rem;height: 1.25rem;color: var(--primary);flex-shrink: 0;margin-top: 1px;}#glass-certs .gcerts-note span {font-family: var(--fontBody);font-size: 0.875rem;color: var(--textSecondary);line-height: 1.6;}}@media only screen and (min-width: 37.5rem) {#glass-certs .gcerts-grid {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#glass-certs .gcerts-grid {grid-template-columns: repeat(4, 1fr);}}@media only screen and (min-width: 0rem) {#glass-related {padding: var(--sectionPadding);background: var(--bgDepth1);border-top: 1px solid var(--borderSubtle);}#glass-related .grel-grid {display: grid;grid-template-columns: 1fr;gap: 1rem;}#glass-related .grel-card {display: flex;align-items: center;gap: 1.25rem;background: var(--bgDepth3);border: 1px solid var(--borderDefault);border-radius: var(--radiusLg);padding: 1.5rem 1.75rem;text-decoration: none;transition: border-color var(--durationMid) var(--easeOut), transform var(--durationMid) var(--easeOut), box-shadow var(--durationMid);}#glass-related .grel-card:hover {border-color: var(--borderEmber);transform: translateX(4px);box-shadow: var(--shadowMd);}#glass-related .grel-card:hover .grel-card-arrow {transform: translateX(4px);opacity: 1;}#glass-related .grel-card-icon {width: 2.75rem;height: 2.75rem;background: var(--primarySubtle);border: 1px solid var(--borderEmber);border-radius: var(--radiusMd);display: flex;align-items: center;justify-content: center;color: var(--primary);flex-shrink: 0;}#glass-related .grel-card-icon svg {width: 1.25rem;height: 1.25rem;}#glass-related .grel-card-body {flex: 1;}#glass-related .grel-card-title {font-family: var(--fontHeading);font-size: 1.0625rem;font-weight: 600;color: var(--textPrimary);margin: 0 0 0.3rem;}#glass-related .grel-card-text {font-family: var(--fontBody);font-size: 0.8125rem;color: var(--textSecondary);line-height: 1.5;margin: 0;}#glass-related .grel-card-arrow {font-size: 1.25rem;color: var(--primary);opacity: 0.6;flex-shrink: 0;transition: transform var(--durationFast) var(--easeOut), opacity var(--durationFast);}}@media only screen and (min-width: 37.5rem) {#glass-related .grel-grid {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {.sf-dialog {position: fixed;inset: 0;margin: auto;border: 1px solid var(--borderDefault);border-radius: var(--radiusXl);background: var(--bgDepth2);padding: 0;max-width: 520px;width: calc(100% - 2rem);max-height: calc(100dvh - 2rem);overflow-y: auto;box-shadow: var(--shadowLg);color: var(--textPrimary);opacity: 0;transform: translateY(10px) scale(0.98);}.sf-dialog[open] {opacity: 1;transform: translateY(0) scale(1);animation: dialogIn 0.28s var(--easeOut) forwards;}.sf-dialog::backdrop {background: rgba(11, 14, 18, 0.75);backdrop-filter: blur(4px);}.sf-dialog .sf-screen--hidden {display: none !important;}.sf-dialog .sf-dialog-inner {padding: 2.5rem 2rem;position: relative;}.sf-dialog .sf-dialog-close {position: absolute;top: 1.25rem;right: 1.25rem;width: 2rem;height: 2rem;display: flex;align-items: center;justify-content: center;color: var(--textMuted);background: transparent;border: 1px solid var(--borderDefault);border-radius: var(--radiusMd);cursor: pointer;transition: color var(--durationFast), background var(--durationFast), border-color var(--durationFast);}.sf-dialog .sf-dialog-close:hover {color: var(--textPrimary);background: var(--bgDepth3);border-color: var(--borderStrong);}.sf-dialog .sf-dialog-close svg {width: 1.25rem;height: 1.25rem;}.sf-dialog .sf-dialog-title {font-family: var(--fontHeading);font-size: clamp(1.375rem, 3vw, 1.75rem);font-weight: 700;color: var(--textPrimary);margin-bottom: 0.375rem;}.sf-dialog .sf-dialog-sub {font-size: 0.9rem;color: var(--textMuted);margin-bottom: 2rem;line-height: 1.5;}.sf-dialog .sf-dialog-form {display: flex;flex-direction: column;gap: 1rem;}.sf-dialog .sf-field {display: flex;flex-direction: column;gap: 0.375rem;}.sf-dialog .sf-label {font-family: var(--fontBody);font-size: 0.8125rem;font-weight: 600;letter-spacing: 0.04em;text-transform: uppercase;color: var(--textMuted);}.sf-dialog .sf-input {background: var(--bgDepth3);border: 1px solid var(--borderDefault);border-radius: var(--radiusMd);padding: 0.75rem 1rem;font-family: var(--fontBody);font-size: 0.9375rem;color: var(--textPrimary);outline: none;width: 100%;transition: border-color var(--durationFast);}.sf-dialog .sf-input::placeholder {color: var(--textMuted);}.sf-dialog .sf-input:focus {border-color: var(--primary);}.sf-dialog .sf-input.sf-select {cursor: pointer;}.sf-dialog .sf-input.sf-textarea {resize: vertical;min-height: 80px;}.sf-dialog .sf-checkbox-label {display: flex;align-items: flex-start;gap: 0.625rem;font-size: 0.875rem;color: var(--textMuted);cursor: pointer;}.sf-dialog .sf-checkbox-label input[type=checkbox] {accent-color: var(--primary);margin-top: 2px;flex-shrink: 0;}.sf-dialog .sf-link {color: var(--primary);text-decoration: underline;}.sf-dialog .sf-submit {width: 100%;justify-content: center;margin-top: 0.25rem;height: 3rem;font-size: 0.9375rem;}.sf-dialog .sf-note {text-align: center;font-size: 0.8rem;color: var(--textMuted);margin-top: 0.125rem;}.sf-dialog .sf-success {display: flex;flex-direction: column;align-items: center;text-align: center;gap: 1.25rem;}.sf-dialog .sf-success-icon {width: 4rem;height: 4rem;border-radius: 50%;background: rgba(232, 82, 26, 0.1);border: 1.5px solid var(--borderEmber);display: flex;align-items: center;justify-content: center;color: var(--primary);animation: sfSuccessIn 0.4s var(--easeOut) both;}.sf-dialog .sf-success-icon svg {width: 1.75rem;height: 1.75rem;}@keyframes sfSuccessIn {from {opacity: 0;transform: scale(0.75);}to {opacity: 1;transform: scale(1);}}@keyframes dialogIn {from {opacity: 0;transform: translateY(10px) scale(0.98);}to {opacity: 1;transform: translateY(0) scale(1);}}.sf-dialog .sf-success-title {font-family: var(--fontHeading);font-size: clamp(1.25rem, 3vw, 1.625rem);font-weight: 700;color: var(--textPrimary);margin: 0;}.sf-dialog .sf-success-text {font-size: 0.9375rem;color: var(--textSecondary);line-height: 1.55;margin: 0;max-width: 360px;}.sf-dialog .sf-success-summary {width: 100%;background: var(--bgDepth3);border: 1px solid var(--borderDefault);border-radius: var(--radiusMd);overflow: hidden;}.sf-dialog .sf-summary-row {display: flex;justify-content: space-between;align-items: baseline;gap: 1rem;padding: 0.625rem 1rem;border-bottom: 1px solid var(--borderSubtle);font-size: 0.875rem;}.sf-dialog .sf-summary-row:last-child {border-bottom: none;}.sf-dialog .sf-summary-key {color: var(--textMuted);flex-shrink: 0;font-size: 0.8125rem;text-transform: uppercase;letter-spacing: 0.04em;font-weight: 600;}.sf-dialog .sf-summary-val {color: var(--textPrimary);font-weight: 500;text-align: right;word-break: break-word;}.sf-dialog .sf-success-steps {width: 100%;display: flex;flex-direction: column;gap: 0.625rem;text-align: left;}.sf-dialog .sf-step {display: flex;align-items: flex-start;gap: 0.75rem;font-size: 0.875rem;color: var(--textSecondary);line-height: 1.5;}.sf-dialog .sf-step-num {flex-shrink: 0;width: 1.375rem;height: 1.375rem;border-radius: 50%;background: var(--primarySubtle);border: 1px solid var(--borderEmber);font-family: var(--fontHeading);font-size: 0.75rem;font-weight: 700;color: var(--primary);display: flex;align-items: center;justify-content: center;margin-top: 0.1rem;}.sf-dialog .sf-success-close {width: 100%;justify-content: center;margin-top: 0.25rem;}}@media only screen and (min-width: 0rem) {#glass-properties {padding: var(--sectionPadding);background: var(--bgDepth1);}#glass-properties .gprop-grid {display: grid;grid-template-columns: 1fr;gap: 1.25rem;margin-top: 0;}#glass-properties .gprop-item {background: var(--bgDepth3);border: 1px solid var(--borderDefault);border-radius: var(--radiusLg);padding: 1.5rem 1.75rem;box-shadow: var(--shadowSm);transition: box-shadow var(--durationMid) var(--easeOut), border-color var(--durationMid) var(--easeOut);}#glass-properties .gprop-item:hover {box-shadow: var(--shadowMd);border-color: var(--borderEmber);}#glass-properties .gprop-title {font-family: var(--fontHeading);font-size: 1.0625rem;font-weight: 700;color: var(--textPrimary);margin: 0 0 0.5rem;}#glass-properties .gprop-text {font-size: var(--bodyFontSize);color: var(--textSecondary);line-height: 1.65;margin: 0;}}@media only screen and (min-width: 37.5rem) {#glass-properties .gprop-grid {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#glass-properties .gprop-grid {grid-template-columns: repeat(3, 1fr);gap: 1.5rem;}}@media only screen and (min-width: 0rem) {#glass-noise {padding: var(--sectionPadding);background: var(--bgDepth2);}#glass-noise .gnoise-wrap {max-width: 44rem;margin: 0 auto;}#glass-noise .gnoise-table-title {font-family: var(--fontHeading);font-size: 1rem;font-weight: 600;color: var(--textPrimary);margin: 0 0 1rem;text-align: center;}#glass-noise .gnoise-table {width: 100%;border-collapse: collapse;font-size: var(--bodyFontSize);}#glass-noise .gnoise-table th {background: var(--primary);color: #fff;font-family: var(--fontBody);font-weight: 600;padding: 0.6rem 1rem;text-align: left;}#glass-noise .gnoise-table td {padding: 0.55rem 1rem;border-bottom: 1px solid var(--borderDefault);color: var(--textPrimary);}#glass-noise .gnoise-table tr:last-child td {border-bottom: none;}#glass-noise .gnoise-table tr:nth-child(even) td {background: var(--bgDepth3);}#glass-noise .gnoise-db {font-weight: 700;color: var(--primary);text-align: right;}#glass-noise .gnoise-note {font-size: 0.875rem;color: var(--textMuted);margin-top: 1.25rem;line-height: 1.65;font-style: italic;}}@media only screen and (min-width: 0rem) {#glass-price-factors {padding: var(--sectionPadding);background: var(--bgDepth1);}#glass-price-factors .gpf-grid {display: grid;grid-template-columns: 1fr;gap: 1.25rem;margin-top: 0;}#glass-price-factors .gpf-item {background: var(--bgDepth3);border: 1px solid var(--borderDefault);border-radius: var(--radiusLg);padding: 1.5rem 1.75rem 1.5rem 1.25rem;display: grid;grid-template-columns: 2.25rem 1fr;gap: 0.25rem 0.75rem;align-items: start;box-shadow: var(--shadowSm);transition: box-shadow var(--durationMid) var(--easeOut), border-color var(--durationMid) var(--easeOut);}#glass-price-factors .gpf-item:hover {box-shadow: var(--shadowMd);border-color: var(--borderEmber);}#glass-price-factors .gpf-num {grid-row: 1/3;width: 2.25rem;height: 2.25rem;border-radius: var(--radiusFull);background: var(--primarySubtle);border: 2px solid var(--primary);font-family: var(--fontHeading);font-size: 1rem;font-weight: 800;color: var(--primary);display: flex;align-items: center;justify-content: center;flex-shrink: 0;margin-top: 0.1rem;}#glass-price-factors .gpf-title {font-family: var(--fontHeading);font-size: 0.975rem;font-weight: 700;color: var(--textPrimary);margin: 0;align-self: end;}#glass-price-factors .gpf-text {font-size: 0.875rem;color: var(--textSecondary);line-height: 1.65;margin: 0;}}@media only screen and (min-width: 37.5rem) {#glass-price-factors .gpf-grid {grid-template-columns: repeat(2, 1fr);gap: 1.25rem;}}@media only screen and (min-width: 64rem) {#glass-price-factors .gpf-grid {grid-template-columns: repeat(5, 1fr);gap: 1rem;}}