﻿/* Copyright 2026 HomeOne Interiors. All rights reserved. */
.hero {
  position: relative; height: 100dvh; min-height: 600px;
  overflow: hidden; display: flex; align-items: center;
}
#hero-canvas {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none;
}
.hero-slides { position: absolute; inset: 0; z-index: 1; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.4s cubic-bezier(.4,0,.2,1);
}
.hero-slide::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(6,13,26,.85) 45%, rgba(6,13,26,.2) 100%);
}
.hero-slide.active { opacity: 1; }
.hero-content {
  position: relative; z-index: 3; max-width: 760px;
  padding-top: calc(var(--nav-h) + 40px);
  text-align: center; margin: 0 auto;
}
.hero-actions { justify-content: center; }
.hero-txt { display: none; opacity: 0; transform: translateY(22px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.hero-txt.active { display: block; }
.hero-txt.show { opacity: 1; transform: none; }
.hero-actions .btn-outline {
  border-color: rgba(255,255,255,.4);
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(8px);
}
.hero-actions .btn-outline:hover {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.75);
  color: var(--white);
}
.hero-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 28px;
  border: 1px solid rgba(26,107,218,.35);
  padding: 7px 18px; border-radius: 100px;
  background: rgba(26,107,218,.07);
  text-shadow: 0 0 12px rgba(26,107,218,.7), 0 0 28px rgba(26,107,218,.35);
  box-shadow: 0 0 18px rgba(26,107,218,.18), inset 0 0 12px rgba(26,107,218,.06);
  animation: labelPulse 3.5s ease-in-out infinite;
}
@keyframes labelPulse {
  0%,100% { box-shadow: 0 0 14px rgba(26,107,218,.18), inset 0 0 10px rgba(26,107,218,.06); }
  50%      { box-shadow: 0 0 28px rgba(26,107,218,.36), inset 0 0 16px rgba(26,107,218,.1); }
}
.hero-h1 {
  font-size: clamp(3rem,6.5vw,5.8rem); font-weight: 700; letter-spacing: -.035em;
  color: var(--white); line-height: 1.04; margin-bottom: 44px;
}
.hero-h1 em { font-style: normal; color: var(--blue); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.f-card {
  position: absolute; z-index: 4;
  background: rgba(9,17,31,.82); border: 1px solid var(--line);
  border-radius: 10px; padding: 16px 22px;
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  display: flex; flex-direction: column; gap: 3px;
  animation: fCardIn .9s cubic-bezier(.16,1,.3,1) both;
}
.f-card-1 { top: calc(var(--nav-h) + 28px); left: 32px; animation-delay: .8s; }
.f-card-2 { bottom: 80px; right: 32px; animation-delay: 1.1s; }
@keyframes fCardIn { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:none} }
.fv { font-family: var(--fh); font-size: 1.5rem; font-weight: 700; color: var(--white); line-height: 1; }
.fl { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); margin-top: 2px; }
.hero-nav {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  z-index: 4; display: flex; gap: 8px; align-items: center;
}
.hero-dot {
  width: 6px; height: 6px; border-radius: 100px; background: var(--mute); opacity: .5;
  transition: width .35s, background .35s, opacity .35s; cursor: pointer;
}
.hero-dot.active { width: 22px; background: var(--blue); opacity: 1; }
.hero-scroll {
  position: absolute; bottom: 36px; right: 40px; z-index: 4;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero-scroll span { font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(238,243,255,.5); writing-mode: vertical-rl; }
.hero-scroll-ln { width: 1px; height: 48px; background: linear-gradient(to bottom, rgba(26,107,218,.6), transparent); animation: scrollPulse 2s ease infinite; }
@keyframes scrollPulse { 0%{opacity:1;transform:scaleY(1)} 100%{opacity:0;transform:scaleY(0);transform-origin:top} }
.about-split { padding: 120px 0; background: var(--bg2); }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; }
.about-eyebrow { margin-bottom: 12px; }
.about-h2 { margin-bottom: 20px; }
.about-lead { font-size: 15.5px; color: var(--mute); line-height: 1.7; margin-bottom: 32px; }
.about-pillars { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
.about-pillar {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px; border: 1px solid var(--line); border-radius: 6px;
  background: var(--bg3); transition: border-color .25s;
}
.about-pillar:hover { border-color: var(--blue); }
.about-pillar-icon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: rgba(26,107,218,.12); border-radius: 6px; color: var(--blue); font-size: 16px; flex-shrink: 0; }
.about-pillar-title { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 2px; }
.about-pillar-desc { font-size: 13px; color: var(--mute); line-height: 1.5; }
.about-img-wrap { position: relative; border-radius: 8px; overflow: hidden; }
.about-img-wrap img { width: 100%; height: 520px; object-fit: cover; }
.about-img-badge {
  position: absolute; bottom: 24px; left: 24px;
  background: var(--bg2); border: 1px solid var(--line); border-radius: 6px;
  padding: 12px 16px; display: flex; align-items: center; gap: 10px;
}
.about-badge-icon { color: var(--blue); font-size: 20px; }
.about-badge-num { font-family: var(--fh); font-size: 1.4rem; font-weight: 700; color: var(--white); line-height: 1; }
.about-badge-lbl { font-size: 11px; color: var(--mute); }
.press-strip { padding: 72px 0; background: var(--bg3); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.press-tag {
  text-align: center; font-size: 10px; font-weight: 700; letter-spacing: .32em;
  text-transform: uppercase; color: var(--mute); margin-bottom: 44px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
}
.press-tag::before, .press-tag::after { content: ''; flex: 1; max-width: 120px; height: 1px; background: var(--line); }
.press-publications {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 40px;
}
.press-pub {
  font-family: var(--fh); font-size: clamp(1rem,1.6vw,1.4rem); font-weight: 700;
  color: rgba(238,243,255,.18); letter-spacing: .06em;
  padding: 20px 32px; border-right: 1px solid var(--line);
  transition: color .35s, text-shadow .35s; cursor: default;
}
.press-pub:first-child { border-left: 1px solid var(--line); }
.press-pub:hover { color: rgba(238,243,255,.85); text-shadow: 0 0 24px rgba(238,243,255,.2); }
.press-badges { display: flex; align-items: center; justify-content: center; }
.press-badge { display: flex; align-items: center; gap: 14px; padding: 0 40px; }
.press-badge + .press-badge { border-left: 1px solid var(--line); }
.press-badge i { font-size: 24px; color: var(--blue); }
.press-badge strong { display: block; font-size: 15px; font-weight: 700; color: var(--white); line-height: 1.2; }
.press-badge span { font-size: 12px; color: var(--mute); }
.services-sec { padding: 120px 0; background: var(--bg); }
.services-hd { margin-bottom: 56px; }
.services-hd h2 { margin-bottom: 8px; }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.svc-card {
  position: relative; overflow: hidden; border-radius: 8px;
  aspect-ratio: 4/3; background: var(--bg3);
}
.svc-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); display: block; }
.svc-card:hover .svc-card-img { transform: scale(1.07); }
.svc-ov {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,13,26,.92) 0%, rgba(6,13,26,.1) 65%);
  transition: background .35s;
}
.svc-card:hover .svc-ov { background: linear-gradient(to top, rgba(6,13,26,.97) 0%, rgba(6,13,26,.45) 100%); }
.svc-info {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 22px 24px;
  transform: translateY(4px); transition: transform .35s var(--ease);
}
.svc-card:hover .svc-info { transform: translateY(0); }
.svc-num { font-size: 10px; font-weight: 700; letter-spacing: .24em; color: var(--blue); margin-bottom: 5px; }
.svc-info h3 { font-family: var(--fh); font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 5px; line-height: 1.2; }
.svc-info p { font-size: 12.5px; color: rgba(238,243,255,.65); line-height: 1.55; margin-bottom: 10px; }
.svc-lnk {
  font-size: 12px; font-weight: 600; color: var(--blue);
  display: inline-flex; align-items: center; gap: 6px;
  opacity: 0; transform: translateY(6px);
  transition: opacity .3s .05s, transform .3s .05s, gap .2s;
}
.svc-lnk:hover { gap: 10px; }
.svc-card:hover .svc-lnk { opacity: 1; transform: translateY(0); }
.portfolio-sec { padding: 120px 0; background: var(--bg2); }
.port-hd { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; flex-wrap: wrap; gap: 16px; }
.port-hd h2 { margin-bottom: 4px; }
.port-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.port-filter {
  font-size: 12.5px; font-weight: 600; color: var(--mute);
  padding: 7px 16px; border: 1px solid var(--line); border-radius: 100px;
  transition: border-color .2s, color .2s, background .2s;
}
.port-filter.active, .port-filter:hover { border-color: var(--blue); color: var(--white); background: rgba(26,107,218,.12); }
.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 12px;
}
.bento-item {
  position: relative; border-radius: 6px; overflow: hidden;
  background: var(--bg3);
}
.bento-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.bento-item:nth-child(4) { grid-column: span 2; }
.bento-img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; transition: transform .6s var(--ease); }
.bento-item:nth-child(1) .bento-img { aspect-ratio: auto; height: 100%; }
.bento-item:hover .bento-img { transform: scale(1.04); }
.bento-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,13,26,.85) 0%, transparent 60%);
  opacity: 0; transition: opacity .35s;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 20px;
}
.bento-item:hover .bento-overlay { opacity: 1; }
.bento-title { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 2px; }
.bento-tag { font-size: 11px; color: var(--blue); }
.port-cta { text-align: center; margin-top: 40px; }
.before-after-sec { padding: 120px 0; background: var(--bg); }
.ba-hd { text-align: center; margin-bottom: 60px; }
.ba-hd h2 { margin-bottom: 8px; }
.ba-wrap { position: relative; max-width: 900px; margin: 0 auto; }
.ba-stage { position: relative; }
.ba-slide { display: none; }
.ba-slide.active { display: block; }

.ba-slider {
  position: relative; border-radius: 8px; overflow: hidden;
  user-select: none; touch-action: none; aspect-ratio: 16/9;
}
.ba-before, .ba-after {
  position: absolute; inset: 0; background-size: cover; background-position: center;
}
.ba-after { clip-path: inset(0 0 0 50%); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 3px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 0 18px rgba(255,255,255,.35);
  z-index: 4; cursor: ew-resize;
  display: flex; align-items: center; justify-content: center;
  overflow: visible;
}
.ba-handle::before {
  content: '';
  flex-shrink: 0; min-width: 56px;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--blue);
  border: 3px solid rgba(255,255,255,.95);
  box-shadow: 0 4px 28px rgba(0,0,0,.6), 0 0 0 1px rgba(26,107,218,.25);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 16' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 2L1 8L7 14'/%3E%3Cpath d='M23 2L29 8L23 14'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 26px 14px;
  transition: transform .18s var(--ease), box-shadow .18s;
}
.ba-handle:hover::before {
  transform: scale(1.1);
  box-shadow: 0 6px 36px rgba(0,0,0,.65), 0 0 28px rgba(26,107,218,.5);
}
.ba-handle::after {
  content: 'DRAG';
  position: absolute; top: calc(50% + 36px);
  font-size: 9px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.8); white-space: nowrap;
  text-shadow: 0 1px 6px rgba(0,0,0,.6);
  pointer-events: none;
  animation: dragHintFade 2.5s ease 2s forwards;
}
@keyframes dragHintFade {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
.ba-labels {
  position: absolute; bottom: 16px; left: 0; right: 0;
  display: flex; justify-content: space-between; padding: 0 16px; z-index: 3;
}
.ba-label { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; background: rgba(6,13,26,.75); color: var(--white); padding: 5px 12px; border-radius: 3px; }
.ba-caption { text-align: center; font-size: 13px; color: var(--mute); margin-top: 16px; }
.ba-controls {
  display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 32px;
}
.ba-btn {
  width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--mute); font-size: 15px; cursor: pointer;
  transition: border-color .25s, color .25s, background .25s, transform .2s;
}
.ba-btn:hover { border-color: var(--blue); color: var(--white); background: rgba(26,107,218,.12); transform: scale(1.08); }
.ba-count { font-family: var(--fh); font-size: 13px; font-weight: 600; color: var(--mute); letter-spacing: .12em; min-width: 56px; text-align: center; }
.manifesto {
  padding: 140px 0; background: var(--bg3); overflow: hidden;
  position: relative;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.manifesto::before {
  content: '\201C';
  position: absolute; top: -20px; left: 50%; transform: translateX(-50%);
  font-family: var(--fh); font-size: 18rem; color: var(--line);
  line-height: 1; pointer-events: none; z-index: 0; opacity: .35;
}
.manifesto-inner { text-align: center; position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }
.manifesto-line {
  display: block; width: 48px; height: 2px;
  background: linear-gradient(to right, var(--blue), var(--bl));
  margin: 0 auto 40px;
}
.manifesto-text {
  font-family: var(--fh); font-size: clamp(2.2rem,5.5vw,4.5rem);
  font-weight: 700; color: var(--white); line-height: 1.12; letter-spacing: -.025em;
}
.manifesto-text em { font-style: normal; color: var(--blue); }
.manifesto-sub {
  font-size: 15px; color: var(--mute); margin-top: 28px; line-height: 1.7;
  max-width: 480px; margin-left: auto; margin-right: auto;
}
.manifesto-cta { margin-top: 40px; }
.materials-sec { padding: 80px 0; background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mat-hd { text-align: center; margin-bottom: 48px; }
.mat-hd h2 { font-size: clamp(1.3rem,2.5vw,1.8rem); margin-bottom: 4px; }
.mat-brands { display: flex; align-items: stretch; justify-content: center; gap: 12px; flex-wrap: wrap; }
.mat-brand {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  border: 1px solid var(--line); border-radius: 8px;
  padding: 20px 28px; min-width: 140px;
  transition: border-color .25s, background .25s, transform .25s;
}
.mat-brand:hover { border-color: rgba(26,107,218,.4); background: rgba(26,107,218,.06); transform: translateY(-3px); }
.mat-brand-name { font-family: var(--fh); font-size: 15px; font-weight: 700; color: var(--mute); letter-spacing: .08em; transition: color .2s; }
.mat-brand:hover .mat-brand-name { color: var(--white); }
.mat-brand-tag { font-size: 10.5px; color: var(--blue); letter-spacing: .08em; text-transform: uppercase; }
.why-sec { padding: 120px 0; background: var(--bg); }
.why-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.why-left h2 { margin-bottom: 12px; }
.why-left .why-sub { font-size: 15px; color: var(--mute); line-height: 1.7; margin-bottom: 36px; }
.why-nums { display: flex; flex-direction: column; gap: 20px; }
.why-item { display: flex; gap: 20px; align-items: flex-start; }
.why-n { font-family: var(--fh); font-size: 2rem; font-weight: 700; color: var(--blue); opacity: .35; line-height: 1; flex-shrink: 0; width: 52px; }
.why-title { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 3px; }
.why-desc { font-size: 13.5px; color: var(--mute); line-height: 1.55; }
.why-right-img { border-radius: 8px; overflow: hidden; }
.why-right-img img { width: 100%; height: 560px; object-fit: cover; }
.pricing-sec { padding: 120px 0; background: var(--bg2); }
.pricing-hd { text-align: center; margin-bottom: 56px; }
.pricing-hd h2 { margin-bottom: 8px; }
.pricing-hd p { font-size: 14px; color: var(--mute); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-tier {
  border: 1px solid var(--line); border-radius: 8px;
  padding: 40px 32px; background: var(--bg3);
  display: flex; flex-direction: column; gap: 20px;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.price-tier:hover { border-color: rgba(26,107,218,.4); transform: translateY(-4px); box-shadow: 0 20px 48px rgba(0,0,0,.3); }
.price-tier--featured { border-color: rgba(26,107,218,.5); background: linear-gradient(160deg, var(--bg3), rgba(26,107,218,.05)); }
.price-badge { font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); }
.price-tier-name { font-family: var(--fh); font-size: 1.5rem; font-weight: 700; color: var(--white); line-height: 1; }
.price-amount { display: flex; align-items: baseline; gap: 4px; }
.price-from { font-size: 12px; color: var(--mute); }
.price-num { font-family: var(--fh); font-size: 2.2rem; font-weight: 700; color: var(--white); }
.price-unit { font-size: 12px; color: var(--mute); }
.price-desc { font-size: 13.5px; color: var(--mute); line-height: 1.6; }
.price-divider { height: 1px; background: var(--line); }
.price-includes { display: flex; flex-direction: column; gap: 10px; }
.price-inc-item { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: var(--mute); }
.price-inc-item i { color: var(--blue); font-size: 11px; margin-top: 4px; flex-shrink: 0; }
.price-emi { font-size: 12px; color: var(--blue); display: flex; align-items: center; gap: 6px; margin-top: 4px; }
.price-cta { margin-top: auto; }
.instagram-sec { padding: 80px 0; background: var(--bg3); }
.ig-inner { display: flex; gap: 64px; align-items: center; }
.ig-text { flex: 1; }
.ig-text h2 { margin-bottom: 10px; }
.ig-text p { font-size: 14.5px; color: var(--mute); line-height: 1.65; margin-bottom: 24px; }
.ig-handle { font-family: var(--fh); font-size: 1.6rem; font-weight: 700; color: var(--white); margin-bottom: 24px; display: block; }
.ig-grid { flex: 1.4; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ig-thumb { border-radius: 4px; overflow: hidden; aspect-ratio: 1; background: var(--bg2); transition: transform .3s; }
.ig-thumb:hover { transform: scale(.97); }
.ig-thumb img { width: 100%; height: 100%; object-fit: cover; }
.faq-sec { padding: 96px 0; background: var(--bg); }
.faq-hd { text-align: center; margin-bottom: 48px; }
.faq-hd h2 { margin-bottom: 8px; }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.faq-item {
  border: 1px solid var(--line); border-radius: 6px;
  overflow: hidden; background: var(--bg3);
  transition: border-color .25s;
}
.faq-item.open { border-color: rgba(26,107,218,.35); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding: 18px 22px; text-align: left;
  font-size: 14.5px; font-weight: 600; color: var(--white);
  transition: color .2s;
}
.faq-q:hover { color: var(--bl); }
.faq-icon { color: var(--blue); font-size: 12px; transition: transform .3s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a-inner { padding: 0 22px 18px; font-size: 14px; color: var(--mute); line-height: 1.7; }
.faq-item.open .faq-a { max-height: 400px; }
.hero-corner-tl {
  position: absolute; top: calc(var(--nav-h) + 20px); left: 32px; z-index: 4;
  width: 56px; height: 56px;
  border-top: 1px solid rgba(26,107,218,.45); border-left: 1px solid rgba(26,107,218,.45);
  animation: cornerFade 2s ease 1.2s both;
}
.hero-corner-br {
  position: absolute; bottom: 80px; right: 32px; z-index: 4;
  width: 56px; height: 56px;
  border-bottom: 1px solid rgba(26,107,218,.45); border-right: 1px solid rgba(26,107,218,.45);
  animation: cornerFade 2s ease 1.5s both;
}
@keyframes cornerFade { from{opacity:0;transform:scale(.8)} to{opacity:1;transform:scale(1)} }

.ba-slider { min-height: clamp(200px, 44vw, 420px); }
.instagram-sec {
  padding: 120px 0; background: var(--bg3);
  border-top: 1px solid var(--line);
  position: relative; overflow: hidden; text-align: center;
}
.ig-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 0; pointer-events: none; }
.ig-bg-text {
  font-family: var(--fh); font-size: clamp(5rem,14vw,11rem); font-weight: 700;
  color: rgba(26,107,218,.045); letter-spacing: -.04em; white-space: nowrap;
  user-select: none;
}
.ig-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.ig-inner h2 { font-size: clamp(1.8rem,4vw,2.8rem); color: var(--blue); margin-bottom: 4px; }
.ig-inner p { font-size: 15px; color: var(--mute); line-height: 1.7; max-width: 440px; }
.ig-stats { display: flex; gap: 48px; margin-top: 16px; padding-top: 24px; border-top: 1px solid var(--line); width: 100%; justify-content: center; }
.ig-stat-num { font-family: var(--fh); font-size: 1.8rem; font-weight: 700; color: var(--white); display: block; line-height: 1; }
.ig-stat-lbl { font-size: 11px; color: var(--mute); letter-spacing: .1em; text-transform: uppercase; margin-top: 4px; }
@media (max-width: 1024px) {
  .about-grid, .svc-panel.active, .why-grid, .ig-inner { grid-template-columns: 1fr; gap: 48px; }
  .ba-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hero-h1 { font-size: 2.6rem; }
  .f-card { display: none; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-item:nth-child(1) { grid-column: span 2; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .ig-grid { display: none; }
  .manifesto-text { font-size: 1.8rem; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .press-badges { flex-direction: column; align-items: center; gap: 16px; }
  .press-pub { padding: 14px 20px; font-size: .95rem; }
  .svc-info { padding: 12px 13px; transform: none; }
  .svc-info > p:not(.svc-num) { display: none; }
  .svc-lnk { display: none; }
  .svc-info h3 { font-size: 0.85rem; margin-bottom: 0; line-height: 1.2; }
  .svc-num { font-size: 9px; margin-bottom: 3px; }
}

@media (max-width: 480px) {
  .hero { min-height: 100svh; }
  .hero-actions { flex-direction: column; }
  .hero-stats { gap: 20px; }
  .bento { grid-template-columns: 1fr; }
  .bento-item:nth-child(1) { grid-column: span 1; }
  .svc-grid { grid-template-columns: 1fr; }
  .ig-stats { gap: 20px; }
  .about-img-badge { display: none; }
  .why-right-img img { height: 320px; }
  .about-grid { gap: 32px; }
  .ba-slider { min-height: 200px; }
}
.mat-marquee { overflow: hidden; padding: 6px 0 3px; } /* 6px top gives translateY(-3px) hover room */
.mat-track {
  display: flex; gap: 12px; width: max-content;
  animation: matScroll 30s linear infinite;
}
.mat-marquee:hover .mat-track { animation-play-state: paused; }
@keyframes matScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.hero-dot { position: relative; overflow: hidden; }
.hero-dot-fill {
  position: absolute; inset: 0; border-radius: inherit;
  background: var(--white);
  transform: scaleX(0); transform-origin: left center;
  pointer-events: none;
}
.hero-dot.active { background: rgba(26,107,218,.28); }
.hero-dot.active .hero-dot-fill {
  animation: dotProgress 5.5s linear forwards;
}
@keyframes dotProgress {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
.price-tier--featured { position: relative; overflow: hidden; }
.price-tier--featured::after {
  content: '';
  position: absolute; top: 0; left: -60%;
  width: 55%; height: 100%; pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255,255,255,.032) 40%,
    rgba(255,255,255,.058) 50%,
    rgba(255,255,255,.032) 60%,
    transparent 100%
  );
  animation: pShimmer 5.5s ease-in-out 1.8s infinite;
}
@keyframes pShimmer {
  0%   { left: -60%; }
  100% { left: 160%; }
}
.about-pillar:hover .about-pillar-icon {
  box-shadow: 0 0 20px rgba(26,107,218,.32);
  background: rgba(26,107,218,.2);
}
.faq-item.open {
  border-color: rgba(26,107,218,.35);
  border-left-color: var(--blue);
  border-left-width: 2px;
}
.svc-see-all { text-align: center; margin-top: 36px; }
.why-desc a { color: var(--bl); }
.pricing-note { text-align: center; margin-top: 20px; font-size: 13px; color: var(--mute); }
.pricing-note a { color: var(--blue); margin-left: 6px; }
.testi-cta { text-align: center; margin-top: -32px; padding-bottom: 48px; }
.home-vtesti { padding: 80px 0 96px; background: var(--bg3); border-top: 1px solid var(--line); }
.home-vtesti-hd { text-align: center; margin-bottom: 52px; }
.home-vtesti-hd h2 em { font-style: normal; color: var(--blue); }
.home-vtesti-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 840px; margin: 0 auto;
}
.home-vtesti-cta { text-align: center; margin-top: 44px; }
@media (max-width: 640px) {
  .home-vtesti-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 480px; }
}


.hscroll { padding: 120px 0 130px; background: var(--bg); position: relative; overflow: hidden; }
.hscroll-head { margin-bottom: 46px; }
.hscroll-head h2 em { font-style: normal; color: var(--blue); }
.hscroll-sub { margin-top: 16px; max-width: 540px; color: rgba(255,255,255,.55); font-size: 15px; line-height: 1.7; }
.hscroll-hint { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.hscroll-hint i { color: var(--blue); }
.hscroll-draw { display: block; width: 210px; height: 12px; margin-top: 14px; overflow: visible; }
.hscroll-draw path { stroke-dasharray: 320; }
.hscroll-draw.draw-arm path { stroke-dashoffset: 320; }
.hscroll-draw.draw-in path { stroke-dashoffset: 0; transition: stroke-dashoffset 1.1s var(--ease); }

.hscroll-viewport { position: relative; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: none; scroll-snap-type: x proximity; scroll-behavior: smooth; }
.hscroll-viewport::-webkit-scrollbar { display: none; }
@media (pointer: fine) { .hscroll-viewport { cursor: grab; } }
.hscroll-viewport.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; }
.hscroll-viewport.is-dragging .hs-panel { pointer-events: none; }
.hscroll-track { display: flex; gap: 22px; padding: 0 clamp(16px, 6vw, 120px); width: max-content; }

.hs-panel { position: relative; flex: 0 0 auto; width: clamp(260px, 32vw, 420px); height: 56vh; max-height: 500px; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); text-decoration: none; display: block; scroll-snap-align: center; }
.hs-panel-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 1s var(--ease); }
.hs-panel::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(6,13,26,.94) 2%, rgba(6,13,26,.4) 45%, rgba(6,13,26,.04) 100%); }
.hs-panel:hover .hs-panel-img { transform: scale(1.07); }
.hs-panel-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 30px 28px; }
.hs-panel-idx { font-family: var(--fh); font-size: 13px; letter-spacing: .2em; color: var(--blue); }
.hs-panel-title { font-family: var(--fh); font-size: clamp(1.3rem, 2vw, 1.7rem); color: var(--white); margin: 6px 0 12px; }
.hs-panel-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; letter-spacing: .04em; color: rgba(255,255,255,.75); transition: gap .3s var(--ease), color .3s var(--ease); }
.hs-panel-cta i { transition: transform .3s var(--ease); }
.hs-panel:hover .hs-panel-cta { color: var(--white); gap: 12px; }
.hs-panel:hover .hs-panel-cta i { transform: translateX(4px); }

.hscroll-progress { margin: 34px clamp(16px, 6vw, 120px) 0; height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.hscroll-progress-bar { display: block; height: 100%; width: 100%; background: var(--blue); transform: scaleX(.06); transform-origin: left; will-change: transform; }

@media (max-width: 860px) {
  .hscroll { padding: 90px 0 96px; }
}
@media (max-width: 640px) {
  .hs-panel { width: 78vw; height: 62vh; max-height: 440px; }
  .hscroll-track { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .hs-panel-img, .hs-panel-cta, .hs-panel-cta i { transition: none; }
}
