/* Temporary Fencing Page - Scoped Styles */ .temporary-fencing-page .breadcrumb { background: var(--gray-100); padding: 12px 80px; font-size: 12px; color: var(--gray-600); display: flex; align-items: center; gap: 8px; margin-top: 64px; border-bottom: 1px solid var(--gray-200); } .temporary-fencing-page .breadcrumb a { color: var(--navy-mid); text-decoration: none; } .temporary-fencing-page .breadcrumb a:hover { color: var(--orange); } .temporary-fencing-page .breadcrumb span { color: var(--gray-400); } .temporary-fencing-page .hero { background: var(--navy); position: relative; overflow: hidden; padding: 72px 80px 80px; min-height: auto; display: block; } .temporary-fencing-page .hero-grid-bg { position: absolute; inset: 0; opacity: .035; background-image: repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255, 255, 255, .6) 39px, rgba(255, 255, 255, .6) 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255, 255, 255, .6) 39px, rgba(255, 255, 255, .6) 40px); } .temporary-fencing-page .hero-fence-deco { position: absolute; right: 0; top: 0; bottom: 0; width: 42%; opacity: .055; background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, .9) 0px, rgba(255, 255, 255, .9) 6px, transparent 6px, transparent 34px), repeating-linear-gradient(0deg, rgba(255, 255, 255, .6) 0px, rgba(255, 255, 255, .6) 3px, transparent 3px, transparent 60px); } .temporary-fencing-page .hero-accent { position: absolute; right: -80px; bottom: -80px; width: 360px; height: 360px; border-radius: 50%; border: 56px solid var(--orange); opacity: .1; } .temporary-fencing-page .hero-inner { position: relative; z-index: 2; max-width: 760px; top:40px; } .temporary-fencing-page .hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fd); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-bottom: 20px; } .temporary-fencing-page .hero-eyebrow::before { content: ''; display: block; width: 28px; height: 2px; background: var(--orange); } .temporary-fencing-page h1 { font-family: var(--fd); font-size: clamp(44px, 5.5vw, 80px); font-weight: 800; line-height: .92; color: var(--white); letter-spacing: -.01em; text-transform: uppercase; margin-bottom: 24px; } .temporary-fencing-page h1 em { color: var(--orange); font-style: normal; display: block; } .temporary-fencing-page .hero-desc { font-size: 17px; font-weight: 300; line-height: 1.75; color: rgba(255, 255, 255, .65); max-width: 600px; margin-bottom: 36px; } .temporary-fencing-page .hero-desc strong { color: rgba(255, 255, 255, .9); font-weight: 500; } .temporary-fencing-page .hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; } .temporary-fencing-page .badge { font-family: var(--fd); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 7px 14px; border-radius: 4px; border: 1px solid rgba(255, 255, 255, .2); color: rgba(255, 255, 255, .8); } .temporary-fencing-page .badge-fill { background: var(--orange); border-color: var(--orange); color: var(--white); } .temporary-fencing-page .hero-stats { display: flex; gap: 48px; padding-top: 32px; border-top: 1px solid rgba(255, 255, 255, .1); } .temporary-fencing-page .stat-val { font-family: var(--fd); font-size: 38px; font-weight: 800; color: var(--orange); line-height: 1; } .temporary-fencing-page .stat-label { font-size: 12px; color: rgba(255, 255, 255, .45); margin-top: 4px; } .temporary-fencing-page .model-nav { background: var(--white); border-bottom: 2px solid var(--gray-200); padding: 0 80px; display: flex; gap: 0; position: sticky; top: 90px; z-index: 90; scrollbar-width: none; } .temporary-fencing-page .model-nav::-webkit-scrollbar { display: none; } .temporary-fencing-page .model-nav-item { font-family: var(--fd); font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--gray-600); padding: 16px 22px; border-bottom: 3px solid transparent; cursor: pointer; text-decoration: none; transition: color .2s, border-color .2s; display: block; white-space: nowrap; } .temporary-fencing-page .model-nav-item:hover { color: var(--orange); border-bottom-color: var(--orange); } .temporary-fencing-page .model-nav-item.active { color: var(--navy); border-bottom-color: var(--navy); } .temporary-fencing-page .section-eyebrow { font-family: var(--fd); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; } .temporary-fencing-page .section-eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: var(--orange); } .temporary-fencing-page h2.sh { font-family: var(--fd); font-size: clamp(34px, 3.5vw, 52px); font-weight: 800; text-transform: uppercase; line-height: .95; color: var(--navy); letter-spacing: -.01em; } .temporary-fencing-page h2.sh span { color: var(--orange); } .temporary-fencing-page h2.sh-white { color: var(--white); } .temporary-fencing-page .intro { padding: 72px 80px 64px; background: var(--white); } .temporary-fencing-page .intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; margin-top: 40px; } .temporary-fencing-page .intro-text p { font-size: 15px; line-height: 1.8; color: var(--gray-600); margin-bottom: 16px; } .temporary-fencing-page .intro-text p strong { color: var(--gray-800); font-weight: 600; } .temporary-fencing-page .check-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 8px; } .temporary-fencing-page .check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-600); line-height: 1.5; } .temporary-fencing-page .check-list li::before { content: '✓'; width: 22px; height: 22px; border-radius: 50%; background: rgba(232, 87, 42, .12); color: var(--orange); font-size: 11px; font-weight: 700; flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 1px; } .temporary-fencing-page .highlight-cards { display: flex; flex-direction: column; gap: 14px; } .temporary-fencing-page .hcard { background: var(--gray-100); border-radius: 10px; padding: 18px 22px; border-left: 3px solid var(--orange); } .temporary-fencing-page .hcard-title { font-family: var(--fd); font-size: 16px; font-weight: 700; text-transform: uppercase; color: var(--navy); letter-spacing: .02em; margin-bottom: 5px; } .temporary-fencing-page .hcard-desc { font-size: 13px; color: var(--gray-600); line-height: 1.6; } .temporary-fencing-page .model-section { padding: 80px; position: relative; overflow: hidden; } .temporary-fencing-page .model-section.bg-white { background: var(--white); } .temporary-fencing-page .model-section.bg-gray { background: var(--gray-100); } .temporary-fencing-page .model-section.bg-navy { background: var(--navy); } .temporary-fencing-page .model-section.bg-cream { background: var(--cream); } .temporary-fencing-page .model-label { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fd); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; } .temporary-fencing-page .model-label::before { content: ''; display: block; width: 20px; height: 2px; background: var(--orange); } .temporary-fencing-page .model-label.dim { color: rgba(255, 255, 255, .5); } .temporary-fencing-page .model-label.dim::before { background: rgba(255, 255, 255, .3); } .temporary-fencing-page .model-name { font-family: var(--fd); font-size: clamp(36px, 5vw, 66px); font-weight: 800; text-transform: uppercase; color: var(--navy); letter-spacing: -.02em; line-height: .9; margin-bottom: 6px; } .temporary-fencing-page .model-name.white { color: var(--white); } .temporary-fencing-page .model-tagline { font-family: var(--fd); font-size: 16px; font-weight: 500; text-transform: uppercase; letter-spacing: .06em; color: var(--orange); margin-bottom: 24px; } .temporary-fencing-page .model-desc { font-size: 15px; color: var(--gray-600); line-height: 1.8; margin-bottom: 28px; max-width: 480px; } .temporary-fencing-page .model-desc.white { color: rgba(255, 255, 255, .65); } .temporary-fencing-page .model-accent-strip { height: 4px; background: var(--orange); border-radius: 2px; width: 48px; margin-bottom: 20px; } .temporary-fencing-page .photo-area { background: var(--gray-200); border-radius: 12px; border: 2px dashed var(--gray-400); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; min-height: 300px; position: relative; overflow: hidden; } .temporary-fencing-page .photo-area.dark-placeholder { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .2); } .temporary-fencing-page .photo-icon { opacity: .35; } .temporary-fencing-page .photo-label { font-family: var(--fd); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-400); } .temporary-fencing-page .photo-sub { font-size: 12px; color: var(--gray-400); } .temporary-fencing-page .photo-area.dark-placeholder .photo-label { color: rgba(255, 255, 255, .35); } .temporary-fencing-page .photo-area.dark-placeholder .photo-sub { color: rgba(255, 255, 255, .25); } .temporary-fencing-page .model-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-top: 40px; } .temporary-fencing-page .model-layout.reverse { direction: rtl; } .temporary-fencing-page .model-layout.reverse > * { direction: ltr; } .temporary-fencing-page .photo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; } .temporary-fencing-page .specs-block { margin-top: 24px; } .temporary-fencing-page .specs-title { font-family: var(--fd); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--gray-200); } .temporary-fencing-page .specs-title.white { color: rgba(255, 255, 255, .35); border-bottom-color: rgba(255, 255, 255, .1); } .temporary-fencing-page .spec-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--gray-100); gap: 12px; } .temporary-fencing-page .spec-row.white-row { border-bottom-color: rgba(255, 255, 255, .08); } .temporary-fencing-page .spec-row:last-child { border-bottom: none; } .temporary-fencing-page .spec-key { font-size: 13px; color: var(--gray-600); } .temporary-fencing-page .spec-key.white { color: rgba(255, 255, 255, .55); } .temporary-fencing-page .spec-val { font-family: var(--fd); font-size: 14px; font-weight: 700; color: var(--navy); letter-spacing: .02em; text-align: right; } .temporary-fencing-page .spec-val.white { color: var(--white); } .temporary-fencing-page .spec-val.orange { color: var(--orange); } .temporary-fencing-page .rental-tag { display: inline-flex; align-items: center; gap: 7px; background: rgba(232, 87, 42, .12); border: 1px solid rgba(232, 87, 42, .25); border-radius: 6px; padding: 6px 14px; font-family: var(--fd); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); margin-bottom: 20px; } .temporary-fencing-page .sale-tag { display: inline-flex; align-items: center; gap: 7px; background: rgba(15, 36, 68, .08); border: 1px solid rgba(15, 36, 68, .15); border-radius: 6px; padding: 6px 14px; font-family: var(--fd); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--navy-mid); margin-bottom: 20px; margin-left: 8px; } .temporary-fencing-page .rental-tag.white-tag { background: rgba(232, 87, 42, .2); border-color: rgba(232, 87, 42, .35); color: var(--orange-light); } .temporary-fencing-page .acc-section { padding: 80px; background: var(--gray-100); } .temporary-fencing-page .acc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; } .temporary-fencing-page .acc-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 10px; padding: 24px 22px; transition: border-color .2s, transform .2s; } .temporary-fencing-page .acc-card:hover { border-color: var(--orange); transform: translateY(-3px); } .temporary-fencing-page .acc-icon { width: 40px; height: 40px; background: rgba(232, 87, 42, .1); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; } .temporary-fencing-page .acc-icon svg { width: 20px; height: 20px; } .temporary-fencing-page .acc-name { font-family: var(--fd); font-size: 17px; font-weight: 700; text-transform: uppercase; color: var(--navy); letter-spacing: .02em; margin-bottom: 6px; line-height: 1.1; } .temporary-fencing-page .acc-desc { font-size: 13px; color: var(--gray-600); line-height: 1.65; margin-bottom: 10px; } .temporary-fencing-page .acc-badge { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 3px 9px; border-radius: 3px; } .temporary-fencing-page .acc-badge.rental { background: rgba(232, 87, 42, .12); color: var(--orange-dark); } .temporary-fencing-page .acc-badge.sale { background: rgba(15, 36, 68, .08); color: var(--navy-mid); } .temporary-fencing-page .acc-badge.both { background: rgba(15, 36, 68, .08); color: var(--navy-mid); } .temporary-fencing-page .targets-section { padding: 80px; background: var(--cream); } .temporary-fencing-page .targets-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; } .temporary-fencing-page .target-card { border: 1px solid var(--gray-200); border-radius: 10px; padding: 22px 18px; background: var(--white); transition: border-color .2s, transform .2s; } .temporary-fencing-page .target-card:hover { border-color: var(--orange); transform: translateY(-3px); } .temporary-fencing-page .target-icon { width: 36px; height: 36px; background: rgba(232, 87, 42, .1); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; } .temporary-fencing-page .target-icon svg { width: 18px; height: 18px; } .temporary-fencing-page .target-name { font-family: var(--fd); font-size: 16px; font-weight: 700; text-transform: uppercase; color: var(--navy); letter-spacing: .02em; margin-bottom: 6px; line-height: 1.1; } .temporary-fencing-page .target-desc { font-size: 12px; color: var(--gray-600); line-height: 1.6; } .temporary-fencing-page .faq-section { padding: 80px; background: var(--white); } .temporary-fencing-page .faq-seo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 48px; } .temporary-fencing-page .faq { display: flex; flex-direction: column; gap: 0; } .temporary-fencing-page .faq-item { border-bottom: 1px solid var(--gray-200); } .temporary-fencing-page .faq-q { font-family: var(--fd); font-size: 15px; font-weight: 700; text-transform: uppercase; color: var(--navy); letter-spacing: .02em; padding: 18px 0; cursor: pointer; display: flex; align-items: center; justify-content: space-between; transition: color .2s; user-select: none; } .temporary-fencing-page .faq-q:hover { color: var(--orange); } .temporary-fencing-page .faq-icon { width: 22px; height: 22px; border-radius: 50%; background: rgba(232, 87, 42, .1); color: var(--orange); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; transition: transform .3s; } .temporary-fencing-page .faq-item.open .faq-icon { transform: rotate(45deg); } .temporary-fencing-page .faq-a { font-size: 14px; color: var(--gray-600); line-height: 1.75; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s; } .temporary-fencing-page .faq-item.open .faq-a { max-height: 260px; padding-bottom: 18px; } .temporary-fencing-page .content-block h3 { font-family: var(--fd); font-size: 19px; font-weight: 700; text-transform: uppercase; color: var(--navy); letter-spacing: .03em; margin-bottom: 10px; margin-top: 28px; } .temporary-fencing-page .content-block h3:first-child { margin-top: 0; } .temporary-fencing-page .content-block p { font-size: 14px; color: var(--gray-600); line-height: 1.8; margin-bottom: 14px; } .temporary-fencing-page .territory { padding: 80px; background: var(--navy); } .temporary-fencing-page .territory .sh-white { color: var(--white); margin-bottom: 0; } .temporary-fencing-page .territory-intro { font-size: 15px; color: rgba(255, 255, 255, .6); line-height: 1.7; max-width: 600px; margin-top: 14px; margin-bottom: 48px; } .temporary-fencing-page .region-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } .temporary-fencing-page .region-block { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: 10px; padding: 20px; transition: background .2s, border-color .2s; } .temporary-fencing-page .region-block:hover { background: rgba(232, 87, 42, .1); border-color: rgba(232, 87, 42, .3); } .temporary-fencing-page .region-name { font-family: var(--fd); font-size: 13px; font-weight: 700; text-transform: uppercase; color: var(--orange); letter-spacing: .06em; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, .1); } .temporary-fencing-page .region-cities { list-style: none; display: flex; flex-direction: column; gap: 5px; } .temporary-fencing-page .region-cities li { font-size: 12px; color: rgba(255, 255, 255, .55); } .temporary-fencing-page .region-cities li.primary { color: rgba(255, 255, 255, .9); font-weight: 500; } .temporary-fencing-page .region-cities a { color: inherit; text-decoration: none; transition: color .2s; } .temporary-fencing-page .region-cities a:hover { color: var(--orange); } .temporary-fencing-page .region-cities li.primary a { color: rgba(255, 255, 255, .9); } .temporary-fencing-page .quote-cta { padding: 80px; background: var(--orange); } .temporary-fencing-page .quote-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } .temporary-fencing-page .quote-left h2 { font-family: var(--fd); font-size: clamp(38px, 4vw, 60px); font-weight: 800; text-transform: uppercase; color: var(--white); line-height: .92; letter-spacing: -.01em; margin-bottom: 16px; } .temporary-fencing-page .quote-left p { font-size: 16px; color: rgba(255, 255, 255, .8); line-height: 1.7; } .temporary-fencing-page .quote-form-card { background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2); border-radius: 12px; padding: 32px; } .temporary-fencing-page .ql { display: block; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .6); margin-bottom: 6px; } .temporary-fencing-page .qi { width: 100%; background: rgba(255, 255, 255, .15); border: 1px solid rgba(255, 255, 255, .25); border-radius: 6px; padding: 11px 14px; font-family: var(--fb); font-size: 14px; color: var(--white); outline: none; transition: border-color .2s; margin-bottom: 12px; appearance: none; } .temporary-fencing-page .qi::placeholder { color: rgba(255, 255, 255, .4); } .temporary-fencing-page .qi:focus { border-color: rgba(255, 255, 255, .7); } .temporary-fencing-page .qi option { background: var(--navy); } .temporary-fencing-page .qrow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .temporary-fencing-page .qbtn { width: 100%; background: var(--white); color: var(--orange); font-family: var(--fd); font-size: 16px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 14px; border: none; border-radius: 6px; cursor: pointer; margin-top: 4px; transition: background .2s; } .temporary-fencing-page .qbtn:hover { background: var(--cream); } .temporary-fencing-page .qbtn:disabled { opacity: 0.7; cursor: not-allowed; } .temporary-fencing-page .form-success { text-align: center; padding: 24px 0; color: var(--white); } .temporary-fencing-page .fs-icon { font-size: 48px; margin-bottom: 16px; } .temporary-fencing-page .fs-title { font-family: var(--fd); font-size: 24px; font-weight: 800; text-transform: uppercase; margin-bottom: 8px; } .temporary-fencing-page .fs-note { font-size: 13px; color: rgba(255, 255, 255, .7); line-height: 1.5; } @keyframes tempfencingFadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .temporary-fencing-page .hero-eyebrow { animation: tempfencingFadeUp .5s ease both; } .temporary-fencing-page .hero h1 { animation: tempfencingFadeUp .55s .08s ease both; } .temporary-fencing-page .hero-desc { animation: tempfencingFadeUp .55s .16s ease both; } .temporary-fencing-page .hero-badges { animation: tempfencingFadeUp .55s .24s ease both; } .temporary-fencing-page .hero-stats { animation: tempfencingFadeUp .55s .32s ease both; } .temporary-fencing-page .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; } .temporary-fencing-page .reveal.visible { opacity: 1; transform: translateY(0); } @media (max-width: 900px) { .temporary-fencing-page .breadcrumb, .temporary-fencing-page .intro, .temporary-fencing-page .model-section, .temporary-fencing-page .acc-section, .temporary-fencing-page .targets-section, .temporary-fencing-page .faq-section, .temporary-fencing-page .territory, .temporary-fencing-page .quote-cta { padding-left: 24px; padding-right: 24px; } .temporary-fencing-page .intro-grid, .temporary-fencing-page .model-layout, .temporary-fencing-page .faq-seo-grid, .temporary-fencing-page .quote-inner { grid-template-columns: 1fr; gap: 28px; } .temporary-fencing-page .acc-grid, .temporary-fencing-page .targets-grid { grid-template-columns: 1fr 1fr; } .temporary-fencing-page .region-grid { grid-template-columns: 1fr 1fr; } .temporary-fencing-page .qrow { grid-template-columns: 1fr; } .temporary-fencing-page .model-nav { padding: 0 24px; overflow-x: auto; } .temporary-fencing-page .photo-row { grid-template-columns: 1fr; } }