:root { --accent: #2563eb; --accent-dark: #1d4ed8; --surface: #fffaf5; --dark: #172033; --muted: #697386; --line: #e6e8ed; --container: 1160px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--dark); background: var(--surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 36px)); margin: 0 auto; }.narrow { max-width: 780px; }.section { padding: clamp(58px, 9vw, 115px) 0; }.section:nth-child(even) { background: #fff; }
.site-header { position: relative; z-index: 2; background: color-mix(in srgb, var(--surface) 90%, transparent); border-bottom: 1px solid #1720330d; }.nav-wrap { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }.site-logo { font-size: 16px; font-weight: 850; letter-spacing: -.02em; display: flex; align-items: center; gap: 9px; }.logo-image { height: 35px; width: auto; }.site-nav { display: flex; gap: 18px; color: var(--muted); font-size: 13px; font-weight: 700; }.site-nav a:hover, .social-links a:hover { color: var(--accent); }
.hero { padding: clamp(65px, 10vw, 130px) 0; background: radial-gradient(circle at 84% 25%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 30%), var(--surface); overflow: hidden; }.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr); align-items: center; gap: clamp(35px, 7vw, 105px); }.eyebrow { color: var(--accent); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; font-weight: 900; margin: 0 0 14px; }.hero h1 { max-width: 720px; font-size: clamp(40px, 6vw, 78px); line-height: .98; letter-spacing: -.07em; margin: 0 0 24px; }.hero-subtitle { font-size: clamp(19px, 2.5vw, 26px); line-height: 1.25; letter-spacing: -.03em; max-width: 600px; margin: 0 0 15px; }.hero-text { color: var(--muted); max-width: 600px; }.hero-visual { min-height: 310px; }.hero-image, .hero-visual .image-placeholder { min-height: 360px; width: 100%; border-radius: 28px; object-fit: cover; box-shadow: 22px 25px 0 color-mix(in srgb, var(--accent) 13%, transparent); transform: rotate(2deg); }.image-placeholder { background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 15%, #fff), #fff); display: grid; place-items: center; color: color-mix(in srgb, var(--accent) 70%, #172033); font-size: 12px; font-weight: 800; }.hero-visual .image-placeholder span { transform: rotate(-2deg); }
.button-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 9px; padding: 12px 19px; font-size: 13px; font-weight: 850; transition: transform .15s, box-shadow .15s; }.button:hover { transform: translateY(-2px); box-shadow: 0 11px 22px #1720331a; }.button-primary { background: var(--accent); color: #fff; }.button-light { background: #fff; color: var(--dark); border: 1px solid var(--line); }
.section h2 { font-size: clamp(28px, 4vw, 47px); letter-spacing: -.06em; line-height: 1.05; margin: 0 0 14px; }.section-intro { color: var(--muted); max-width: 660px; margin: 0 0 30px; }.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 30px; }.info-card, .quote-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 23px; }.section-benefits { background: var(--surface); }.card-number { color: var(--accent); font-size: 23px; }.info-card h3 { font-size: 18px; margin: 23px 0 8px; letter-spacing: -.03em; }.info-card p, .quote-card p { color: var(--muted); margin: 0; }.quote-card { margin: 0; }.quote-card p { color: var(--dark); font-size: 18px; line-height: 1.4; }.quote-card cite { display: block; color: var(--accent); font-style: normal; font-weight: 800; font-size: 13px; margin-top: 22px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.gallery-grid figure { margin: 0; aspect-ratio: 1.15; overflow: hidden; border-radius: 14px; background: #eef0f5; }.gallery-image { width: 100%; height: 100%; object-fit: cover; }.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 18px; background: #121827; box-shadow: 0 15px 35px #17203317; }.video-frame iframe { border: 0; width: 100%; height: 100%; }.video-empty { background: #eef1f6; border-radius: 16px; padding: 65px 20px; text-align: center; color: var(--muted); }.offer-section { background: var(--dark) !important; color: #fff; }.offer-card { background: linear-gradient(120deg, color-mix(in srgb, var(--accent) 80%, #172033), var(--dark)); border-radius: 24px; padding: clamp(28px, 6vw, 68px); }.offer-card h2 { max-width: 700px; }.offer-card p { color: #d8def0; max-width: 670px; }.old-price { display: block; text-decoration: line-through; color: #b5bfd8; }.price { display: block; font-size: 38px; margin-top: 2px; }.faq-list { display: grid; gap: 10px; }.faq-list details { border: 1px solid var(--line); background: #fff; border-radius: 11px; padding: 18px 20px; }.faq-list summary { cursor: pointer; font-weight: 800; }.faq-list p { color: var(--muted); margin: 13px 0 0; }.contact-section { padding-top: 25px; }.contact-card { border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: clamp(24px, 5vw, 45px); display: grid; grid-template-columns: 1fr auto; gap: 10px 30px; align-items: center; }.contact-card .button-row { grid-column: 1 / -1; }.contact-details { display: grid; gap: 5px; color: var(--muted); font-size: 14px; }.contact-details a { color: var(--accent); font-weight: 700; }.cta-section { padding-top: 25px; }.cta-card { border-radius: 22px; padding: clamp(30px, 6vw, 65px); color: #fff; background: var(--accent); text-align: center; }.cta-card h2 { margin-bottom: 8px; }.cta-card p { color: #eef3ff; max-width: 650px; margin: 0 auto; }.cta-card .button-row { justify-content: center; }.cta-card .button-primary { background: #fff; color: var(--accent-dark); }.cta-card .button-light { border-color: #ffffff55; background: transparent; color: #fff; }
.project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.project-card { background: #fff; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; transition: transform .2s, box-shadow .2s; }.project-card:hover { transform: translateY(-4px); box-shadow: 0 17px 30px #17203312; }.project-card-image { width: 100%; height: 135px; object-fit: cover; background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 15%, #fff), #fff); }.project-card-image.image-placeholder { font-size: 31px; }.project-card-body { padding: 16px; }.project-card h3 { margin: 0 0 6px; font-size: 16px; letter-spacing: -.03em; }.project-card p { color: var(--muted); font-size: 13px; margin: 0 0 13px; }.text-link { color: var(--accent); font-weight: 800; font-size: 12px; }
.site-footer { border-top: 1px solid var(--line); padding: 24px 0; background: #fff; color: var(--muted); font-size: 12px; }.footer-wrap { display: flex; justify-content: space-between; gap: 15px; }.social-links { display: flex; gap: 14px; font-weight: 700; }.preview-banner { position: sticky; top: 0; z-index: 10; background: #172033; color: #fff; text-align: center; padding: 9px; font-size: 12px; }.preview-banner a { text-decoration: underline; margin-left: 10px; }.not-found { min-height: 70vh; display: grid; place-content: center; justify-items: center; text-align: center; padding: 20px; }.not-found h1 { font-size: 43px; margin: 0; }
@media (max-width: 850px) { .hero-grid { grid-template-columns: 1fr; }.hero-visual { max-width: 620px; }.card-grid { grid-template-columns: repeat(2, 1fr); }.project-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .container { width: min(var(--container), calc(100% - 28px)); }.site-header { background: var(--surface); }.site-nav { display: none; }.hero { padding: 57px 0 75px; }.hero h1 { font-size: 47px; }.hero-image, .hero-visual .image-placeholder { min-height: 250px; border-radius: 20px; box-shadow: 12px 14px 0 color-mix(in srgb, var(--accent) 13%, transparent); }.card-grid, .gallery-grid, .project-grid { grid-template-columns: 1fr; }.contact-card { grid-template-columns: 1fr; }.footer-wrap { flex-direction: column; }.social-links { flex-wrap: wrap; }.button-row .button { width: 100%; } }
