.center-text, .plan-offer, .thank-you-box {
  text-align : center
}
.about-image-wrap .placeholder-box, .brand-badge, .feature-icon, .icon-badge, .image-placeholder, .plan-icon, .step-no, .video-play {
  place-items : center
}
.contact-feature-grid, .contact-info-stack {
  align-content : start
}
  :root {
  --bg : #f4f7fb;--bg-soft : #edf3fb;--text : #0f172a;--muted : #000;--line : rgba(15, 23, 42, 0.08);--white : #ffffff;--primary : #2563eb;--primary-2 : #1d4ed8;--accent : rgba(65, 62, 255, 0.75);--success : #0f766e;--shadow : 0 20px 60px rgba(15, 23, 42, 0.08);--radius : 24px;--radius-sm : 16px;--glass-bg : rgba(194, 194, 194, 0.23);--glass-border : rgba(184, 192, 255);--max : 1320px
}
* {
  box-sizing : border-box
}
html {
  scroll-behavior : smooth
}
body {
  margin : 0;
  font-family : Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color : var(--text);
  background : radial-gradient(circle at top left, rgb(37 99 235 / .08), transparent 28%), radial-gradient(circle at 85% 10%, rgb(37 99 235 / .08), transparent 22%), linear-gradient(180deg, #f8fbff 0%, #f2f6fb 100%);
  line-height : 1.6
}
img {
  max-width : 100%;
  display : block
}
a {
  color : inherit;
  text-decoration : none
}
button, input, textarea {
  font : inherit
}
.container {
  width : min(100% - 32px, var(--max));
  margin : 0 auto
}
.section {
  padding : 58px 0;
  position : relative
}
.section-title {
  margin : 0 0 24px;
  font-size : clamp(1.9rem, 3vw, 3rem);
  line-height : 1.1
}
.section-lead {
  max-width : 760px;
  color : var(--muted);
  font-size : 1.05rem
}
.eyebrow {
  display : inline-flex;
  align-items : center;
  gap : 8px;
  padding : 8px 14px;
  border-radius : 16px;
  background : rgb(0 0 0 / .1);
  color : var(--text);
  font-size : .85rem;
  font-weight : 700;
  letter-spacing : .02em;
  margin-bottom : 13px
}
.liquid-nav-wrap {
  position : sticky;
  top : 0px;
  z-index : 1000;
  padding : 16px 0 0
}
.about-image-wrap, .hero-visual, .liquid-nav, .video-card {
  position : relative
}
.liquid-nav {
  display : flex;
  align-items : center;
  justify-content : space-between;
  gap : 20px;
  padding : 14px 18px;
  border-radius : 24px;
  background : var(--glass-bg);
  backdrop-filter : blur(24px) saturate(160%);-webkit-backdrop-filter : blur(18px) saturate(160%);
    border: 2px solid rgb(153 153 189 / 30%);
  box-shadow : 0 14px 40px rgb(31 41 55 / .08)
}
.brand, .nav-links {
  align-items : center
}
.brand-badge, .btn {
  color : #fff;
  background : linear-gradient(135deg, var(--primary), var(--accent))
}
.nav-links a.active {
  background : rgba(0, 0, 0, .1);
  color : var(--text)
}
.brand {
  display : flex;
  gap : 12px;
  min-width : 0
}
.brand-badge {
  width : 42px;
  height : 42px;
  border-radius : 14px;
  display : grid;
  font-weight : 800;
  box-shadow : 0 10px 25px rgb(37 99 235 / .22)
}
.brand-text {
  display : flex;
  flex-direction : column;
  line-height : 1.1
}
.brand-text strong {
  font-size : 1rem
}
.brand-text span {
  font-size : .78rem;
  color : var(--muted)
}
.nav-links {
  display : flex;
  gap : 10px;
  flex-wrap : wrap
}
.nav-links a {
  padding : 10px 14px;
  border-radius : 16px;
  color : #1e293b;
  font-weight : 600
}
  .nav-links a:hover {
  background : rgb(0 0 0 / .05)
}
.nav-actions {
  display : flex;
  gap : 12px;
  align-items : center
}
.btn, .btn-ghost, .btn-outline {
  border : 0;
  cursor : pointer;
  display : inline-flex;
  align-items : center;
  justify-content : center;
  gap : 10px;
  padding : 10px 22px;
  border-radius : 16px;
  transition : .25s
}
.btn {
  box-shadow : 0 10px 15px rgb(37 99 235 / .22)
}
  .btn:hover {
  transform : translateY(-2px);
  box-shadow : 0 10px 15px rgb(37 99 235 / .25)
}
.btn-outline {
  background : rgb(255 255 255 / .72);
  color : var(--text);
  border: 1px solid rgb(15 23 42 / 0.4);
}
  .btn-ghost:hover, .btn-outline:hover {
  transform : translateY(-2px);
  background : #fff
}
.btn-ghost {
  background : #fff0;
  color : var(--text)
}
.bullet span, .feature-card p, .footer a, .footer li, .footer p, .hero-copy p, .hero-note, .info-card p, .lookup-item span, .price-card .price span, .price-card .small-price {
  color : var(--muted)
}
.menu-toggle {
  display : none;
  width : 46px;
  height : 46px;
  border-radius : 14px;
  border: 2px solid rgb(153 153 189 / 0.6);
  background : rgb(239 239 239 / .8);
  cursor : pointer;
  padding : 0;
  line-height : 1;
  appearance : none;-webkit-appearance : none
}
.hero-grid {
  display : grid;
  grid-template-columns : 1.05fr 0.95fr;
  gap : 40px;
  align-items : center
}
.hero-copy h1 {
  font-size : clamp(1.9rem, 3vw, 3rem);
  line-height : 1.1;
  margin : 0 0 18px;
  letter-spacing : -.03em
}
.hero-copy p {
  font-size : .98rem;
  max-width : 650px;
  margin : 0 0 28px
}
.hero-actions {
  display : flex;
  flex-wrap : wrap;
  gap : 14px;
  margin-bottom : 22px
}
.hero-note {
  display : flex;
  flex-wrap : wrap;
  gap : 15px;
  font-size : .9rem
}
.hero-note span {
  padding : 8px 10px;
  border-radius : 999px;
  background : rgb(255 255 255 / .9);
  border: 1px solid rgb(15 23 42 / 0.4);
  z-index : 1
}
.glow-shape {
  position : absolute;
  inset : auto;
  z-index : 0;
  border-radius : 36px;
  filter : blur(0)
}
.glow-shape.one {
  width : 240px;
  height : 240px;
  right : 24px;
  background : linear-gradient(135deg, rgb(147 197 253 / .75), rgb(180 188 254 / .75));
  transform : rotate(18deg)
}
.glow-shape.two {
  width : 180px;
  height : 180px;
  bottom : 16px;
  left : -18px;
  background : linear-gradient(135deg, rgb(147 197 253 / .75), rgb(180 188 254 / .75));
  transform : rotate(-18deg)
}
.contact-card, .device-card, .feature-card, .image-placeholder, .info-card, .price-card, .register-card, .side-card {
  position : relative;
  border-radius : var(--radius)
}
.contact-card, .feature-card, .image-placeholder, .info-card, .price-card, .register-card, .side-card {
  z-index : 1;
  background : rgb(255 255 255 / .78);
  backdrop-filter : blur(18px) saturate(160%);-webkit-backdrop-filter : blur(18px) saturate(160%);
  border: 1px solid rgb(175 175 175 / 0.7);
  box-shadow : var(--shadow)
}
.device-card, .feature-photo-block, .feature-photo-card {
  padding : 18px
}
.device-card img {
  width : 100%;
  border-radius : 20px;
  object-fit : cover
}
.stats-row {
  display : grid;
  grid-template-columns : repeat(3, 1fr);
  gap : 16px;
  margin-top : 80px
}
.feature-box, .feature-card, .info-card {
  padding : 22px
}
.feature-card strong, .info-card strong {
  display : block;
  font-size : 1.2rem;
  margin-bottom : 8px;
  margin-right : 25px;
}
.feature-card p, .info-card p {
  margin : 0
}
.two-col {
  display : grid;
  grid-template-columns : 0.95fr 1.05fr;
  gap : 34px;
  align-items : center
}
.image-placeholder {
  min-height : 460px;
  padding : 22px;
  display : grid;
  overflow : hidden
}
.image-placeholder .placeholder-box {
  width : 100%;
  height : 100%;
  min-height : 416px;
  border-radius : 24px;
  border : 2px dashed;
  background : linear-gradient(135deg, rgb(59 130 246 / .08), rgb(124 58 237 / .08)), rgb(255 255 255 / .55);
  display : grid;
  place-items : center;
  color : var(--muted);
  text-align : center
}
.bullet-grid {
  display : grid;
  grid-template-columns : repeat(2, minmax(0, 1fr));
  gap : 16px;
  margin-top : 24px
}
.features-grid, .pricing-wrap {
  margin-top : 34px;
  display : grid;
  grid-template-columns : repeat(3, minmax(0, 1fr))
}
.bullet {
  padding : 18px;
  border-radius : 20px;
  background : rgb(255 255 255 / .72);
  border: 1px solid rgb(175 175 175 / 0.7);
}
.bullet strong, .lookup-item strong {
  display : block;
  margin-bottom : 6px
}
.bullet span {
  font-size : .96rem
}
.features-grid {
  gap : 18px
}
.icon-badge {
  width : 52px;
  height : 52px;
  border-radius : 16px;
  display : grid;
  margin-bottom : 14px;
  font-size : 1.2rem;
  background : linear-gradient(135deg, rgb(37 99 235 / .12), rgb(124 58 237 / .12))
}
.pricing-wrap {
  gap : 22px;
  align-items : stretch
}
.pricing-wrap-4 {
  grid-template-columns : repeat(4, minmax(0, 1fr));
  gap : 18px
}
.price-card {
  padding : 24px;
  display : flex;
  flex-direction : column;
  height : 100%
}
.price-card.popular {
  transform : translateY(-8px);
  border : 1px solid
}
.plan-top {
  display : flex;
  align-items : center;
  justify-content : space-between;
  gap : 14px;
  margin-bottom : 16px;
  min-height : 72px
}
.field, .footer ul, .footer-top, .form-grid, .plan-icon, .plan-list, .side-list {
  display : grid
}
.plan-icon {
  width : 64px;
  height : 64px;
  border-radius : 18px;
  background : linear-gradient(135deg, rgb(37 99 235 / .14), rgb(58 69 237 / .14));
  font-size : 2.4rem;
  flex : 0 0 64px
}
.plan-badge {
  padding : 7px 12px;
  border-radius : 999px;
  background : rgb(37 99 235 / .08);
  color : var(--primary-2);
  font-size : .8rem;
  font-weight : 700;
  white-space : nowrap
}
.price-card h3 {
  margin : 0 0 6px;
  font-size : 1.45rem;
  min-height : 40px
}
.price-card .price {
  display : flex;
  align-items : flex-end;
  gap : 8px;
  margin : 1px 0 8px;
  min-height : 52px;
  flex-wrap : wrap
}
.price-card .price strong {
  font-size : 2.4rem;
  line-height : 1
}
.price-card .small-price {
  margin-bottom : 18px;
  min-height : 24px
}
.plan-list {
  list-style : none;
  margin : 0;
  padding : 0;
  gap : 12px;
  flex : 1
}
.plan-list li {
  color : #334155;
  padding-left : 24px;
  position : relative
}
  .plan-list li::before {
  content : "✓";
  position : absolute;
  left : 0;
  top : 0;
  color : var(--success);
  font-weight : 800
}
.buy-btn {
  margin-top : 24px;
  width : 100%
}
.old-price {
  text-decoration : line-through;
  opacity : .55;
  font-size : 1.5rem!important
}
.free-price {
  color : #16a34a
}
.price-basic {
  align-items : center
}
.contact-grid, .register-grid {
  display : grid;
  grid-template-columns : 1fr 0.92fr;
  gap : 26px;
  align-items : stretch
}
.contact-card, .register-card, .side-card {
  padding : 28px
}
.form-grid {
  grid-template-columns : repeat(2, minmax(0, 1fr));
  gap : 16px
}
.field {
  gap : 8px
}
.field.full, .form-grid>.form-alert {
  grid-column : 1/-1
}
label {
  font-weight : 700;
  font-size : .95rem
}
input, select, textarea {
  width : 100%;
  border: 1px solid rgb(15 23 42 / 0.4);
  background : rgb(255 255 255 / .92);
  padding : 10px 16px;
  border-radius : 16px;
  outline : 0;
  transition : .2s
}
  input:focus, select:focus, textarea:focus {
  border-color : rgb(37 99 235 / .45);
  box-shadow : 0 0 0 4px rgb(37 99 235 / .08)
}
textarea {
  min-height : 150px;
  resize : vertical
}
.form-note, .muted {
  color : var(--muted);
  font-size : .95rem
}
.side-card h3 {
  margin-top : 0;
  margin-bottom : 10px;
  font-size : 1.4rem
}
.side-list {
  list-style : none;
  padding : 0;
  margin : 20px 0 0;
  gap : 12px
}
.side-list li {
  padding : 14px 16px;
  border-radius : 16px;
  background : rgb(255 255 255 / .68);
  border: 1px solid rgb(15 23 42 / 0.06);
}
.side-photo {
  margin-top : 22px;
  border-radius : 22px;
  min-height : 240px;
  position : relative;
  overflow : hidden
}
.footer {
  padding : 34px 0 48px
}
.footer-box {
  border-radius : 28px;
  padding : 28px;
  background : rgb(255 255 255 / .75);
  backdrop-filter : blur(18px) saturate(160%);-webkit-backdrop-filter : blur(18px) saturate(160%);
  border: 1px solid rgb(255 255 255 / 0.7);
  box-shadow : var(--shadow)
}
.footer-top {
  grid-template-columns : 1.2fr 0.8fr 0.8fr;
  gap : 24px
}
.footer h4 {
  margin : 0 0 12px;
  font-size : 1rem
}
.footer ul {
  list-style : none;
  padding : 0;
  margin : 0;
  gap : 10px
}
.footer-bottom {
  padding-top : 18px;
  margin-top : 22px;
  border-top: 1px solid rgb(15 23 42 / 0.08);
  display : flex;
  justify-content : space-between;
  gap : 14px;
  flex-wrap : wrap
}
.center-hero {
  min-height : calc(100vh - 120px);
  display : grid;
  align-items : center
}
.register-hero-title {
  line-height : 1.05;
  margin : 0 0 14px
}
.register-steps {
  display : grid;
  gap : 12px;
  margin-top : 22px
}
.register-step {
  display : flex;
  align-items : flex-start;
  gap : 12px;
  padding : 14px 16px;
  background : rgb(255 255 255 / .68);
  border: 1px solid rgb(175 175 175 / 0.7);
  border-radius : 18px
}
.step-no {
  flex : 0 0 36px;
  width : 36px;
  height : 36px;
  border-radius : 12px;
  display : grid;
  background : linear-gradient(135deg, var(--primary), var(--accent));
  color : #fff;
  font-weight : 800
}
.shape-1, .shape-2, .shape-3 {
  background : linear-gradient(135deg, rgb(147 197 253 / .75), rgb(180 188 254 / .75))
}
  @media (max-width : 910px) {
  .liquid-nav{display : block;
  position : relative;
  padding : 14px 18px
}
.brand {
  display : flex;
  align-items : center;
  min-width : 0;
  max-width : calc(100% - 72px)
}
.menu-toggle {
  display : inline-grid;
  place-items : center;
  position : absolute;
  top : 9px;
  right : 9px;
  width : 50px;
  height : 50px;
  margin : 0;
  z-index : 20
}
.nav-actions, .nav-links {
  display : none;
  width : 100%
}
.liquid-nav.open .nav-actions, .liquid-nav.open .nav-links {
  display : flex;
  flex-direction : column;
  align-items : stretch;
  gap : 10px;
  margin-top : 16px
}
.liquid-nav.open .nav-links {
  padding-top : 12px
}
.nav-actions a, .nav-links a {
  width : 100%;
  text-align : center
}
.bullet-grid, .form-grid, .stats-row {
  grid-template-columns : 1fr
}
.section {
  padding : 72px 0
}
.hero-visual {
  transform : translateY(-40px)
}
.hero-note {
  display : flex;
  gap : 12px;
  color : var(--muted);
  font-size : .75em
}
  }@media (max-width : 560px) {
  .container{width : min(100% - 20px, var(--max))
}
.liquid-nav {
  padding : 12px;
  border-radius : 20px
}
.hero {
  padding-top : 32px
}
.hero-actions {
  display : flex;
  gap : 12px;
  flex-wrap : nowrap
}
.hero-actions a {
  flex : 1;
  text-align : center;
  min-width : 140px
}
.btn, .btn-ghost, .btn-outline {
  width : 100%
}
.contact-card, .device-card, .feature-card, .info-card, .price-card, .register-card, .side-card {
  border-radius : 22px
}
.hero-note {
  display : flex;
  gap : 5px;
  color : var(--muted);
  font-size : .5em;
  font-weight : 700
}
}.about-image-wrap .placeholder-box {
  width : 100%;
  min-height : 460px;
  border-radius : 24px;
  padding : 22px;
  display : grid;
  overflow : hidden;
  background : rgb(255 255 255 / .78);
  backdrop-filter : blur(18px) saturate(160%);-webkit-backdrop-filter : blur(18px) saturate(160%);
  border : 1px solid;
  box-shadow : var(--shadow)
}
.about-image-wrap .placeholder-box img {
  width : 100%;
  display : block;
  object-fit : contain
}
.about-art {
  position : relative;
  display : flex;
  align-items : center;
  justify-content : center;
  padding : 30px;
  min-height : 420px
}
.about-shape, .photo-shape {
  position : absolute;
  z-index : 0
}
.about-art img {
  position : relative;
  z-index : 2;
  max-width : 100%;
  height : auto
}
.about-shape {
  border-radius : 30px
}
.shape-1 {
  width : 260px;
  height : 260px;
  top : 40px;
  left : 10px;
  transform : rotate(-14deg)
}
.shape-2 {
  width : 190px;
  height : 190px;
  top : 10px;
  right : 25px;
  transform : rotate(16deg)
}
.shape-3 {
  width : 180px;
  height : 180px;
  bottom : 0;
  right : 40px;
  transform : rotate(10deg)
}
.side-photo img {
  width : 100%;
  display : block;
  border-radius : 18px
}
.register-form-title {
  margin-top : 0;
  margin-bottom : 10px;
  font-size : 2rem;
  line-height : 1.1
}
.register-note {
  margin-bottom : 14px;
  font-size : 13px
}
.register-side-photo {
  min-height : 300px;
  margin-top : 24px;
  overflow : hidden
}
.feature-photo-block img, .feature-photo-card img, .register-side-photo img {
  width : 100%;
  display : block;
  border-radius : 18px;
  object-fit : cover
}
.form-alert {
  padding : 14px 16px;
  border-radius : 16px;
  background : rgb(239 68 68 / .08);
  border: 1px solid rgb(239 68 68 / 0.18);
  color : #b91c1c;
  display : grid;
  gap : 6px;
  margin : 10px 0 0;
  width : 100%
}
.captcha-box {
  min-height : 52px;
  display : flex;
  align-items : center;
  justify-content : center;
  border-radius : 16px;
  padding : 14px 16px;
  background : rgb(15 23 42 / .04);
  border : 1px dashed;
  font-size : 1.5rem;
  font-weight : 800;
  letter-spacing : .25em;
  color : var(--primary-2);
  user-select : none
}
.thank-you-box {
  min-height : 100%;
  display : flex;
  flex-direction : column;
  align-items : center;
  justify-content : center;
  padding : 28px 16px
}
.thank-you-logo {
  width : 92px;
  height : 92px;
  margin-bottom : 18px;
  color : var(--primary)
}
.thank-you-logo svg {
  width : 100%;
  height : 100%;
  display : block
}
.feature-cta-title, .thank-you-title {
  margin-bottom : 12px
}
.thank-you-text {
  max-width : 560px
}
.captcha-image-wrap {
  display : flex;
  align-items : center;
  gap : 10px
}
.captcha-image {
  display : block;
  width : 140px;
  height : 52px;
  border-radius : 14px;
  border : 1px dashed;
  background : #f8fafc
}
.captcha-refresh, .domain-suffix {
  background : rgb(255 255 255 / .92)
}
.captcha-refresh {
  min-width : 52px;
  height : 52px;
  border: 1px solid rgb(15 23 42 / 0.4);
  border-radius : 14px;
  cursor : pointer;
  font-size : 1.1rem;
  font-weight : 700;
  transition : .2s
}
  .captcha-refresh:hover {
  background : #fff;
  transform : translateY(-1px)
}
.domain-input-wrap {
  display : flex;
  align-items : stretch;
  width : 100%
}
.domain-input-wrap input {
  border-top-right-radius : 0;
  border-bottom-right-radius : 0;
  flex : 1;
  min-width : 0
}
.domain-suffix {
  display : inline-flex;
  align-items : center;
  padding : 0 16px;
  border: 1px solid rgb(15 23 42 / 0.4);
  border-left: 0;
  border-top-right-radius : 16px;
  border-bottom-right-radius : 16px;
  color : var(--muted);
  white-space : nowrap
}
.subdomain-check-row {
  display : flex;
  align-items : center;
  gap : 12px;
  margin-top : 10px;
  flex-wrap : wrap
}
.subdomain-result {
  font-size : .95rem;
  font-weight : 600;
  color : var(--muted)
}
.subdomain-result.ok {
  color : #15803d
}
.subdomain-result.error {
  color : #b91c1c
}
.side-photo-art {
  display : flex;
  align-items : center;
  justify-content : center;
  padding : 24px;
  background : linear-gradient(180deg, rgb(255 255 255 / .35), rgb(255 255 255 / .15))
}
.photo-shape {
  border-radius : 28px;
  background : rgb(147 197 253 / .35)
}
.shape-a {
  width : 150px;
  height : 150px;
  top : 18px;
  left : 22px;
  transform : rotate(12deg)
}
.shape-b {
  width : 110px;
  height : 110px;
  top : 36px;
  right : 26px;
  background : rgb(191 219 254 / .45);
  transform : rotate(-14deg)
}
.shape-c {
  width : 130px;
  height : 130px;
  bottom : 18px;
  left : 40px;
  background : rgb(186 230 253 / .35);
  transform : rotate(-10deg)
}
.shape-d {
  width : 95px;
  height : 95px;
  bottom : 34px;
  right : 44px;
  background : rgb(125 211 252 / .28);
  transform : rotate(16deg)
}
.video-trigger, .video-trigger img {
  width : 100%;
  display : block
}
.side-photo-art img {
  position : relative;
  z-index : 2;
  max-width : 100%;
  height : auto;
  display : block
}
.plan-offer {
  margin : 14px 0 18px;
  padding : 10px 14px;
  border-radius : 12px;
  background : rgb(37 99 235 / .08);
  color : #2563eb;
  font-size : 14px;
  font-weight : 700;
  line-height : 1.4
}
.video-trigger {
  position : relative;
  border : 0;
  background : 0 0;
  padding : 0;
  cursor : pointer
}
.video-play {
  position : absolute;
  top : 50%;
  left : 50%;
  width : 84px;
  height : 84px;
  transform : translate(-50%, -50%);
  border-radius : 999px;
  display : grid;
  background : rgba(255, 255, 255, .88);
  color : #2563eb;
  box-shadow : 0 18px 35px rgba(15, 23, 42, .18);
  transition : transform .25s, background .25s, box-shadow .25s;
  z-index : 3
}
.video-play svg {
  width : 34px;
  height : 34px;
  margin-left : 4px
}
  .video-trigger:hover .video-play {
  transform : translate(-50%, -50%) scale(1.06);
  background : #fff;
  box-shadow : 0 22px 42px rgba(15, 23, 42, .22)
}
.video-modal {
  position : fixed;
  inset : 0;
  z-index : 9999;
  display : none
}
.video-modal.show {
  display : block
}
.video-modal-backdrop {
  position : absolute;
  inset : 0;
  background : rgba(15, 23, 42, .72);
  backdrop-filter : blur(8px);-webkit-backdrop-filter : blur(8px)
}
.video-modal-dialog {
  position : relative;
  width : min(92vw, 960px);
  margin : 6vh auto 0;
  z-index : 10000
}
.video-modal-close {
  position : absolute;
  top : -14px;
  right : -14px;
  width : 42px;
  height : 42px;
  border : 0;
  border-radius : 999px;
  background : #fff;
  color : #0f172a;
  font-size : 1.8rem;
  line-height : 1;
  cursor : pointer;
  box-shadow : 0 12px 30px rgba(15, 23, 42, .18);
  z-index : 10001
}
.video-frame-wrap {
  position : relative;
  width : 100%;
  padding-top : 56.25%;
  border-radius : 22px;
  overflow : hidden;
  background : #000;
  box-shadow : 0 24px 60px rgba(15, 23, 42, .3);
  z-index : 1
}
.video-frame-wrap iframe {
  position : absolute;
  inset : 0;
  width : 100%;
  height : 100%;
  border : 0;
  z-index : 1
}
  @media (max-width : 860px) {
  .video-play{width : 68px;
  height : 68px
}
.video-play svg {
  width : 28px;
  height : 28px
}
.video-modal-dialog {
  width : min(94vw, 960px);
  margin-top : 10vh
}
.video-modal-close {
  top : -10px;
  right : -6px
}
}.float-whatsapp, .scroll-top {
  position : fixed;
  right : 20px;
  bottom : 24px;
  display : flex;
  align-items : center;
  transition : .25s;
  width : 54px;
  height : 54px
}
.scroll-top {
  z-index : 999;
  border-radius : 14px;
  border : 1px solid rgba(175, 175, 175, .7);
  background : rgba(255, 255, 255, .85);
  backdrop-filter : blur(12px);-webkit-backdrop-filter : blur(12px);
  font-size : 20px;
  font-weight : 700;
  color : var(--primary);
  justify-content : center;
  cursor : pointer;
  opacity : 0;
  visibility : hidden;
  transform : translateY(10px)
}
.scroll-top.show {
  opacity : 1;
  visibility : visible;
  transform : translateY(0)
}
  .float-whatsapp:hover, .scroll-top:hover {
  transform : translateY(-2px)
}
  .scroll-top:hover {
  box-shadow : 0 12px 25px rgba(37, 99, 235, .2)
}
.float-whatsapp {
  z-index : 998;
  border-radius : 16px;
  justify-content : center;
  background : #25d366;
  color : #fff;
  box-shadow : 0 14px 30px rgba(37, 211, 102, .28);
  text-decoration : none
}
.float-whatsapp svg {
  width : 28px;
  height : 28px;
  display : block
}
.float-whatsapp.with-scroll-btn {
  bottom : 86px
}
.feature-hero {
  padding-top : 52px
}
.feature-hero-grid, .feature-intro-grid, .ownership-grid {
  display : grid;
  grid-template-columns : 1.05fr 0.95fr;
  gap : 34px;
  align-items : center
}
.feature-box, .feature-cta-card, .feature-photo-block, .feature-photo-card {
  background : rgba(255, 255, 255, .78);
  backdrop-filter : blur(18px) saturate(160%);-webkit-backdrop-filter : blur(18px) saturate(160%);
  border : 1px solid rgba(175, 175, 175, .7);
  box-shadow : var(--shadow);
  border-radius : var(--radius)
}
.feature-photo-card1 {
  display: flex;
  justify-content: center; 
}

.feature-photo-card1 img {
  width : 70%;
  object-fit : cover;
}
.feature-center-lead, .feature-hero-copy .section-lead {
  max-width : 860px
}
.feature-paragraph {
  margin : 18px 0 0;
  color : var(--muted);
  font-size : 1rem;
  line-height : 1.75
}
.feature-section-alt {
  background : linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .02))
}
.feature-head {
  margin-bottom : 28px
}
.feature-center-lead {
  margin-left : auto;
  margin-right : auto
}
.admin-feature-grid, .contact-mini-grid {
  display : grid;
  grid-template-columns : repeat(2, minmax(0, 1fr));
  gap : 18px
}
.feature-icon {
  width : 54px;
  height : 54px;
  display : grid;
  border-radius : 16px;
  margin-bottom : 14px;
  background : linear-gradient(135deg, rgba(37, 99, 235, .12), rgba(58, 69, 237, .12));
  font-size : 1.25rem
}
.feature-box h3 {
  margin : 0 0 8px;
  font-size : 1.15rem
}
.feature-box p {
  margin : 0;
  color : var(--muted);
  line-height : 1.7
}
.lookup-feature-list {
  display : grid;
  gap : 14px;
  margin-top : 22px
}
.lookup-item {
  padding : 18px;
  border-radius : 18px;
  background : rgba(255, 255, 255, .72);
  border : 1px solid rgba(175, 175, 175, .7)
}
.ownership-points {
  display : flex;
  flex-wrap : wrap;
  gap : 12px;
  margin-top : 20px
}
.ownership-pill {
  padding : 9px 14px;
  border-radius : 999px;
  background : rgba(37, 99, 235, .08);
  color : var(--primary-2);
  font-size : .92rem;
  font-weight : 700
}
.feature-contact-strip {
  padding-top : 20px
}
.feature-cta-card {
  padding : 28px;
  display : flex;
  align-items : center;
  justify-content : space-between;
  gap : 24px
}
.feature-cta-actions {
  display : flex;
  min-width : 151px;
  flex-direction : column;
  gap : 20px
}
.contact-layout-grid {
  display : grid;
  grid-template-columns : 1.05fr 0.95fr;
  gap : 26px;
  align-items : stretch
}
  @media (max-width : 1080px) {
  .admin-feature-grid, .contact-grid, .contact-layout-grid, .features-grid, .footer-top, .hero-grid, .register-grid, .two-col{grid-template-columns : 1fr
}
.contact-feature-grid, .pricing-wrap {
  grid-template-columns : repeat(2, minmax(0, 1fr))
}
.price-card.popular {
  transform : none
}
.feature-cta-card, .feature-hero-grid, .feature-intro-grid, .ownership-grid {
  grid-template-columns : 1fr;
  display : grid
}
.feature-cta-actions {
  justify-content : flex-start;
  min-width : 0
}
}.contact-info-stack {
  display : grid;
  gap : 18px
}
.map-card {
  background : rgba(255, 255, 255, .78);
  backdrop-filter : blur(18px) saturate(160%);-webkit-backdrop-filter : blur(18px) saturate(160%);
  border : 1px solid rgba(175, 175, 175, .7);
  box-shadow : var(--shadow);
  border-radius : var(--radius);
  padding : 14px;
  overflow : hidden
}
.map-card iframe {
  width : 100%;
  height : 260px;
  border : 0;
  display : block;
  border-radius : 16px
}
  @media (max-width : 680px) {
  .contact-feature-grid, .contact-mini-grid, .pricing-wrap, .pricing-wrap-4{grid-template-columns : 1fr
}
.feature-box, .feature-cta-card, .feature-photo-block, .feature-photo-card {
  border-radius : 22px
}
.feature-cta-actions {
  flex-direction : column
}
.feature-cta-actions .btn, .feature-cta-actions .btn-outline {
  width : 100%;
  min-height : 52px
}
.map-card iframe {
  height : 220px
}
}

.domain-input-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.domain-input-wrap input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 1;
  min-width: 0;
}

.domain-suffix-select {
  width: auto;
  min-width: 150px;
  border: 1px solid rgb(15 23 42 / 0.4);
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background: rgb(255 255 255 / 0.92);
  color: var(--muted);
  padding: 0 38px 0 16px;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #64748b 50%),
    linear-gradient(135deg, #64748b 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

@media (max-width: 680px) {
  .domain-input-wrap {
    flex-direction: column;
  }

  .domain-input-wrap input {
    border-radius: 16px 16px 0 0;
  }

  .domain-suffix-select {
    width: 100%;
    min-width: 0;
    border-left: 1px solid rgb(15 23 42 / 0.4);
    border-top: 0;
    border-radius: 0 0 16px 16px;
    padding: 12px 38px 12px 16px;
  }
}




.feature-showcase {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
}

.feature-accordion,
.feature-preview-card,
.feature-mobile-slider {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(175, 175, 175, 0.7);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.feature-accordion {
  padding: 12px;
  display: grid;
  gap: 10px;
}

.feature-acc-item {
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.62);
  overflow: hidden;
  transition: 0.25s ease;
}

.feature-acc-item.active {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.feature-acc-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 18px;
  display: grid;
  grid-template-columns: 52px 1fr 24px;
  gap: 14px;
  align-items: start;
  cursor: pointer;
}

.feature-acc-no {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(58, 69, 237, 0.12));
  color: var(--primary-2);
  font-weight: 800;
  font-size: 0.95rem;
}

.feature-acc-title-wrap strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 4px;
  color: var(--text);
}

.feature-acc-title-wrap span {
  display: block;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.feature-acc-icon {
  font-size: 1.3rem;
  color: var(--muted);
  line-height: 1;
  margin-top: 6px;
}

.feature-acc-item.active .feature-acc-icon {
  color: var(--primary);
}

.feature-acc-body {
  display: none;
  padding: 0 18px 18px 84px;
  color: var(--muted);
  line-height: 1.7;
}

.feature-acc-item.active .feature-acc-body {
  display: block;
}

.feature-preview-card {
  padding: 18px;
  display: flex;
}

.feature-preview-stage {
  position: relative;
  width: 100%;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.08));
}

.feature-preview-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.feature-preview-image.active {
  opacity: 1;
  transform: scale(1);
}

.feature-mobile-slider {
  display: none;
  padding: 16px;
}

.feature-mobile-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 12px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.feature-mobile-track::-webkit-scrollbar {
  display: none;
}

.feature-mobile-slide {
  min-width: 100%;
  scroll-snap-align: start;
}

.feature-mobile-slide img {
  width: 100%;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

.feature-mobile-copy {
  padding: 16px 4px 4px;
}

.feature-mobile-kicker {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--primary-2);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-mobile-copy h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.feature-mobile-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.feature-mobile-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 14px;
}

.feature-mobile-dots button {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(15, 23, 42, 0.15);
  cursor: pointer;
}

.feature-mobile-dots button.active {
  width: 26px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

@media (max-width: 980px) {
  .feature-showcase {
    grid-template-columns: 1fr;
  }

  .feature-accordion,
  .feature-preview-card {
    display: none;
  }

  .feature-mobile-slider {
    display: block;
  }
}

.img-card {
  position: relative;
  overflow: hidden;
  color: #111; /* keep text visible */
}
.info-card.img-card {
  min-height: 220px; /* adjust 200~260 based on your taste */
  padding: 20px;
}
.info-card.img-card {
  display: flex;
  justify-content: flex-start;
}
/* background image layer */
.img-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: var(--bg);
  background-size: cover;
  background-position: center;

  z-index: 0;
}

/* fade overlay */
.img-card::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to bottom,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,1) 20%,
    rgba(255,255,255,1) 40%,
    rgba(255,255,255,0.8) 60%,
    rgba(255,255,255,0.4) 80%,
    rgba(255,255,255,0) 100%
  );

  z-index: 1;
}

/* make text above */
.img-card > * {
  position: relative;
  z-index: 2;
}