@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) {#doors-hero {position: relative;display: flex;align-items: center;overflow: hidden;background: var(--bgDepth0);padding: clamp(5rem, 10vw, 7rem) 0 0;}#doors-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;}#doors-hero .gh-bg-grid::after {content: "";position: absolute;bottom: 0;left: 0;right: 0;height: 50%;background: linear-gradient(to top, var(--bgDepth0), transparent);}#doors-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;}#doors-hero .gh-container {position: relative;z-index: 2;width: 100%;max-width: 80rem;margin-inline: auto;padding-inline: clamp(1rem, 4vw, 3rem);}#doors-hero .gh-layout {display: flex;flex-direction: column;gap: 3rem;align-items: flex-start;}#doors-hero .gh-content {display: flex;flex-direction: column;gap: 0;width: 100%;}#doors-hero .gh-breadcrumb {display: flex;align-items: center;gap: 0.5rem;flex-wrap: wrap;margin-bottom: 1.5rem;}#doors-hero .gh-breadcrumb a, #doors-hero .gh-breadcrumb span {font-family: var(--fontBody);font-size: 0.8125rem;color: var(--textMuted);text-decoration: none;transition: color var(--durationFast) var(--easeOut);}#doors-hero .gh-breadcrumb a:hover {color: var(--primary);}#doors-hero .gh-breadcrumb span[aria-hidden] {color: var(--borderStrong);}#doors-hero .gh-badges {display: flex;flex-wrap: wrap;gap: 0.5rem;margin: 1.5rem 0;}#doors-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);}#doors-hero .gh-badge:hover {border-color: var(--borderEmber);color: var(--primaryLight);}#doors-hero .cs-button-group {display: flex;align-items: center;flex-wrap: wrap;gap: 1rem;margin-top: 0.5rem;}#doors-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);}#doors-hero .cs-button-outline:hover {border-color: var(--borderEmber);color: var(--primary);background: var(--primarySubtle);}#doors-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);}#doors-hero .gh-stats li {display: flex;flex-direction: column;gap: 0.25rem;}#doors-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;}#doors-hero .gh-stat-label {font-family: var(--fontBody);font-size: 0.8125rem;color: var(--textMuted);letter-spacing: 0.04em;}#doors-hero .gh-visual {width: 100%;}#doors-hero .gh-img-wrap {position: relative;border-radius: var(--radiusLg);overflow: hidden;box-shadow: 0 0 0 1px var(--borderDefault), var(--shadowLg);}#doors-hero .gh-img {display: block;width: 100%;height: auto;aspect-ratio: 4/3;object-fit: cover;object-position: center;}#doors-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);}#doors-hero .gh-img-badge svg {width: 0.875rem;height: 0.875rem;flex-shrink: 0;color: var(--primary);}}@media only screen and (min-width: 64rem) {#doors-hero {padding-bottom: 0;}#doors-hero .gh-layout {flex-direction: row;align-items: stretch;gap: clamp(3rem, 5vw, 6rem);}#doors-hero .gh-content {flex: 0 0 52%;justify-content: center;padding-bottom: clamp(3rem, 6vw, 5rem);}#doors-hero .gh-visual {flex: 1;display: flex;align-items: stretch;margin-right: calc(-1 * clamp(1rem, 4vw, 3rem));}#doors-hero .gh-img-wrap {width: 100%;border-radius: var(--radiusLg) 0 0 var(--radiusLg);}#doors-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) {#doors-what {padding: var(--sectionPadding);background: var(--bgDepth1);}#doors-what .dw-states-title {font-family: var(--fontHeading);font-size: 1rem;font-weight: 700;color: var(--textMuted);text-transform: uppercase;letter-spacing: 0.08em;margin-bottom: 1.25rem;text-align: center;}#doors-what .dw-states {display: grid;grid-template-columns: 1fr;gap: 1rem;margin-bottom: 2rem;}#doors-what .dw-state {display: flex;align-items: flex-start;gap: 1.25rem;background: var(--bgDepth3);border: 1px solid var(--borderDefault);border-radius: var(--radiusLg);padding: 1.5rem 1.75rem;transition: border-color var(--durationMid) var(--easeOut), box-shadow var(--durationMid) var(--easeOut);}#doors-what .dw-state:hover {border-color: var(--borderEmber);box-shadow: var(--shadowMd);}#doors-what .dw-state-code {flex-shrink: 0;width: 2.75rem;height: 2.75rem;border-radius: var(--radiusMd);background: var(--primarySubtle);border: 1.5px solid var(--borderEmber);font-family: var(--fontHeading);font-size: 1.25rem;font-weight: 800;color: var(--primary);display: flex;align-items: center;justify-content: center;letter-spacing: 0;}#doors-what .dw-state-body {flex: 1;}#doors-what .dw-state-title {font-family: var(--fontHeading);font-size: 1rem;font-weight: 700;color: var(--textPrimary);margin: 0 0 0.4rem;}#doors-what .dw-state-text {font-size: 0.9rem;color: var(--textSecondary);line-height: 1.65;margin: 0;}#doors-what .dw-ei-note {display: flex;align-items: flex-start;gap: 0.875rem;padding: 1.25rem 1.5rem;background: var(--bgDepth3);border: 1px solid var(--borderSubtle);border-left: 3px solid var(--primary);border-radius: var(--radiusMd);}#doors-what .dw-ei-note svg {width: 1.25rem;height: 1.25rem;color: var(--primary);flex-shrink: 0;margin-top: 1px;}#doors-what .dw-ei-note span {font-size: 0.9rem;color: var(--textSecondary);line-height: 1.6;}}@media only screen and (min-width: 37.5rem) {#doors-what .dw-states {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {#doors-types {padding: var(--sectionPadding);background: var(--bgDepth2);}#doors-types .dt-group-title {font-family: var(--fontHeading);font-size: 1.125rem;font-weight: 700;color: var(--textPrimary);margin: 0 0 1.25rem;padding-bottom: 0.75rem;border-bottom: 1px solid var(--borderDefault);}#doors-types .dt-group-title--mt {margin-top: 3rem;}#doors-types .dt-grid {display: grid;grid-template-columns: 1fr;gap: 1rem;}#doors-types .dt-card {background: var(--bgDepth3);border: 1px solid var(--borderDefault);border-radius: var(--radiusLg);padding: 1.75rem 1.75rem 2rem;display: flex;flex-direction: column;gap: 0.875rem;transition: border-color var(--durationMid) var(--easeOut), transform var(--durationMid) var(--easeOut), box-shadow var(--durationMid) var(--easeOut);}#doors-types .dt-card:hover {border-color: var(--borderEmber);transform: translateY(-3px);box-shadow: var(--glowEmber);}#doors-types .dt-icon {width: 3rem;height: 3rem;background: var(--primarySubtle);border: 1px solid var(--borderEmber);border-radius: var(--radiusMd);display: flex;align-items: center;justify-content: center;color: var(--primary);}#doors-types .dt-icon svg {width: 1.375rem;height: 1.375rem;}#doors-types .dt-title {font-family: var(--fontHeading);font-size: 1.0625rem;font-weight: 700;color: var(--textPrimary);margin: 0;}#doors-types .dt-text {font-size: 0.9rem;color: var(--textSecondary);line-height: 1.65;margin: 0;}}@media only screen and (min-width: 37.5rem) {#doors-types .dt-grid {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 64rem) {#doors-types .dt-grid {gap: 1.25rem;}}@media only screen and (min-width: 0rem) {#doors-glass {padding: var(--sectionPadding);background: var(--bgDepth1);}#doors-glass .dg-layout {display: flex;flex-direction: column;gap: 3rem;align-items: flex-start;}#doors-glass .dg-content {display: flex;flex-direction: column;gap: 0;width: 100%;}#doors-glass .dg-how {display: flex;align-items: flex-start;gap: 1rem;margin-top: 2rem;padding: 1.5rem;background: var(--bgDepth3);border: 1px solid var(--borderDefault);border-radius: var(--radiusLg);}#doors-glass .dg-how-icon {flex-shrink: 0;width: 2.5rem;height: 2.5rem;background: var(--primarySubtle);border: 1px solid var(--borderEmber);border-radius: var(--radiusMd);display: flex;align-items: center;justify-content: center;color: var(--primary);}#doors-glass .dg-how-icon svg {width: 1.25rem;height: 1.25rem;}#doors-glass .dg-how-title {font-family: var(--fontHeading);font-size: 1rem;font-weight: 700;color: var(--textPrimary);margin: 0 0 0.5rem;}#doors-glass .dg-how-text {font-size: 0.9rem;color: var(--textSecondary);line-height: 1.65;margin: 0;}#doors-glass .dg-visual {width: 100%;display: flex;flex-direction: column;align-items: center;gap: 1.5rem;}#doors-glass .dg-temp-badge {display: flex;flex-direction: column;align-items: center;gap: 0.25rem;padding: 1rem 2rem;background: var(--primarySubtle);border: 1.5px solid var(--borderEmber);border-radius: var(--radiusLg);}#doors-glass .dg-temp-num {font-family: var(--fontHeading);font-size: 2rem;font-weight: 800;color: var(--primary);line-height: 1;}#doors-glass .dg-temp-label {font-family: var(--fontBody);font-size: 0.75rem;font-weight: 600;letter-spacing: 0.08em;text-transform: uppercase;color: var(--textMuted);}#doors-glass .dg-layers {display: flex;flex-direction: column;gap: 3px;width: 100%;max-width: 320px;border-radius: var(--radiusMd);overflow: hidden;border: 1px solid var(--borderDefault);}#doors-glass .dg-layer {display: flex;align-items: center;justify-content: center;height: 2.75rem;font-family: var(--fontBody);font-size: 0.75rem;font-weight: 600;letter-spacing: 0.06em;text-transform: uppercase;}#doors-glass .dg-layer--glass {background: rgba(120, 170, 220, 0.12);border: 1px solid rgba(120, 170, 220, 0.25);color: rgba(120, 170, 220, 0.9);}#doors-glass .dg-layer--gel {background: rgba(232, 82, 26, 0.08);border: 1px solid var(--borderEmber);color: var(--primary);}}@media only screen and (min-width: 64rem) {#doors-glass .dg-layout {flex-direction: row;align-items: center;gap: clamp(3rem, 6vw, 6rem);}#doors-glass .dg-content {flex: 1;}#doors-glass .dg-visual {flex: 0 0 280px;}}@media only screen and (min-width: 0rem) {#doors-hardware {padding: var(--sectionPadding);background: var(--bgDepth2);}#doors-hardware .dhw-grid {display: grid;grid-template-columns: 1fr;gap: 1.25rem;}#doors-hardware .dhw-item {background: var(--bgDepth3);border: 1px solid var(--borderDefault);border-radius: var(--radiusLg);padding: 1.75rem;display: flex;flex-direction: column;gap: 0.875rem;transition: border-color var(--durationMid) var(--easeOut), box-shadow var(--durationMid) var(--easeOut);}#doors-hardware .dhw-item:hover {border-color: var(--borderEmber);box-shadow: var(--shadowMd);}#doors-hardware .dhw-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);}#doors-hardware .dhw-icon svg {width: 1.25rem;height: 1.25rem;}#doors-hardware .dhw-title {font-family: var(--fontHeading);font-size: 1.0625rem;font-weight: 700;color: var(--textPrimary);margin: 0;}#doors-hardware .dhw-text {font-size: 0.9rem;color: var(--textSecondary);line-height: 1.65;margin: 0;}}@media only screen and (min-width: 37.5rem) {#doors-hardware .dhw-grid {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#doors-hardware {}#doors-hardware .dhw-grid {grid-template-columns: repeat(6, 1fr);gap: 1.25rem;}#doors-hardware .dhw-item:nth-child(1), #doors-hardware .dhw-item:nth-child(2), #doors-hardware .dhw-item:nth-child(3) {grid-column: span 2;}#doors-hardware .dhw-item:nth-child(4) {grid-column: 2/span 2;}#doors-hardware .dhw-item:nth-child(5) {grid-column: 4/span 2;}}@media only screen and (min-width: 0rem) {#doors-gallery {padding: var(--sectionPadding);background: var(--bgDepth1);}#doors-gallery .dgal-grid {display: grid;grid-template-columns: 1fr;gap: 1rem;}#doors-gallery .dgal-item {position: relative;display: block;border-radius: var(--radiusLg);overflow: hidden;border: 1px solid var(--borderDefault);cursor: zoom-in;transition: border-color var(--durationMid) var(--easeOut), transform var(--durationMid) var(--easeOut), box-shadow var(--durationMid) var(--easeOut);}#doors-gallery .dgal-item:hover {border-color: var(--borderEmber);transform: translateY(-3px);box-shadow: var(--glowEmber);}#doors-gallery .dgal-item:hover .dgal-overlay {opacity: 1;}#doors-gallery .dgal-img {display: block;width: 100%;height: 100%;aspect-ratio: 4/3;object-fit: cover;object-position: center;transition: transform var(--durationMid) var(--easeOut);}#doors-gallery .dgal-item:hover .dgal-img {transform: scale(1.03);}#doors-gallery .dgal-overlay {position: absolute;inset: 0;background: rgba(11, 14, 18, 0.45);display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity var(--durationMid) var(--easeOut);}#doors-gallery .dgal-overlay svg {width: 2.5rem;height: 2.5rem;color: #fff;filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));}}@media only screen and (min-width: 37.5rem) {#doors-gallery .dgal-grid {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {#doors-advantages {padding: var(--sectionPadding);background: var(--bgDepth2);}#doors-advantages .ga-grid {display: grid;grid-template-columns: 1fr;gap: 1.25rem;}#doors-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);}#doors-advantages .ga-item:hover {border-color: var(--borderEmber);transform: translateY(-2px);}#doors-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);}#doors-advantages .ga-icon svg {width: 1.25rem;height: 1.25rem;}#doors-advantages .ga-title {font-family: var(--fontHeading);font-size: 1.125rem;font-weight: 600;color: var(--textPrimary);margin: 0;}#doors-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) {#doors-advantages .ga-grid {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#doors-advantages .ga-grid {grid-template-columns: repeat(3, 1fr);gap: 1.5rem;}}@media only screen and (min-width: 0rem) {#doors-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);}#doors-inline-cta .gic-inner {max-width: 700px;margin-inline: auto;display: flex;flex-direction: column;align-items: center;gap: 1.5rem;}#doors-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;}#doors-inline-cta .gic-title em {font-style: normal;color: var(--primary);}#doors-inline-cta .gic-sub {font-size: 1rem;color: var(--textSecondary);line-height: 1.6;max-width: 520px;margin: 0;}#doors-inline-cta .gic-btns {display: grid;grid-template-columns: 1fr 1fr;gap: 0.75rem;width: 100%;max-width: 560px;}#doors-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);}#doors-inline-cta .gic-btn svg {width: 1.125rem;height: 1.125rem;flex-shrink: 0;}#doors-inline-cta .gic-btn:hover {transform: translateY(-1px);}#doors-inline-cta .gic-btn--primary {background: var(--primary);color: #fff;border-color: var(--primary);grid-column: 1/-1;}#doors-inline-cta .gic-btn--primary:hover {background: var(--primaryLight);border-color: var(--primaryLight);box-shadow: var(--glowEmber);}#doors-inline-cta .gic-btn--whatsapp {background: rgba(37, 211, 102, 0.1);color: #25d366;border-color: rgba(37, 211, 102, 0.3);}#doors-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);}#doors-inline-cta .gic-btn--telegram {background: rgba(0, 136, 204, 0.1);color: #229ed9;border-color: rgba(0, 136, 204, 0.3);}#doors-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);}#doors-inline-cta .gic-btn--phone {background: var(--bgDepth3);color: var(--textSecondary);border-color: var(--borderDefault);}#doors-inline-cta .gic-btn--phone:hover {border-color: var(--borderEmber);color: var(--primary);background: var(--primarySubtle);}#doors-inline-cta .gic-guarantee {font-size: 0.8125rem;color: var(--textMuted);display: flex;align-items: center;gap: 0.375rem;}#doors-inline-cta .gic-guarantee svg {width: 1rem;height: 1rem;color: var(--primary);}}@media only screen and (min-width: 37.5rem) {#doors-inline-cta .gic-btns {grid-template-columns: auto auto auto auto;max-width: none;}#doors-inline-cta .gic-btn--primary {grid-column: auto;}}@media only screen and (min-width: 0rem) {#doors-price-factors {padding: var(--sectionPadding);background: var(--bgDepth1);}#doors-price-factors .gpf-grid {display: grid;grid-template-columns: 1fr;gap: 1.25rem;}#doors-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);}#doors-price-factors .gpf-item:hover {box-shadow: var(--shadowMd);border-color: var(--borderEmber);}#doors-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;}#doors-price-factors .gpf-title {font-family: var(--fontHeading);font-size: 0.975rem;font-weight: 700;color: var(--textPrimary);margin: 0;align-self: end;}#doors-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) {#doors-price-factors .gpf-grid {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#doors-price-factors .gpf-grid {grid-template-columns: repeat(5, 1fr);gap: 1rem;}}@media only screen and (min-width: 0rem) {#doors-certs {padding: var(--sectionPadding);background: var(--bgDepth2);}#doors-certs .gcerts-grid {display: grid;grid-template-columns: 1fr;gap: 1rem;}#doors-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);}#doors-certs .gcerts-item:hover {border-color: var(--borderEmber);box-shadow: var(--shadowMd);}#doors-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;}#doors-certs .gcerts-desc {font-family: var(--fontBody);font-size: 0.875rem;color: var(--textSecondary);line-height: 1.6;margin: 0;}}@media only screen and (min-width: 37.5rem) {#doors-certs .gcerts-grid {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {#doors-related {padding: var(--sectionPadding);background: var(--bgDepth1);border-top: 1px solid var(--borderSubtle);}#doors-related .grel-grid {display: grid;grid-template-columns: 1fr;gap: 1rem;}#doors-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);}#doors-related .grel-card:hover {border-color: var(--borderEmber);transform: translateX(4px);box-shadow: var(--shadowMd);}#doors-related .grel-card:hover .grel-card-arrow {transform: translateX(4px);opacity: 1;}#doors-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;}#doors-related .grel-card-icon svg {width: 1.25rem;height: 1.25rem;}#doors-related .grel-card-body {flex: 1;}#doors-related .grel-card-title {font-family: var(--fontHeading);font-size: 1.0625rem;font-weight: 600;color: var(--textPrimary);margin: 0 0 0.3rem;}#doors-related .grel-card-text {font-family: var(--fontBody);font-size: 0.8125rem;color: var(--textSecondary);line-height: 1.5;margin: 0;}#doors-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) {#doors-related .grel-grid {grid-template-columns: repeat(3, 1fr);}}@keyframes dialogIn {from {opacity: 0;transform: translateY(10px) scale(0.98);}to {opacity: 1;transform: translateY(0) scale(1);}}@keyframes sfSuccessIn {from {opacity: 0;transform: scale(0.75);}to {opacity: 1;transform: scale(1);}}@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;}.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;}}