
    *{box-sizing:border-box}
    :root{
      --green:#0c513f;
      --green-dark:#06382d;
      --green-soft:#eaf3ef;
      --gold:#bd9852;
      --gold-soft:#ead8b6;
      --cream:#fbf7ed;
      --paper:#fffdf8;
      --text:#16231f;
      --muted:#65746f;
      --line:rgba(12,81,63,.14);
      --shadow:0 22px 70px rgba(6,56,45,.13);
    }
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:Tahoma,Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 12%,rgba(189,152,82,.14),transparent 28%),
        radial-gradient(circle at 88% 18%,rgba(12,81,63,.08),transparent 32%),
        linear-gradient(180deg,var(--cream),#fff 78%);
    }
    body.en{direction:ltr;font-family:Arial,Helvetica,sans-serif}
    a{text-decoration:none;color:inherit}
    .wrap{width:min(1160px,calc(100% - 44px));margin:auto}

    header{
      position:sticky;
      top:0;
      z-index:50;
      background:
        radial-gradient(circle at 88% 28%,rgba(234,216,182,.12),transparent 26%),
        linear-gradient(135deg,#0b513f,#06382d);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(234,216,182,.28);
      box-shadow:0 10px 30px rgba(6,56,45,.14);
    }
    .top{
      min-height:104px;
      display:flex;
      align-items:center;
      gap:30px;
      direction:rtl;
      padding:10px 0;
    }
    .brand{
      order:1;
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
    }
    .brand img{
      width:72px;
      height:72px;
      border-radius:50%;
      object-fit:cover;
      background:#fff;
      border:2px solid rgba(234,216,182,.85);
      box-shadow:0 12px 30px rgba(0,0,0,.18);
      padding:3px;
    }
    .brand strong{
      display:block;
      color:#fff;
      font-size:20px;
      line-height:1.15;
      direction:ltr;
      text-align:left;
      letter-spacing:.1px;
    }
    .brand span{
      display:block;
      margin-top:6px;
      color:rgba(255,255,255,.76);
      font-size:12px;
      text-align:right;
    }
    nav{
      order:2;
      display:flex;
      align-items:center;
      gap:20px;
      color:rgba(255,255,255,.88);
      font-size:14px;
      white-space:nowrap;
    }
    nav a{padding:8px 2px}
    nav a:hover{color:var(--gold-soft)}
    .nav-cta{
      padding:11px 19px!important;
      border-radius:999px;
      border:1px solid rgba(234,216,182,.78);
      color:#fff;
      background:rgba(234,216,182,.12);
      font-weight:800;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
    }
    .lang{
      order:3;
      margin-right:auto;
      border:1px solid rgba(234,216,182,.72);
      background:rgba(255,255,255,.96);
      color:var(--green-dark);
      border-radius:999px;
      padding:10px 14px;
      font-weight:900;
      cursor:pointer;
      box-shadow:0 8px 22px rgba(0,0,0,.10);
    }
    body.en .top{direction:ltr}
    body.en .brand{order:1}
    body.en nav{order:2}
    body.en .lang{order:3;margin-left:auto;margin-right:0}

    .hero{
      position:relative;
      overflow:hidden;
      padding:54px 0 64px;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      background:url('/assets/logo.png') no-repeat left 9% center;
      background-size:min(420px,34vw);
      opacity:.045;
      filter:grayscale(.1);
      pointer-events:none;
    }
    body.en .hero:before{
      background-position:right 9% center;
    }
    .grid{
      position:relative;
      z-index:2;
      min-height:calc(100vh - 180px);
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:58px;
      align-items:center;
    }
    .content{order:1}
    .visual{order:2}

    .kicker{
      display:flex;
      align-items:center;
      gap:12px;
      margin:0 0 16px;
      color:var(--green);
      font-weight:900;
      font-size:15px;
    }
    .kicker:after{
      content:"";
      width:42px;
      height:2px;
      border-radius:999px;
      background:var(--gold);
    }
    body.en .kicker:after{display:none}
    body.en .kicker:before{
      content:"";
      width:42px;
      height:2px;
      border-radius:999px;
      background:var(--gold);
    }

    h1{
      margin:0;
      max-width:720px;
      color:var(--green-dark);
      font-size:clamp(27px,2.75vw,40px);
      line-height:1.62;
      letter-spacing:-.35px;
      font-weight:900;
    }
    .lead{
      margin:20px 0 0;
      max-width:700px;
      color:#465953;
      font-size:16.5px;
      line-height:2.05;
    }
    body.en .lead{line-height:1.78}

    .actions{
      margin-top:28px;
      display:flex;
      flex-wrap:wrap;
      gap:13px;
    }
    .btn{
      min-height:48px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:0 24px;
      border-radius:999px;
      font-weight:900;
      transition:.2s ease;
    }
    .btn:hover{transform:translateY(-2px)}
    .primary{
      background:linear-gradient(135deg,var(--green),var(--green-dark));
      color:white;
      box-shadow:0 15px 32px rgba(12,81,63,.23);
    }
    .secondary{
      background:rgba(255,255,255,.76);
      border:1px solid rgba(189,152,82,.82);
      color:var(--green-dark);
    }
    .tagline{
      display:inline-flex;
      margin-top:24px;
      padding:10px 16px;
      border-inline-start:3px solid var(--gold);
      background:rgba(255,255,255,.58);
      color:var(--green-dark);
      font-weight:900;
      border-radius:14px;
      font-size:15px;
    }

    .professional-card{
      position:relative;
      border-radius:32px;
      padding:28px;
      background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(251,247,237,.78));
      border:1px solid rgba(189,152,82,.34);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .professional-card:before{
      content:"";
      position:absolute;
      width:260px;
      height:260px;
      border-radius:50%;
      background:rgba(12,81,63,.07);
      left:-96px;
      bottom:-112px;
    }
    body.en .professional-card:before{left:auto;right:-96px}

    .logo-badge{
      position:absolute;
      top:22px;
      left:22px;
      z-index:3;
      width:92px;
      height:92px;
      border-radius:26px;
      background:white;
      border:1px solid rgba(189,152,82,.34);
      display:grid;
      place-items:center;
      box-shadow:0 18px 42px rgba(6,56,45,.12);
    }
    body.en .logo-badge{left:auto;right:22px}
    .logo-badge img{
      width:72px;
      height:72px;
      object-fit:contain;
      border-radius:18px;
    }

    .panel-title{
      position:relative;
      z-index:2;
      padding-left:118px;
      margin-bottom:24px;
      min-height:94px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    body.en .panel-title{padding-left:0;padding-right:118px}
    .panel-title span{
      color:var(--gold);
      font-weight:900;
      font-size:13px;
      letter-spacing:.8px;
      direction:ltr;
    }
    .panel-title strong{
      display:block;
      margin-top:8px;
      color:var(--green-dark);
      font-size:25px;
      line-height:1.45;
    }

    .feature-grid{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:1fr;
      gap:13px;
    }
    .feature{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:14px;
      align-items:start;
      padding:17px;
      border-radius:22px;
      background:rgba(255,255,255,.72);
      border:1px solid var(--line);
    }
    .icon{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--green-soft),#fff);
      border:1px solid rgba(12,81,63,.1);
      color:var(--green);
      font-weight:900;
      direction:ltr;
    }
    .feature h3{
      margin:0;
      color:var(--green-dark);
      font-size:16px;
    }
    .feature p{
      margin:7px 0 0;
      color:var(--muted);
      line-height:1.7;
      font-size:13px;
    }

    .trust{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
      margin-top:14px;
    }
    .trust div{
      border:1px solid rgba(189,152,82,.34);
      background:rgba(255,255,255,.74);
      border-radius:18px;
      padding:15px;
      text-align:center;
    }
    .trust strong{
      display:block;
      color:var(--green);
      font-size:24px;
      direction:ltr;
    }
    .trust span{
      display:block;
      color:var(--muted);
      font-size:12px;
      margin-top:3px;
    }

    /* About section */
    .about{
      padding:72px 0 86px;
      background:
        linear-gradient(180deg,rgba(255,255,255,.55),rgba(251,247,237,.72));
      border-top:1px solid rgba(12,81,63,.09);
    }
    .about-grid{
      display:grid;
      grid-template-columns:.92fr 1.08fr;
      gap:48px;
      align-items:start;
    }
    .section-label{
      display:inline-flex;
      align-items:center;
      gap:10px;
      color:var(--gold);
      font-weight:900;
      letter-spacing:.4px;
      margin-bottom:14px;
    }
    .section-label:before{
      content:"";
      width:34px;
      height:2px;
      background:var(--green);
      border-radius:999px;
    }
    .about h2{
      margin:0;
      color:var(--green-dark);
      font-size:clamp(26px,2.5vw,36px);
      line-height:1.55;
      font-weight:900;
    }
    .about-text{
      margin:0;
      color:#465953;
      font-size:16.5px;
      line-height:2.15;
    }
    body.en .about-text{line-height:1.85}
    .about-text + .about-text{margin-top:16px}
    .principles{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
      margin-top:26px;
    }
    .principle{
      background:rgba(255,255,255,.76);
      border:1px solid rgba(12,81,63,.12);
      border-radius:22px;
      padding:18px;
      box-shadow:0 12px 30px rgba(6,56,45,.06);
    }
    .principle strong{
      display:block;
      color:var(--green-dark);
      font-size:15px;
      margin-bottom:8px;
    }
    .principle span{
      display:block;
      color:var(--muted);
      line-height:1.75;
      font-size:13px;
    }
    .about-card{
      position:sticky;
      top:104px;
      background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(251,247,237,.78));
      border:1px solid rgba(189,152,82,.34);
      border-radius:28px;
      padding:28px;
      box-shadow:var(--shadow);
    }
    .about-card img{
      width:76px;
      height:76px;
      object-fit:contain;
      border-radius:22px;
      background:white;
      border:1px solid rgba(189,152,82,.35);
      padding:6px;
      display:block;
      margin-bottom:18px;
    }
    .about-card h3{
      margin:0;
      color:var(--green-dark);
      font-size:22px;
      line-height:1.45;
    }
    .about-card p{
      color:var(--muted);
      line-height:1.85;
      margin:14px 0 0;
      font-size:14px;
    }
    .about-stats{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
      margin-top:20px;
    }
    .about-stats div{
      border-radius:18px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.62);
      padding:14px;
      text-align:center;
    }
    .about-stats strong{
      display:block;
      color:var(--green);
      font-size:22px;
      direction:ltr;
    }
    .about-stats span{
      display:block;
      margin-top:4px;
      color:var(--muted);
      font-size:12px;
    }


    /* Services section */
    .services{
      padding:76px 0 88px;
      background:
        radial-gradient(circle at 12% 18%,rgba(189,152,82,.10),transparent 28%),
        linear-gradient(180deg,#fff,rgba(251,247,237,.72));
      border-top:1px solid rgba(12,81,63,.08);
    }
    .services-head{
      display:grid;
      grid-template-columns:.92fr 1.08fr;
      gap:42px;
      align-items:end;
      margin-bottom:34px;
    }
    .services h2{
      margin:0;
      color:var(--green-dark);
      font-size:clamp(26px,2.5vw,36px);
      line-height:1.55;
      font-weight:900;
    }
    .services-intro{
      margin:0;
      color:#465953;
      font-size:16.5px;
      line-height:2.05;
    }
    body.en .services-intro{line-height:1.82}
    .services-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .service-card{
      position:relative;
      overflow:hidden;
      min-height:275px;
      padding:24px;
      border-radius:26px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(12,81,63,.12);
      box-shadow:0 14px 38px rgba(6,56,45,.07);
    }
    .service-card:before{
      content:"";
      position:absolute;
      width:160px;
      height:160px;
      border-radius:50%;
      background:rgba(12,81,63,.055);
      left:-70px;
      bottom:-80px;
    }
    body.en .service-card:before{left:auto;right:-70px}
    .service-number{
      width:46px;
      height:46px;
      border-radius:16px;
      display:grid;
      place-items:center;
      color:var(--green);
      font-weight:900;
      direction:ltr;
      background:linear-gradient(135deg,var(--green-soft),#fff);
      border:1px solid rgba(12,81,63,.1);
      margin-bottom:16px;
    }
    .service-card h3{
      position:relative;
      z-index:2;
      margin:0;
      color:var(--green-dark);
      font-size:20px;
      line-height:1.45;
    }
    .service-card p{
      position:relative;
      z-index:2;
      margin:12px 0 0;
      color:var(--muted);
      line-height:1.85;
      font-size:14px;
    }
    .service-tags{
      position:relative;
      z-index:2;
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:18px;
    }
    .service-tags span{
      padding:7px 10px;
      border-radius:999px;
      background:rgba(189,152,82,.10);
      border:1px solid rgba(189,152,82,.26);
      color:var(--green-dark);
      font-size:12px;
      font-weight:800;
    }
    .materials-note{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:16px;
      align-items:start;
      margin-top:18px;
      padding:20px 22px;
      border-radius:24px;
      background:linear-gradient(135deg,rgba(12,81,63,.07),rgba(189,152,82,.10));
      border:1px solid rgba(189,152,82,.32);
    }
    .materials-note .mark{
      width:44px;
      height:44px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:white;
      border:1px solid rgba(189,152,82,.34);
      color:var(--gold);
      font-weight:900;
    }
    .materials-note strong{
      display:block;
      color:var(--green-dark);
      font-size:16px;
      margin-bottom:7px;
    }
    .materials-note span{
      display:block;
      color:#53635e;
      line-height:1.85;
      font-size:14px;
    }


    /* Cases, Send Case, Contact */
    .cases{
      padding:76px 0 88px;
      background:
        radial-gradient(circle at 88% 12%,rgba(12,81,63,.07),transparent 28%),
        linear-gradient(180deg,rgba(251,247,237,.72),#fff);
      border-top:1px solid rgba(12,81,63,.08);
    }
    .cases-head,.send-head,.contact-head{
      display:grid;
      grid-template-columns:.92fr 1.08fr;
      gap:42px;
      align-items:end;
      margin-bottom:34px;
    }
    .cases h2,.send-case h2,.contact h2{
      margin:0;
      color:var(--green-dark);
      font-size:clamp(26px,2.5vw,36px);
      line-height:1.55;
      font-weight:900;
    }
    .section-intro{
      margin:0;
      color:#465953;
      font-size:16.5px;
      line-height:2.05;
    }
    body.en .section-intro{line-height:1.82}
    .case-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .case-card{
      overflow:hidden;
      border-radius:26px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(12,81,63,.12);
      box-shadow:0 14px 38px rgba(6,56,45,.07);
    }
    .case-thumb{
      min-height:190px;
      display:grid;
      place-items:center;
      background:
        radial-gradient(circle at center,rgba(189,152,82,.16),transparent 34%),
        linear-gradient(135deg,rgba(12,81,63,.10),rgba(255,255,255,.82));
      color:var(--green);
      font-weight:900;
      font-size:32px;
      direction:ltr;
    }
    .case-body{
      padding:20px;
    }
    .case-body h3{
      margin:0;
      color:var(--green-dark);
      font-size:18px;
      line-height:1.45;
    }
    .case-body p{
      margin:10px 0 0;
      color:var(--muted);
      line-height:1.8;
      font-size:14px;
    }
    .case-note{
      margin-top:18px;
      padding:18px 20px;
      border-radius:22px;
      background:rgba(189,152,82,.10);
      border:1px solid rgba(189,152,82,.28);
      color:#53635e;
      line-height:1.9;
      font-size:14px;
    }

    .send-case{
      padding:76px 0 88px;
      background:
        radial-gradient(circle at 12% 14%,rgba(189,152,82,.11),transparent 28%),
        linear-gradient(180deg,#fff,rgba(251,247,237,.78));
      border-top:1px solid rgba(12,81,63,.08);
    }
    .form-shell{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:start;
    }
    .case-form{
      padding:24px;
      border-radius:28px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(12,81,63,.12);
      box-shadow:0 14px 38px rgba(6,56,45,.07);
    }
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .field{
      display:flex;
      flex-direction:column;
      gap:7px;
    }
    .field.full{grid-column:1/-1}
    .field label{
      color:var(--green-dark);
      font-weight:900;
      font-size:13px;
    }
    .field input,.field select,.field textarea{
      width:100%;
      min-height:46px;
      border-radius:15px;
      border:1px solid rgba(12,81,63,.15);
      background:#fff;
      padding:0 13px;
      color:var(--text);
      font-family:inherit;
      outline:none;
    }
    .field textarea{
      min-height:118px;
      padding-top:12px;
      resize:vertical;
      line-height:1.8;
    }
    .form-disabled-note{
      margin:16px 0 0;
      padding:14px 16px;
      border-radius:18px;
      border:1px dashed rgba(189,152,82,.55);
      background:rgba(189,152,82,.08);
      color:#53635e;
      line-height:1.85;
      font-size:13px;
    }
    .send-side{
      padding:28px;
      border-radius:28px;
      background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(251,247,237,.80));
      border:1px solid rgba(189,152,82,.34);
      box-shadow:var(--shadow);
    }
    .send-side h3{
      margin:0;
      color:var(--green-dark);
      font-size:22px;
      line-height:1.5;
    }
    .send-side p{
      color:var(--muted);
      line-height:1.9;
      margin:12px 0 0;
      font-size:14px;
    }
    .step-list{
      display:grid;
      gap:12px;
      margin-top:22px;
    }
    .step{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:12px;
      align-items:start;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.66);
      border:1px solid var(--line);
    }
    .step b{
      width:34px;
      height:34px;
      border-radius:13px;
      display:grid;
      place-items:center;
      background:var(--green-soft);
      color:var(--green);
      direction:ltr;
    }
    .step span{
      color:#53635e;
      line-height:1.75;
      font-size:13px;
    }

    .contact{
      padding:76px 0 88px;
      background:
        radial-gradient(circle at 86% 20%,rgba(189,152,82,.12),transparent 28%),
        linear-gradient(180deg,rgba(251,247,237,.70),#fff);
      border-top:1px solid rgba(12,81,63,.08);
    }
    .contact-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .contact-card{
      padding:24px;
      border-radius:26px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(12,81,63,.12);
      box-shadow:0 14px 38px rgba(6,56,45,.07);
    }
    .contact-card strong{
      display:block;
      color:var(--green-dark);
      font-size:17px;
      margin-bottom:9px;
    }
    .contact-card span{
      display:block;
      color:var(--muted);
      line-height:1.85;
      font-size:14px;
    }
    .contact-card a{
      color:var(--green-dark);
      font-weight:800;
      direction:ltr;
      display:inline-block;
    }
    .contact-card a:hover{color:var(--green)}
    .footer{
      padding:26px 0;
      border-top:1px solid rgba(12,81,63,.09);
      background:var(--green-dark);
      color:rgba(255,255,255,.78);
      font-size:13px;
    }
    .footer-inner{
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      align-items:center;
    }
    .footer b{
      color:var(--gold-soft);
      direction:ltr;
    }

    @media(max-width:980px){
      .top{flex-wrap:wrap;padding:14px 0;min-height:96px}
      nav{order:3;width:100%;overflow-x:auto;padding-bottom:7px}
      .lang{order:2;margin-right:auto}
      .grid{grid-template-columns:1fr;gap:34px;min-height:auto}
      .content{order:1}
      .visual{order:2}
      .hero{padding-top:40px}
      .hero:before{background-size:360px;opacity:.035}
      .about-grid{grid-template-columns:1fr}
      .about-card{position:relative;top:auto}
      .services-head{grid-template-columns:1fr;gap:18px}
      .services-grid{grid-template-columns:1fr 1fr}
      .cases-head,.send-head,.contact-head{grid-template-columns:1fr;gap:18px}
      .case-grid{grid-template-columns:1fr 1fr}
      .form-shell{grid-template-columns:1fr}
      .contact-grid{grid-template-columns:1fr}
    }
    @media(max-width:560px){
      .wrap{width:calc(100% - 26px)}
      .brand span{display:none}
      .brand img{width:62px;height:62px}
      .brand strong{font-size:18px}
      nav{gap:12px;font-size:13px}
      h1{font-size:27px;line-height:1.62}
      .lead{font-size:16px}
      .btn{width:100%}
      .professional-card{padding:22px}
      .logo-badge{position:static;margin-bottom:16px;width:84px;height:84px}
      .logo-badge img{width:66px;height:66px}
      .panel-title{padding-left:0;min-height:auto}
      body.en .panel-title{padding-right:0}
      .trust{grid-template-columns:1fr 1fr}
      .about{padding:54px 0 64px}
      .principles{grid-template-columns:1fr}
      .services{padding:54px 0 64px}
      .services-grid{grid-template-columns:1fr}
      .materials-note{grid-template-columns:1fr}
      .case-grid{grid-template-columns:1fr}
      .form-grid{grid-template-columns:1fr}
    }
  

/* Multipage additions */
nav a.active{
  color:var(--gold-soft);
  font-weight:900;
}
nav a.active:not(.nav-cta){
  border-bottom:2px solid var(--gold-soft);
}
nav .nav-cta.active{
  background:rgba(234,216,182,.24);
}
.page-shell{
  min-height:calc(100vh - 104px);
}
body:not(.home-page) .about,
body:not(.home-page) .services,
body:not(.home-page) .cases,
body:not(.home-page) .send-case,
body:not(.home-page) .contact{
  min-height:calc(100vh - 104px);
}
.home-page .hero{
  min-height:calc(100vh - 104px);
}
@media(max-width:980px){
  .page-shell{min-height:auto}
}


/* =========================================================
   HOME HERO V2 — Academy Dental Lab
   Lightweight animated schematic; no external video required
   ========================================================= */
.hero-v2{
  min-height:calc(100vh - 104px);
  padding:0;
  color:#fff;
  background:
    radial-gradient(circle at 14% 18%,rgba(205,172,105,.18),transparent 28%),
    radial-gradient(circle at 83% 65%,rgba(38,132,101,.26),transparent 34%),
    linear-gradient(128deg,#062e25 0%,#074535 48%,#0a5943 100%);
  isolation:isolate;
}
.hero-v2:before{display:none}
.hero-noise{
  position:absolute;inset:0;z-index:-1;opacity:.11;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");
}
.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none;z-index:-1}
.hero-orb-one{width:460px;height:460px;left:-220px;top:8%;border:1px solid rgba(217,184,117,.18);box-shadow:inset 0 0 100px rgba(217,184,117,.05)}
.hero-orb-two{width:300px;height:300px;right:34%;bottom:-180px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.07)}
.hero-layout{
  min-height:calc(100vh - 104px);
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:clamp(32px,5vw,78px);
  align-items:center;
  padding-top:54px;
  padding-bottom:54px;
}
.hero-copy{order:1;position:relative;z-index:3}
.hero-art{order:2;position:relative;z-index:2;min-width:0}
body.en .hero-copy{order:1}
body.en .hero-art{order:2}
.hero-eyebrow{
  display:flex;align-items:center;flex-wrap:wrap;gap:9px;
  margin-bottom:20px;color:rgba(255,255,255,.72);font-size:13px;font-weight:800;
}
.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:#d7b873;box-shadow:0 0 0 6px rgba(215,184,115,.11)}
.eyebrow-separator{color:#d7b873}
.hero-title{
  display:flex;flex-direction:column;gap:2px;
  margin:0;max-width:720px;color:#fff;
  font-size:clamp(34px,4.2vw,60px);line-height:1.33;letter-spacing:-1.1px;font-weight:900;
}
.hero-title-accent{
  color:#f1d89f;
  text-shadow:0 8px 34px rgba(0,0,0,.18);
}
.hero-description{
  max-width:670px;margin:22px 0 0;color:rgba(255,255,255,.76);
  font-size:clamp(15px,1.22vw,17.5px);line-height:2.05;
}
body.en .hero-description{line-height:1.78;max-width:640px}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:30px}
.hero-btn{
  min-height:52px;padding:0 23px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:12px;
  font-weight:900;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
}
.hero-btn:hover,.hero-text-link:hover{transform:translateY(-3px)}
.hero-btn-primary{background:linear-gradient(135deg,#efd79f,#cba85f);color:#173c32;box-shadow:0 16px 36px rgba(0,0,0,.24)}
.hero-btn-primary:hover{box-shadow:0 20px 44px rgba(0,0,0,.3)}
.hero-btn-secondary{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.075);color:#fff;backdrop-filter:blur(10px)}
.hero-btn-secondary:hover{background:rgba(255,255,255,.13)}
.btn-arrow{font-size:18px;line-height:1}
body.en .btn-arrow{transform:rotate(180deg)}
.hero-text-link{display:inline-flex;align-items:center;gap:8px;padding:10px 5px;color:#f1d89f;font-weight:900;transition:transform .25s ease}
.hero-proof{
  display:flex;align-items:stretch;gap:18px;margin-top:34px;padding-top:24px;
  border-top:1px solid rgba(255,255,255,.12);max-width:660px;
}
.proof-item{min-width:0;flex:1}
.proof-item strong{display:block;color:#fff;font-size:18px;line-height:1.35;direction:ltr}
.proof-item span{display:block;margin-top:5px;color:rgba(255,255,255,.55);font-size:11.5px;line-height:1.5}
.proof-divider{width:1px;background:rgba(255,255,255,.12)}
.art-frame{
  position:relative;max-width:565px;margin-inline-start:auto;padding:18px;
  border-radius:34px;border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.045));
  box-shadow:0 34px 90px rgba(0,18,13,.4),inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter:blur(22px);overflow:hidden;
}
.art-frame:before{content:"";position:absolute;width:250px;height:250px;left:-110px;top:-100px;border-radius:50%;background:rgba(224,191,123,.12);filter:blur(20px)}
.art-topline{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:3px 6px 16px;border-bottom:1px solid rgba(255,255,255,.1)}
.art-status{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.74);font-size:12px;font-weight:800}
.art-status i{width:7px;height:7px;border-radius:50%;background:#79d5aa;box-shadow:0 0 0 5px rgba(121,213,170,.11);animation:statusPulse 2.2s ease-in-out infinite}
.art-code{direction:ltr;color:#e0c283;font-size:11px;font-weight:900;letter-spacing:1.4px}
.implant-stage{position:relative;height:min(65vh,610px);min-height:505px;margin-top:10px;overflow:hidden;border-radius:25px;background:radial-gradient(circle at 50% 36%,rgba(255,255,255,.12),transparent 34%),linear-gradient(180deg,rgba(0,35,27,.2),rgba(0,27,21,.52))}
.scan-grid{position:absolute;inset:0;opacity:.28;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,transparent,black 20%,black 75%,transparent)}
.scan-beam{position:absolute;z-index:3;left:7%;right:7%;height:2px;top:10%;background:linear-gradient(90deg,transparent,#d9bd7d,transparent);box-shadow:0 0 18px rgba(217,189,125,.75);animation:scanMove 5.4s ease-in-out infinite}
.scan-beam:after{content:"";position:absolute;left:0;right:0;top:0;height:70px;transform:translateY(-100%);background:linear-gradient(to top,rgba(217,189,125,.08),transparent)}
.implant-visual{position:absolute;z-index:2;width:88%;height:92%;inset:4% 6%;overflow:visible}
.svg-crown{transform-origin:260px 190px;animation:crownFloat 5.6s ease-in-out infinite}
.svg-abutment{transform-origin:260px 390px;animation:abutmentFloat 5.6s ease-in-out infinite}
.svg-implant{transform-origin:260px 500px;animation:implantFloat 5.6s ease-in-out infinite}
.measure-lines{animation:dashFlow 10s linear infinite}
.orbit{position:absolute;border-radius:50%;border:1px solid rgba(226,197,137,.16);z-index:1;left:50%;top:46%;transform:translate(-50%,-50%)}
.orbit-one{width:330px;height:330px;animation:orbitSpin 15s linear infinite}
.orbit-two{width:430px;height:430px;border-color:rgba(255,255,255,.08);animation:orbitSpinReverse 22s linear infinite}
.orbit i{position:absolute;width:8px;height:8px;border-radius:50%;background:#e3c482;box-shadow:0 0 18px rgba(227,196,130,.9);left:50%;top:-4px}
.art-label{position:absolute;z-index:4;display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.13);background:rgba(2,38,29,.62);backdrop-filter:blur(12px);box-shadow:0 12px 32px rgba(0,0,0,.18)}
.art-label span{direction:ltr;color:#d7b873;font-size:10px;font-weight:900}
.art-label b{color:#fff;font-size:11px;white-space:nowrap}
.art-label-crown{right:6%;top:22%;animation:labelFloat 4.4s ease-in-out infinite}
.art-label-fit{left:6%;top:56%;animation:labelFloat 4.9s ease-in-out .6s infinite}
.art-label-implant{right:8%;bottom:13%;animation:labelFloat 4.6s ease-in-out 1s infinite}
.art-footer{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:15px 4px 3px}
.art-footer div{padding:8px 10px;border-inline-start:1px solid rgba(255,255,255,.1)}
.art-footer div:first-child{border-inline-start:0}
.art-footer span{display:block;color:rgba(255,255,255,.52);font-size:10px;margin-bottom:4px}
.art-footer b{display:block;direction:ltr;color:#fff;font-size:10px;font-weight:800;white-space:nowrap}
@keyframes scanMove{0%,100%{top:13%;opacity:.35}50%{top:84%;opacity:1}}
@keyframes crownFloat{0%,100%{transform:translateY(-4px)}50%{transform:translateY(9px)}}
@keyframes abutmentFloat{0%,100%{transform:translateY(2px)}50%{transform:translateY(-4px)}}
@keyframes implantFloat{0%,100%{transform:translateY(3px)}50%{transform:translateY(-2px)}}
@keyframes orbitSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes orbitSpinReverse{to{transform:translate(-50%,-50%) rotate(-360deg)}}
@keyframes dashFlow{to{stroke-dashoffset:-150}}
@keyframes labelFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes statusPulse{0%,100%{opacity:.55}50%{opacity:1}}
@media(max-width:1050px){
  .hero-layout{grid-template-columns:1fr .9fr;gap:34px}
  .hero-title{font-size:clamp(33px,4.5vw,48px)}
  .implant-stage{min-height:465px}
  .art-label b{display:none}
}
@media(max-width:820px){
  .hero-v2{min-height:auto}
  .hero-layout{min-height:auto;grid-template-columns:1fr;padding-top:42px;padding-bottom:46px}
  .hero-copy,.hero-art{order:initial}
  .hero-copy{text-align:center}
  .hero-eyebrow,.hero-actions{justify-content:center}
  .hero-title{align-items:center;max-width:100%;font-size:clamp(33px,9vw,50px)}
  .hero-description{margin-inline:auto;max-width:680px}
  .hero-proof{margin-inline:auto;text-align:center}
  .art-frame{max-width:590px;margin:8px auto 0}
  .implant-stage{height:560px;min-height:0}
}
@media(max-width:560px){
  .hero-layout{padding-top:30px;padding-bottom:32px}
  .hero-eyebrow{font-size:11px;margin-bottom:15px}
  .hero-title{font-size:clamp(30px,10vw,42px);line-height:1.38;letter-spacing:-.6px}
  .hero-description{font-size:14.5px;line-height:1.95;margin-top:16px}
  .hero-actions{margin-top:23px;display:grid;grid-template-columns:1fr 1fr;width:100%}
  .hero-btn{padding:0 14px;min-height:49px;font-size:13px}
  .hero-text-link{grid-column:1/-1;justify-content:center}
  .hero-proof{gap:9px;margin-top:24px;padding-top:18px}
  .proof-item strong{font-size:14px}
  .proof-item span{font-size:9.5px}
  .art-frame{padding:12px;border-radius:25px}
  .implant-stage{height:470px;border-radius:20px}
  .orbit-one{width:260px;height:260px}.orbit-two{width:350px;height:350px}
  .art-footer{gap:2px}.art-footer div{padding:7px 5px}.art-footer b{font-size:8px}.art-footer span{font-size:9px}
  .art-label{padding:8px}.art-label b{display:none}
}
@media(prefers-reduced-motion:reduce){
  .scan-beam,.svg-crown,.svg-abutment,.svg-implant,.orbit-one,.orbit-two,.measure-lines,.art-label,.art-status i{animation:none!important}
}


/* --- Home video hero v1 --- */
.hero-video-home{
  position:relative;
  min-height:calc(100vh - 96px);
  padding:0;
  background:#042f25;
  overflow:hidden;
}
.hero-video-shell{
  position:relative;
  min-height:calc(100vh - 96px);
}
.hero-bg-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  background:#062f26;
}
.hero-video-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(2,23,18,.74) 0%, rgba(4,36,28,.48) 36%, rgba(7,46,35,.30) 60%, rgba(3,19,15,.70) 100%);
}
.hero-video-gradient{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 34%, rgba(10,145,107,.18), transparent 28%),
    radial-gradient(circle at 15% 20%, rgba(214,182,114,.18), transparent 24%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.10) 44%, rgba(0,0,0,.30) 100%);
}
.hero-video-noise{
  position:absolute;
  inset:0;
  opacity:.12;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 3px 3px, 3px 3px;
  mix-blend-mode:soft-light;
}
.hero-video-layout{
  position:relative;
  z-index:2;
  min-height:calc(100vh - 96px);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding-top:clamp(42px, 8vh, 96px);
  padding-bottom:clamp(24px, 4vh, 44px);
}
.hero-video-copy{
  width:min(660px, 100%);
  margin-inline-start:auto;
  text-align:right;
  padding:clamp(18px, 2vw, 28px);
  border-radius:28px;
  background:linear-gradient(180deg, rgba(3,28,22,.34), rgba(3,26,20,.22));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border:1px solid rgba(228,214,185,.14);
  box-shadow:0 18px 44px rgba(0,0,0,.20);
}
.hero-video-eyebrow{
  color:#f2e1b3;
  margin-bottom:18px;
}
.hero-video-title{
  margin:0;
  display:grid;
  gap:10px;
  font-size:clamp(2.8rem, 6vw, 5.6rem);
  line-height:.96;
  font-weight:900;
  color:#fffdfa;
  text-wrap:balance;
}
.hero-video-title .hero-title-accent{
  color:#efd79c;
}
.hero-video-description{
  margin:26px 0 0;
  max-width:62ch;
  font-size:clamp(1rem, 1.55vw, 1.26rem);
  line-height:2;
  color:rgba(255,255,255,.92);
}
.hero-video-actions{
  margin-top:28px;
}
.hero-video-bottom{
  margin-top:24px;
}
.hero-video-proof{
  margin:0;
  max-width:1120px;
  margin-inline:auto;
  padding:18px 22px;
  border-radius:26px;
  background:linear-gradient(180deg, rgba(3,27,21,.58), rgba(3,23,18,.44));
  border:1px solid rgba(228,214,185,.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:0 16px 34px rgba(0,0,0,.18);
}
.hero-video-home .proof-item strong,
.hero-video-home .proof-item span{
  color:#fff;
}
.hero-video-home .proof-item strong{
  color:#f0d89e;
}
.hero-video-home .proof-divider{
  background:rgba(239,215,156,.28);
}
@media (max-width: 1180px){
  .hero-video-copy{
    width:min(620px, 100%);
  }
}
@media (max-width: 980px){
  .hero-video-home,
  .hero-video-shell,
  .hero-video-layout{
    min-height:auto;
  }
  .hero-bg-video{
    height:420px;
  }
  .hero-video-overlay,
  .hero-video-gradient,
  .hero-video-noise{
    height:420px;
    bottom:auto;
  }
  .hero-video-layout{
    display:block;
    padding-top:28px;
    padding-bottom:24px;
  }
  .hero-video-copy{
    margin-top:220px;
    width:100%;
    padding:18px;
    border-radius:22px;
  }
  .hero-video-bottom{
    margin-top:18px;
  }
  .hero-video-proof{
    grid-template-columns:1fr;
    gap:14px;
  }
  .hero-video-home .proof-divider{
    display:none;
  }
}
@media (max-width: 640px){
  .hero-bg-video{
    height:360px;
    object-position:center center;
  }
  .hero-video-overlay,
  .hero-video-gradient,
  .hero-video-noise{
    height:360px;
  }
  .hero-video-copy{
    margin-top:188px;
    padding:16px;
  }
  .hero-video-title{
    font-size:clamp(2.05rem, 10vw, 3.4rem);
    line-height:1.02;
  }
  .hero-video-description{
    font-size:.98rem;
    line-height:1.9;
  }
  .hero-video-actions{
    gap:10px;
  }
}
@media (prefers-reduced-motion: reduce){
  .hero-bg-video{
    animation:none;
  }
}



/* --- Home video hero v2 refinements --- */
.hero-video-home{
  min-height:calc(100vh - 96px);
}
.hero-video-shell{
  min-height:calc(100vh - 96px);
}
.hero-bg-video{
  object-position:center center;
  filter:saturate(1.02) contrast(1.02);
}
.hero-video-overlay{
  background:
    linear-gradient(90deg,
      rgba(2,23,18,.64) 0%,
      rgba(4,36,28,.36) 34%,
      rgba(7,46,35,.18) 58%,
      rgba(3,19,15,.54) 100%);
}
.hero-video-gradient{
  background:
    radial-gradient(circle at 72% 34%, rgba(10,145,107,.14), transparent 28%),
    radial-gradient(circle at 15% 20%, rgba(214,182,114,.16), transparent 24%),
    linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.08) 44%, rgba(0,0,0,.24) 100%);
}
.hero-video-layout{
  justify-content:flex-end;
  gap:28px;
  padding-top:clamp(70px, 12vh, 130px);
  padding-bottom:clamp(24px, 5vh, 42px);
}
.hero-video-copy{
  width:min(590px, 100%);
  margin-inline-start:auto;
  margin-inline-end:0;
  padding:clamp(20px, 2.2vw, 32px);
  border-radius:30px;
  background:linear-gradient(180deg, rgba(4,29,22,.18), rgba(4,29,22,.10));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border:1px solid rgba(236,224,194,.18);
  box-shadow:0 18px 48px rgba(0,0,0,.18);
}
.hero-video-title{
  font-size:clamp(2.45rem, 4.9vw, 4.65rem);
  line-height:1.02;
}
.hero-video-description{
  margin-top:20px;
  max-width:52ch;
  font-size:clamp(1rem, 1.38vw, 1.14rem);
  line-height:1.95;
}
.hero-video-actions{
  margin-top:24px;
}
.hero-video-proof{
  max-width:1000px;
  margin-inline:0 auto;
  padding:16px 20px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(4,29,22,.24), rgba(4,29,22,.12));
  border:1px solid rgba(236,224,194,.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@media (max-width: 980px){
  .hero-bg-video{
    height:460px;
    object-position:center center;
  }
  .hero-video-overlay,
  .hero-video-gradient,
  .hero-video-noise{
    height:460px;
    bottom:auto;
  }
  .hero-video-layout{
    display:block;
    padding-top:0;
    padding-bottom:24px;
  }
  .hero-video-copy{
    width:calc(100% - 24px);
    margin:0 auto;
    margin-top:170px;
    padding:18px 16px 18px;
    border-radius:24px;
    background:linear-gradient(180deg, rgba(4,29,22,.24), rgba(4,29,22,.12));
    box-shadow:0 18px 42px rgba(0,0,0,.16);
  }
  .hero-video-title{
    font-size:clamp(2rem, 7vw, 3.05rem);
    line-height:1.05;
  }
  .hero-video-description{
    margin-top:16px;
    font-size:.98rem;
    line-height:1.88;
  }
  .hero-video-actions{
    margin-top:18px;
  }
  .hero-video-bottom{
    margin-top:14px;
  }
  .hero-video-proof{
    width:calc(100% - 24px);
    margin:0 auto;
    padding:14px 16px;
    border-radius:20px;
  }
  .hero-video-home .proof-item{
    align-items:flex-start;
  }
}
@media (max-width: 640px){
  .hero-bg-video{
    height:430px;
  }
  .hero-video-overlay,
  .hero-video-gradient,
  .hero-video-noise{
    height:430px;
  }
  .hero-video-copy{
    margin-top:145px;
    width:calc(100% - 20px);
    padding:16px 14px;
    border-radius:22px;
  }
  .hero-video-title{
    font-size:clamp(1.78rem, 8.5vw, 2.6rem);
  }
  .hero-video-description{
    font-size:.95rem;
    line-height:1.82;
  }
  .hero-video-proof{
    width:calc(100% - 20px);
    padding:12px 14px;
  }
}


/* --- Home video hero v3: stacked layout, video first / text below --- */
header{
  box-shadow:0 14px 34px rgba(6,56,45,.16);
}
.top{
  min-height:114px;
  gap:34px;
  padding:12px 0;
}
.brand img{
  width:80px;
  height:80px;
}
.brand strong{
  font-size:22px;
}
.brand span{
  font-size:12.5px;
}
nav{
  gap:22px;
}
.nav-cta{
  padding:12px 20px!important;
}
.hero-video-home.hero-video-stacked{
  min-height:auto;
  padding:0 0 40px;
  background:
    linear-gradient(180deg, #07372d 0%, #0a4d3d 18%, #0a4034 42%, #f6f1e6 42%, #fbf7ee 100%);
}
.hero-video-shell{
  min-height:auto;
}
.hero-video-stage{
  position:relative;
  width:min(1180px, calc(100% - 28px));
  margin:0 auto;
  margin-top:28px;
  border-radius:34px;
  overflow:hidden;
  min-height:clamp(520px, 68vh, 760px);
  box-shadow:0 24px 54px rgba(0,0,0,.18);
}
.hero-bg-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.hero-video-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(4,31,24,.22) 0%, rgba(4,31,24,.06) 38%, rgba(4,31,24,.18) 100%);
}
.hero-video-gradient{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 76% 32%, rgba(16,149,111,.10), transparent 24%),
    radial-gradient(circle at 22% 18%, rgba(223,188,115,.14), transparent 20%);
}
.hero-video-noise{
  position:absolute;
  inset:0;
  opacity:.08;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:3px 3px,3px 3px;
  mix-blend-mode:soft-light;
}
.hero-video-badge{
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(4,32,25,.30);
  color:#f4e3b4;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(244,227,180,.22);
  font-size:13px;
  font-weight:800;
}
.hero-video-layout.hero-video-layout-stacked{
  min-height:auto;
  display:block;
  padding-top:0;
  padding-bottom:0;
}
.hero-video-copy.hero-video-copy-below{
  width:min(880px, calc(100% - 44px));
  margin:24px auto 0;
  text-align:center;
  padding:26px 28px 28px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(7,55,44,.16), rgba(7,55,44,.08));
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border:1px solid rgba(7,55,44,.12);
  box-shadow:0 14px 38px rgba(4,38,30,.10);
}
.hero-video-eyebrow{
  justify-content:center;
  color:#0a4d3d;
}
.hero-video-title.hero-video-title-small{
  margin-top:6px;
  font-size:clamp(2rem, 4vw, 3.55rem);
  line-height:1.08;
  color:#0b2b23;
}
.hero-video-title.hero-video-title-small .hero-title-accent{
  color:#8c6c2a;
}
.hero-video-description{
  margin:18px auto 0;
  max-width:58ch;
  font-size:clamp(.98rem, 1.25vw, 1.08rem);
  line-height:1.95;
  color:#24443b;
}
.hero-video-actions.hero-video-actions-stacked{
  margin-top:22px;
  justify-content:center;
}
.hero-video-bottom{
  margin-top:18px;
}
.hero-video-proof{
  max-width:880px;
  margin:0 auto;
  padding:16px 22px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(7,55,44,.10), rgba(7,55,44,.04));
  border:1px solid rgba(7,55,44,.10);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 12px 30px rgba(4,38,30,.08);
}
.hero-video-home .proof-item strong{
  color:#8c6c2a;
}
.hero-video-home .proof-item span{
  color:#24443b;
}
.hero-video-home .proof-divider{
  background:rgba(10,77,61,.14);
}
@media (max-width: 980px){
  .top{
    min-height:104px;
  }
  .brand img{
    width:72px;
    height:72px;
  }
  .hero-video-stage{
    width:calc(100% - 18px);
    margin-top:18px;
    min-height:420px;
    border-radius:24px;
  }
  .hero-video-badge{
    top:14px;
    right:14px;
    left:14px;
    justify-content:center;
    text-align:center;
    font-size:12px;
    padding:9px 12px;
  }
  .hero-video-copy.hero-video-copy-below{
    width:calc(100% - 18px);
    margin-top:16px;
    padding:20px 18px 22px;
    border-radius:22px;
  }
  .hero-video-title.hero-video-title-small{
    font-size:clamp(1.72rem, 6.4vw, 2.7rem);
    line-height:1.12;
  }
  .hero-video-description{
    font-size:.96rem;
    line-height:1.88;
  }
  .hero-video-proof{
    width:calc(100% - 18px);
    padding:14px 16px;
    border-radius:20px;
  }
}
@media (max-width: 640px){
  .top{
    min-height:100px;
  }
  .brand img{
    width:68px;
    height:68px;
  }
  .brand strong{
    font-size:19px;
  }
  .hero-video-stage{
    min-height:300px;
    border-radius:20px;
  }
  .hero-video-copy.hero-video-copy-below{
    width:calc(100% - 14px);
    margin-top:14px;
    padding:18px 14px 20px;
    border-radius:18px;
  }
  .hero-video-title.hero-video-title-small{
    font-size:clamp(1.48rem, 7.2vw, 2.2rem);
  }
  .hero-video-description{
    font-size:.93rem;
    line-height:1.8;
  }
  .hero-video-actions.hero-video-actions-stacked{
    gap:10px;
  }
  .hero-video-proof{
    width:calc(100% - 14px);
    grid-template-columns:1fr;
    gap:14px;
    padding:12px 14px;
  }
  .hero-video-home .proof-divider{
    display:none;
  }
}



/* --- Home video hero v4: full-bleed video + unified green + compact mobile header --- */

/* Desktop header remains visually generous */
@media (min-width:981px){
  .top{
    min-height:114px;
    gap:34px;
    padding:12px 0;
  }
  .brand img{
    width:80px;
    height:80px;
  }
}

/* Full-width video with no side margins or rounded outer corners */
.hero-video-home.hero-video-stacked{
  padding:0 0 34px;
  background:
    radial-gradient(circle at 18% 22%, rgba(189,152,82,.12), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(25,135,103,.16), transparent 30%),
    linear-gradient(180deg,#07372d 0%,#0a4d3d 56%,#07372d 100%);
}
.hero-video-stage{
  width:100%;
  margin:0;
  min-height:clamp(540px,70vh,780px);
  border-radius:0;
  box-shadow:none;
}
.hero-bg-video{
  object-position:center center;
}
.hero-video-overlay{
  background:linear-gradient(
    180deg,
    rgba(4,31,24,.20) 0%,
    rgba(4,31,24,.04) 42%,
    rgba(4,31,24,.18) 100%
  );
}

/* Text begins immediately below video, with the same green visual language */
.hero-video-layout.hero-video-layout-stacked{
  padding-top:0;
}
.hero-video-copy.hero-video-copy-below{
  width:min(920px,calc(100% - 44px));
  margin:0 auto;
  padding:26px 30px 28px;
  border-radius:0 0 30px 30px;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.055));
  border:1px solid rgba(234,216,182,.17);
  border-top:0;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 42px rgba(0,0,0,.14);
}
.hero-video-eyebrow{
  color:#f0d89e;
}
.hero-video-title.hero-video-title-small{
  color:#fff;
  font-size:clamp(1.9rem,3.5vw,3.15rem);
}
.hero-video-title.hero-video-title-small .hero-title-accent{
  color:#efd79c;
}
.hero-video-description{
  color:rgba(255,255,255,.90);
}
.hero-video-proof{
  max-width:920px;
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.045));
  border:1px solid rgba(234,216,182,.14);
  box-shadow:0 14px 34px rgba(0,0,0,.12);
}
.hero-video-home .proof-item strong{
  color:#efd79c;
}
.hero-video-home .proof-item span{
  color:rgba(255,255,255,.86);
}
.hero-video-home .proof-divider{
  background:rgba(234,216,182,.20);
}

/* Mobile header: compact, coordinated, no empty vertical gap */
@media (max-width:980px){
  header{
    position:sticky;
  }
  .top{
    min-height:auto;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    column-gap:10px;
    row-gap:2px;
    padding:6px 0 4px;
  }
  .brand{
    order:1;
    min-width:0;
    gap:9px;
  }
  .brand img{
    width:70px;
    height:70px;
    flex:0 0 70px;
  }
  .brand strong{
    font-size:18px;
    line-height:1.1;
  }
  .brand span{
    display:none;
  }
  .lang{
    order:2;
    margin:0;
    padding:8px 11px;
    font-size:12px;
  }
  nav{
    order:3;
    grid-column:1/-1;
    width:100%;
    gap:14px;
    padding:0 0 4px;
    margin:0;
    font-size:13px;
    scrollbar-width:none;
  }
  nav::-webkit-scrollbar{display:none}
  nav a{
    padding:6px 2px;
  }
  .nav-cta{
    padding:8px 14px!important;
  }

  .hero-video-stage{
    width:100%;
    margin:0;
    min-height:430px;
    border-radius:0;
  }
  .hero-video-copy.hero-video-copy-below{
    width:calc(100% - 18px);
    margin:0 auto;
    padding:20px 18px 22px;
    border-radius:0 0 24px 24px;
  }
  .hero-video-title.hero-video-title-small{
    font-size:clamp(1.62rem,5.9vw,2.45rem);
  }
  .hero-video-proof{
    width:calc(100% - 18px);
  }
}

@media (max-width:640px){
  .top{
    grid-template-columns:minmax(0,1fr) auto;
    padding:4px 0 2px;
    row-gap:0;
  }
  .brand{
    gap:8px;
  }
  .brand img{
    width:68px;
    height:68px;
    flex-basis:68px;
  }
  .brand strong{
    font-size:17px;
  }
  .lang{
    padding:7px 10px;
  }
  nav{
    gap:12px;
    font-size:12.5px;
    padding-bottom:3px;
  }
  nav a{
    padding:5px 1px;
  }
  .nav-cta{
    padding:7px 12px!important;
  }

  .hero-video-stage{
    min-height:330px;
  }
  .hero-video-badge{
    top:10px;
    right:10px;
    left:10px;
    padding:8px 10px;
    font-size:11.5px;
  }
  .hero-video-copy.hero-video-copy-below{
    width:calc(100% - 12px);
    padding:17px 13px 19px;
    border-radius:0 0 20px 20px;
  }
  .hero-video-title.hero-video-title-small{
    font-size:clamp(1.42rem,6.8vw,2rem);
    line-height:1.13;
  }
  .hero-video-description{
    font-size:.91rem;
    line-height:1.78;
  }
  .hero-video-proof{
    width:calc(100% - 12px);
  }
}


/* --- Home v5: second promotional video section --- */
.home-feature-showcase{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:24px;
  align-items:stretch;
  padding-top:32px;
  padding-bottom:36px;
}
.feature-video-card{
  position:relative;
  order:1;
  min-height:430px;
  overflow:hidden;
  border-radius:30px;
  background:#f0efec;
  border:1px solid rgba(234,216,182,.20);
  box-shadow:0 22px 50px rgba(0,0,0,.18);
}
.feature-showcase-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  background:#eee;
}
.feature-video-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(5,38,30,.08),transparent 48%,rgba(4,31,24,.24)),
    radial-gradient(circle at 85% 15%,rgba(189,152,82,.10),transparent 28%);
  pointer-events:none;
}
.feature-video-label{
  position:absolute;
  z-index:2;
  right:18px;
  bottom:18px;
  max-width:72%;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(4,31,24,.46);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  color:#fff;
  font-size:13px;
  font-weight:800;
}
.feature-glass-copy{
  order:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px;
  border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.065));
  border:1px solid rgba(234,216,182,.18);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 44px rgba(0,0,0,.14);
}
.feature-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  color:#efd79c;
  font-size:14px;
}
.feature-kicker span{
  width:34px;
  height:2px;
  border-radius:999px;
  background:#efd79c;
}
.feature-glass-copy h2{
  margin:16px 0 0;
  color:#fff;
  font-size:clamp(1.75rem,2.7vw,2.8rem);
  line-height:1.45;
}
.feature-glass-copy > p{
  margin:18px 0 0;
  color:rgba(255,255,255,.84);
  font-size:15px;
  line-height:2;
}
.feature-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:22px;
}
.feature-points div{
  padding:14px;
  border-radius:17px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
}
.feature-points strong{
  display:block;
  color:#f2dca8;
  font-size:14px;
}
.feature-points span{
  display:block;
  margin-top:5px;
  color:rgba(255,255,255,.72);
  font-size:12px;
  line-height:1.7;
}
.feature-cta{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:22px;
  padding:11px 17px;
  border-radius:999px;
  color:#123d31;
  background:linear-gradient(135deg,#f0d796,#d8b666);
  font-weight:900;
  box-shadow:0 10px 24px rgba(0,0,0,.14);
}
body.en .feature-video-card{order:2}
body.en .feature-glass-copy{order:1}

@media(max-width:980px){
  .home-feature-showcase{
    grid-template-columns:1fr;
    gap:14px;
    padding-top:22px;
    padding-bottom:28px;
  }
  .feature-video-card,
  .feature-glass-copy,
  body.en .feature-video-card,
  body.en .feature-glass-copy{
    order:initial;
  }
  .feature-video-card{
    min-height:420px;
    border-radius:24px;
  }
  .feature-glass-copy{
    padding:24px 22px;
    border-radius:24px;
  }
}
@media(max-width:640px){
  .home-feature-showcase{
    width:calc(100% - 14px);
    padding-top:18px;
    padding-bottom:22px;
  }
  .feature-video-card{
    min-height:310px;
    border-radius:20px;
  }
  .feature-video-label{
    right:10px;
    bottom:10px;
    max-width:calc(100% - 20px);
    font-size:11.5px;
    padding:8px 11px;
  }
  .feature-glass-copy{
    padding:20px 15px;
    border-radius:20px;
  }
  .feature-glass-copy h2{
    font-size:1.62rem;
  }
  .feature-glass-copy > p{
    font-size:.94rem;
    line-height:1.82;
  }
  .feature-points{
    grid-template-columns:1fr;
    gap:9px;
  }
}
@media(prefers-reduced-motion:reduce){
  .feature-showcase-video{
    animation:none;
  }
}


/* --- Home v6: feature video Persian subtitle + premium materials section --- */
.feature-video-card{
  overflow:hidden;
}
.feature-video-label{
  top:18px;
  right:18px;
  bottom:auto;
  max-width:fit-content;
  background:rgba(4,31,24,.48);
  color:#f3dfb2;
}
.feature-video-subtitle{
  position:absolute;
  right:18px;
  left:18px;
  bottom:18px;
  z-index:2;
  padding:11px 16px;
  border-radius:18px;
  background:rgba(4,31,24,.62);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.feature-video-subtitle span{
  display:block;
  color:#fff;
  font-size:14px;
  line-height:1.9;
  text-align:center;
}

.home-materials{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.98fr) minmax(360px,1.02fr);
  gap:24px;
  align-items:center;
  padding-top:8px;
  padding-bottom:48px;
}
.materials-copy-home{
  order:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px;
  border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.065));
  border:1px solid rgba(234,216,182,.18);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 44px rgba(0,0,0,.14);
}
.materials-kicker-home{
  display:flex;
  align-items:center;
  gap:10px;
  color:#efd79c;
  font-size:14px;
}
.materials-kicker-home span{
  width:34px;
  height:2px;
  border-radius:999px;
  background:#efd79c;
}
.materials-copy-home h2{
  margin:16px 0 0;
  color:#fff;
  font-size:clamp(1.75rem,2.7vw,2.8rem);
  line-height:1.45;
}
.materials-copy-home > p{
  margin:18px 0 0;
  color:rgba(255,255,255,.84);
  font-size:15px;
  line-height:2;
}
.materials-grid-home{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:22px;
}
.material-card-home{
  position:relative;
  padding:18px 18px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
}
.material-badge-home{
  position:absolute;
  top:14px;
  left:14px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(239,215,156,.16);
  color:#f2dca8;
  font-size:12px;
  font-weight:900;
}
.material-card-home h3{
  margin:0 0 8px;
  color:#f2dca8;
  font-size:18px;
  letter-spacing:.02em;
}
.material-card-home p{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:13px;
  line-height:1.9;
}
.materials-note-home{
  margin-top:18px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  border:1px dashed rgba(239,215,156,.22);
  color:rgba(255,255,255,.8);
  line-height:1.9;
}
.materials-note-home strong{
  color:#f2dca8;
  margin-left:6px;
}
.materials-note-home span{
  font-size:13px;
}
.materials-visual-home{
  order:1;
}
.materials-mosaic-home{
  position:relative;
  min-height:680px;
  border-radius:32px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border:1px solid rgba(234,216,182,.16);
  padding:18px;
  overflow:hidden;
  box-shadow:0 22px 50px rgba(0,0,0,.18);
}
.material-photo,
.material-product-home{
  position:absolute;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 34px rgba(0,0,0,.16);
}
.material-photo img,
.material-product-home img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.material-photo-main{
  right:18px;
  top:18px;
  width:70%;
  height:300px;
}
.material-photo-small-a{
  left:18px;
  top:40px;
  width:36%;
  height:190px;
}
.material-photo-small-b{
  left:34px;
  top:250px;
  width:40%;
  height:180px;
}
.material-photo-wide{
  right:32px;
  bottom:34px;
  width:76%;
  height:220px;
}
.material-product-home{
  left:58px;
  bottom:68px;
  width:135px;
  height:135px;
  border-radius:22px;
  padding:12px;
  display:grid;
  place-items:center;
}
.material-product-home img{
  object-fit:contain;
}

body.en .materials-copy-home{order:1}
body.en .materials-visual-home{order:2}

@media(max-width:980px){
  .feature-video-label{
    top:14px;
    right:14px;
    left:14px;
    max-width:none;
    text-align:center;
  }
  .feature-video-subtitle{
    right:14px;
    left:14px;
    bottom:14px;
    padding:10px 12px;
  }
  .feature-video-subtitle span{
    font-size:12.5px;
    line-height:1.75;
  }
  .home-materials{
    grid-template-columns:1fr;
    gap:14px;
    padding-bottom:30px;
  }
  .materials-copy-home,
  .materials-visual-home,
  body.en .materials-copy-home,
  body.en .materials-visual-home{
    order:initial;
  }
  .materials-copy-home{
    padding:24px 22px;
    border-radius:24px;
  }
  .materials-mosaic-home{
    min-height:620px;
    border-radius:24px;
  }
  .material-photo-main{
    width:68%;
    height:270px;
  }
  .material-photo-small-a{
    width:38%;
    height:170px;
  }
  .material-photo-small-b{
    width:41%;
    height:165px;
    top:224px;
  }
  .material-photo-wide{
    width:78%;
    height:200px;
    right:24px;
    bottom:26px;
  }
  .material-product-home{
    left:36px;
    bottom:48px;
    width:122px;
    height:122px;
  }
}
@media(max-width:640px){
  .feature-video-label{
    font-size:11px;
    padding:8px 10px;
  }
  .feature-video-subtitle{
    right:10px;
    left:10px;
    bottom:10px;
    padding:9px 10px;
    border-radius:14px;
  }
  .feature-video-subtitle span{
    font-size:11px;
    line-height:1.7;
  }
  .home-materials{
    width:calc(100% - 14px);
    padding-bottom:22px;
  }
  .materials-copy-home{
    padding:20px 15px;
    border-radius:20px;
  }
  .materials-copy-home h2{
    font-size:1.62rem;
  }
  .materials-copy-home > p{
    font-size:.94rem;
    line-height:1.82;
  }
  .materials-mosaic-home{
    min-height:470px;
    padding:12px;
    border-radius:20px;
  }
  .material-photo-main{
    right:12px;
    top:12px;
    width:68%;
    height:185px;
    border-radius:18px;
  }
  .material-photo-small-a{
    left:12px;
    top:22px;
    width:39%;
    height:118px;
    border-radius:16px;
  }
  .material-photo-small-b{
    left:20px;
    top:150px;
    width:43%;
    height:110px;
    border-radius:16px;
  }
  .material-photo-wide{
    right:18px;
    bottom:18px;
    width:82%;
    height:150px;
    border-radius:18px;
  }
  .material-product-home{
    left:20px;
    bottom:28px;
    width:88px;
    height:88px;
    border-radius:16px;
    padding:8px;
  }
}


/* --- Home v7: material cards redesign --- */
.home-materials-v2{
  display:block;
  padding-top:8px;
  padding-bottom:52px;
}
.home-materials-v2 .materials-intro-v2{
  max-width:880px;
  margin:0 auto 22px;
  text-align:center;
  padding:28px 28px 24px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
  border:1px solid rgba(234,216,182,.17);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 44px rgba(0,0,0,.12);
}
.home-materials-v2 .materials-kicker-v2{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#efd79c;
  font-size:14px;
}
.home-materials-v2 .materials-kicker-v2 span{
  width:34px;height:2px;border-radius:999px;background:#efd79c;
}
.home-materials-v2 h2{
  margin:14px 0 0;
  color:#fff;
  font-size:clamp(1.8rem, 2.8vw, 2.95rem);
  line-height:1.45;
}
.home-materials-v2 .materials-intro-v2 > p{
  margin:16px auto 0;
  max-width:64ch;
  color:rgba(255,255,255,.85);
  font-size:15px;
  line-height:2;
}
.materials-feature-grid-v2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin-top:6px;
}
.material-showcase-card{
  padding:22px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.065));
  border:1px solid rgba(234,216,182,.17);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 44px rgba(0,0,0,.12);
}
.material-showcase-head{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:16px;
}
.material-index{
  flex:0 0 auto;
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;
  background:rgba(239,215,156,.18);
  color:#f2dca8;
  font-size:12px;font-weight:900;
}
.material-showcase-head h3{
  margin:0;
  color:#f2dca8;
  font-size:1.18rem;
}
.material-showcase-head p{
  margin:6px 0 0;
  color:rgba(255,255,255,.82);
  font-size:13px;
  line-height:1.9;
}
.material-visual-pair{
  display:grid;
  gap:14px;
  align-items:stretch;
}
.vita-pair{ grid-template-columns:minmax(0,1fr) 160px; }
.ivoclar-pair{ grid-template-columns:1fr 1fr; }
.material-visual-pair figure{
  margin:0;
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 30px rgba(0,0,0,.14);
}
.material-visual-pair img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.vita-pair .visual-large{ min-height:270px; }
.vita-pair .visual-product{ min-height:270px; padding:16px; display:grid; place-items:center; }
.vita-pair .visual-product img{ object-fit:contain; }
.ivoclar-pair .visual-half{ min-height:270px; }
.materials-mini-grid-v2{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  margin-top:22px;
}
.material-mini-card{
  position:relative;
  min-height:170px;
  padding:20px 18px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 14px 30px rgba(0,0,0,.10);
}
.material-mini-card-wide{ grid-column:span 3; min-height:auto; }
.mini-badge{
  position:absolute; top:14px; left:14px;
  width:32px;height:32px;border-radius:50%;
  display:grid;place-items:center;
  background:rgba(239,215,156,.18);
  color:#f2dca8; font-size:11px; font-weight:900;
}
.material-mini-card h4{
  margin:0 0 8px;
  padding-left:22px;
  color:#f2dca8;
  font-size:1rem;
}
.material-mini-card p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:13px;
  line-height:1.9;
}
body.en .material-showcase-head{ flex-direction:row; }
@media (max-width:980px){
  .materials-feature-grid-v2{ grid-template-columns:1fr; }
  .materials-mini-grid-v2{ grid-template-columns:1fr 1fr; }
  .material-mini-card-wide{ grid-column:span 2; }
  .vita-pair{ grid-template-columns:minmax(0,1fr) 140px; }
}
@media (max-width:640px){
  .home-materials-v2{ width:calc(100% - 14px); padding-bottom:24px; }
  .home-materials-v2 .materials-intro-v2{ padding:20px 15px 18px; border-radius:20px; }
  .home-materials-v2 h2{ font-size:1.62rem; }
  .home-materials-v2 .materials-intro-v2 > p{ font-size:.94rem; line-height:1.82; }
  .material-showcase-card{ padding:16px; border-radius:20px; }
  .material-showcase-head h3{ font-size:1.02rem; }
  .material-showcase-head p{ font-size:12px; line-height:1.75; }
  .vita-pair{ grid-template-columns:1fr 98px; gap:10px; }
  .vita-pair .visual-large, .vita-pair .visual-product{ min-height:150px; }
  .ivoclar-pair{ gap:10px; }
  .ivoclar-pair .visual-half{ min-height:155px; }
  .material-visual-pair figure{ border-radius:16px; }
  .vita-pair .visual-product{ padding:8px; }
  .materials-mini-grid-v2{ grid-template-columns:1fr; gap:12px; }
  .material-mini-card, .material-mini-card-wide{ grid-column:span 1; min-height:auto; }
  .material-mini-card{ padding:18px 14px 16px; border-radius:18px; }
  .material-mini-card h4{ padding-left:18px; font-size:.98rem; }
  .material-mini-card p{ font-size:12.5px; line-height:1.8; }
}


/* --- Home v8: swapped videos + unified glass language --- */
.home-v8-shell{
  padding-bottom:14px;
  background:
    radial-gradient(circle at 18% 10%, rgba(229,193,117,.13), transparent 24%),
    radial-gradient(circle at 82% 8%, rgba(33,140,106,.18), transparent 28%),
    linear-gradient(180deg, #08392e 0%, #0b5040 58%, #0a4336 100%);
}
.hero-video-stage-v8{ position:relative; }
.hero-video-stage-v8 .hero-bg-video{ object-position:center center; }
.hero-video-badge-v8{ background:rgba(4,31,24,.42); border-color:rgba(244,227,180,.24); color:#f3dfb2; }
.hero-video-subcaption{
  position:absolute; right:20px; left:20px; bottom:20px; z-index:2; padding:12px 16px; border-radius:18px;
  background:rgba(4,31,24,.60); border:1px solid rgba(255,255,255,.14); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.hero-video-subcaption span{ display:block; color:#fff; font-size:14px; line-height:1.9; text-align:center; }
.hero-video-copy-v8,
.home-materials-v2 .materials-intro-v2,
.material-showcase-card,
.material-mini-card,
.home-feature-showcase-secondary .feature-glass-copy,
.home-feature-showcase-secondary .feature-video-card,
.home-feature-showcase-secondary .feature-video-subtitle,
.home-feature-showcase-secondary .feature-video-label{
  backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px);
}
.hero-video-copy-v8{ background:linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.06)); border:1px solid rgba(234,216,182,.18); box-shadow:0 18px 42px rgba(0,0,0,.15); }
.hero-video-title-v8{ font-size:clamp(1.95rem, 3.7vw, 3.35rem); }
.hero-video-description-v8{ max-width:66ch; }
.glass-proof-v8{ background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045)); border:1px solid rgba(234,216,182,.16); box-shadow:0 14px 34px rgba(0,0,0,.12); }
.home-materials-v2{ position:relative; z-index:2; padding-top:6px; }
.home-materials-v2 .materials-intro-v2,
.material-showcase-card,
.material-mini-card{ background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06)); border:1px solid rgba(234,216,182,.16); box-shadow:0 16px 38px rgba(0,0,0,.12); }
.material-visual-pair figure{ border:1px solid rgba(255,255,255,.35); }
.home-feature-showcase-secondary{
  position:relative; z-index:2; margin-top:0; margin-bottom:44px; display:grid; grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr); gap:22px; align-items:stretch;
}
.home-feature-showcase-secondary .feature-video-card{
  min-height:380px; border-radius:30px; background:linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.04)); border:1px solid rgba(234,216,182,.16); box-shadow:0 18px 42px rgba(0,0,0,.15);
}
.home-feature-showcase-secondary .feature-glass-copy{ padding:32px; border-radius:30px; background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06)); border:1px solid rgba(234,216,182,.16); }
.home-feature-showcase-secondary .feature-glass-copy h2{ line-height:1.45; }
.home-feature-showcase-secondary .feature-video-label{ top:16px; right:16px; bottom:auto; max-width:fit-content; background:rgba(4,31,24,.48); color:#f3dfb2; }
.home-feature-showcase-secondary .feature-video-subtitle{ right:16px; left:16px; bottom:16px; background:rgba(4,31,24,.60); }
.home-feature-showcase-secondary .feature-video-subtitle span{ text-align:center; }
.home-feature-showcase-secondary .feature-kicker{ color:#efd79c; }
.home-feature-showcase-secondary .feature-glass-copy h2{ color:#fff; }
.home-feature-showcase-secondary .feature-glass-copy > p{ color:rgba(255,255,255,.84); }
.home-feature-showcase-secondary .feature-points div{ background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.10); }
.home-feature-showcase-secondary .feature-points strong{ color:#f2dca8; }
.home-feature-showcase-secondary .feature-points span{ color:rgba(255,255,255,.72); }

@media (max-width:980px){
  .hero-video-subcaption{ right:14px; left:14px; bottom:14px; padding:10px 12px; }
  .hero-video-subcaption span{ font-size:12.5px; line-height:1.75; }
  .home-feature-showcase-secondary{ grid-template-columns:1fr; gap:14px; margin-bottom:28px; }
  .home-feature-showcase-secondary .feature-video-card,
  .home-feature-showcase-secondary .feature-glass-copy,
  body.en .home-feature-showcase-secondary .feature-video-card,
  body.en .home-feature-showcase-secondary .feature-glass-copy{ order:initial; }
}
@media (max-width:640px){
  .hero-video-subcaption{ right:10px; left:10px; bottom:10px; padding:9px 10px; border-radius:14px; }
  .hero-video-subcaption span{ font-size:11px; line-height:1.7; }
  .hero-video-title-v8{ font-size:clamp(1.45rem, 6.8vw, 2.05rem); }
  .home-feature-showcase-secondary{ width:calc(100% - 14px); margin-bottom:22px; }
  .home-feature-showcase-secondary .feature-video-card{ min-height:300px; border-radius:20px; }
  .home-feature-showcase-secondary .feature-glass-copy{ padding:20px 15px; border-radius:20px; }
  .home-feature-showcase-secondary .feature-video-label{ font-size:11px; padding:8px 10px; top:10px; right:10px; left:10px; max-width:none; text-align:center; }
  .home-feature-showcase-secondary .feature-video-subtitle{ right:10px; left:10px; bottom:10px; padding:9px 10px; border-radius:14px; }
}




/* --- v8.1 emergency readability fix ---
   The materials and secondary-video sections were moved outside the dark Hero
   container, so transparent glass cards were sitting on a light page background.
   This restores one continuous dark-green glass system across the whole Home page.
*/

.home-page .page-shell{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 16%, rgba(229,193,117,.13), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(27,143,108,.16), transparent 30%),
    linear-gradient(180deg,#08392e 0%,#0b5040 38%,#0a4336 72%,#07372d 100%);
}

.home-page .page-shell::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.11;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px, transparent 1px);
  background-size:4px 4px;
}

.home-page .home-v8-shell,
.home-page .home-materials-v2,
.home-page .home-feature-showcase-secondary{
  position:relative;
  z-index:1;
}

/* Materials: true dark glass, not white-on-white */
.home-page .home-materials-v2 .materials-intro-v2,
.home-page .material-showcase-card,
.home-page .material-mini-card{
  background:
    linear-gradient(180deg,rgba(5,45,35,.72),rgba(4,35,28,.50));
  border:1px solid rgba(239,215,156,.18);
  box-shadow:0 18px 44px rgba(0,0,0,.22);
  color:#fff;
}

.home-page .home-materials-v2 .materials-intro-v2 h2,
.home-page .material-showcase-card h3,
.home-page .material-mini-card h4{
  color:#f2dca8 !important;
}

.home-page .home-materials-v2 .materials-intro-v2 > p,
.home-page .material-showcase-head p,
.home-page .material-mini-card p{
  color:rgba(255,255,255,.84) !important;
}

.home-page .material-index,
.home-page .mini-badge{
  color:#f4dfad;
  background:rgba(239,215,156,.16);
  border:1px solid rgba(239,215,156,.14);
}

.home-page .material-visual-pair figure{
  background:#fff;
  border:1px solid rgba(255,255,255,.42);
  box-shadow:0 16px 32px rgba(0,0,0,.22);
}

/* Secondary video/text section: readable dark glass */
.home-page .home-feature-showcase-secondary .feature-video-card,
.home-page .home-feature-showcase-secondary .feature-glass-copy{
  background:
    linear-gradient(180deg,rgba(5,45,35,.72),rgba(4,35,28,.50));
  border:1px solid rgba(239,215,156,.18);
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}

.home-page .home-feature-showcase-secondary .feature-glass-copy h2{
  color:#fff !important;
}

.home-page .home-feature-showcase-secondary .feature-glass-copy > p{
  color:rgba(255,255,255,.84) !important;
}

.home-page .home-feature-showcase-secondary .feature-points div{
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.11);
}

.home-page .home-feature-showcase-secondary .feature-points strong{
  color:#f2dca8 !important;
}

.home-page .home-feature-showcase-secondary .feature-points span{
  color:rgba(255,255,255,.76) !important;
}

/* Keep spacing and transitions visually continuous */
.home-page .home-materials-v2{
  padding-top:28px;
}

.home-page .home-feature-showcase-secondary{
  padding-top:12px;
}

.home-page .home-materials-v2,
.home-page .home-feature-showcase-secondary{
  margin-top:0;
}

@media (max-width:640px){
  .home-page .home-materials-v2{
    padding-top:18px;
  }

  .home-page .home-materials-v2 .materials-intro-v2,
  .home-page .material-showcase-card,
  .home-page .material-mini-card,
  .home-page .home-feature-showcase-secondary .feature-video-card,
  .home-page .home-feature-showcase-secondary .feature-glass-copy{
    background:
      linear-gradient(180deg,rgba(5,45,35,.82),rgba(4,35,28,.62));
  }
}
