/*
Theme Name: Camera Brovary
Author: Camera Brovary
Description: Editable landing page theme for camera-kyiv.com.ua.
Version: 1.0.0
Text Domain: camera-brovary
*/

  :root{
    --black:#1c1d1f;
    --red:#c81414;
    --grey-20:#323335;
    --grey-27:#464343;
    --grey-45:#727272;
    --grey-60:#9a9a9a;
    --grey-77:#c5c5c5;
    --grey-87:#dddddd;
    --grey-91:#f3f0db;
    --grey-94:#f0f0f0;
    --grey-98:#f9f9f9;
    --white:#ffffff;
    --radius-lg:20px;
    --radius-md:15px;
    --radius-sm:10px;
    --container:1390px;
    --gap:24px;
  }
  *{box-sizing:border-box;margin:0;padding:0;}
  html{scroll-behavior:smooth;overflow-x:hidden;}
  body{
    font-family:'Inter',sans-serif;
    color:var(--black);
    background:var(--white);
    font-size:15px;
    line-height:1.4;
    overflow-x:hidden;
  }
  img{max-width:100%;display:block;}
  a{text-decoration:none;color:inherit;}
  ul{list-style:none;}
  .container{
    width:100%;
    max-width:var(--container);
    margin:0 auto;
    padding:0 20px;
  }
  h1,h2,h3{
    font-weight:700;
    text-transform:uppercase;
    line-height:1.15;
  }
  .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 28px;
    border-radius:8px;
    font-weight:500;
    font-size:14px;
    cursor:pointer;
    border:none;
    transition:opacity .2s ease, transform .2s ease;
  }
  .btn:hover{opacity:.88;}
  .btn-red{background:var(--red);color:var(--white);}
  .btn-dark{background:var(--black);color:var(--white);}
  .btn-outline{background:transparent;color:var(--white);border:1px solid var(--white);}
  .btn-white{background:var(--white);color:var(--black);}
  .section{padding:64px 0;}
  .section-tight{padding:32px 0;}
  .eyebrow{color:var(--grey-45);font-size:13px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;}
  .section-title{font-size:clamp(24px,3.2vw,34px);margin-bottom:22px;}
  .section-sub{color:var(--grey-27);font-size:14px;max-width:760px;margin:0 auto 48px;text-align:center;}
  .section-title.left-tight{max-width:640px;margin-bottom:48px;}

  /* ===== HEADER ===== */
  header{
    position:sticky;top:0;z-index:100;
    background:var(--white);
    border-bottom:1px solid var(--grey-94);
  }
  .header-inner{
    display:flex;align-items:center;justify-content:space-between;
    padding:14px 20px;
    max-width:var(--container);margin:0 auto;
    gap:16px;
  }
  .logo{display:block;height:56px;width:auto;flex-shrink:0;}
  .logo img{height:100%;width:auto;display:block;}
  nav.main-nav{display:flex;gap:26px;flex:1;justify-content:center;}
  nav.main-nav a{font-size:13px;color:var(--black);white-space:nowrap;}
  nav.main-nav a:hover{color:var(--red);}
  .header-right{display:flex;align-items:center;gap:16px;}
  .header-city{font-size:12px;color:var(--black);white-space:nowrap;}
  .icon-btn{
    width:36px;height:36px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    background:var(--grey-98);cursor:pointer;flex-shrink:0;
  }
  .icon-btn img,.icon-btn svg{width:17px;height:17px;color:var(--black);}
  .search-wrap{display:flex;align-items:center;}
  .search-input{
    width:0;opacity:0;padding:0;border:none;background:var(--grey-98);
    border-radius:6px;font-size:13px;height:36px;margin-left:0;color:var(--black);
    transition:width .25s ease,opacity .2s ease,padding .25s ease,margin-left .25s ease;
  }
  .search-wrap.active .search-input{width:180px;opacity:1;padding:0 12px;margin-left:8px;}
  .search-input::placeholder{color:var(--grey-45);}
  .header-phone{
    background:var(--black);color:var(--white);
    padding:10px 18px;border-radius:6px;font-size:13px;white-space:nowrap;
  }
  .burger{
    display:none;flex-direction:column;gap:5px;cursor:pointer;
    width:28px;height:20px;justify-content:center;
  }
  .burger span{display:block;height:2px;background:var(--black);border-radius:2px;}

  /* ===== HERO ===== */
  .hero{padding:24px 0 56px;}
  .hero-grid{
    display:grid;
    grid-template-columns:460px 1fr;
    gap:24px;
    align-items:stretch;
  }
  .hero-text-wrap{
    position:relative;border-radius:var(--radius-md);overflow:hidden;
    padding:40px 36px;background:var(--grey-94);
    background-size:cover;background-position:center;
    display:flex;flex-direction:column;justify-content:center;
  }
  .hero-text-wrap::before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.78);}
  .hero-text-wrap>*{position:relative;z-index:1;}
  .hero-lamp{position:absolute;top:0;right:40px;width:110px;z-index:1;pointer-events:none;}
  .hero-lamp img{width:100%;height:auto;display:block;}
  .hero-text h1{font-size:clamp(26px,3.4vw,35px);margin-bottom:18px;}
  .hero-text p{color:var(--grey-27);font-size:14px;margin-bottom:24px;max-width:480px;}
  .hero-features{
    display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px;
  }
  .hero-feature{
    background:rgba(255,255,255,.75);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);
    border-radius:10px;padding:16px;
  }
  .hero-feature .num{color:var(--grey-45);font-weight:700;font-size:14px;margin-bottom:8px;}
  .hero-feature .ttl{font-weight:500;font-size:11px;text-transform:uppercase;margin-bottom:6px;}
  .hero-feature p{color:var(--grey-27);font-size:12px;}
  .hero-media{
    position:relative;border-radius:var(--radius-md);overflow:hidden;
    background:var(--grey-94);aspect-ratio:550/639;
  }
  .hero-media img{width:100%;height:100%;object-fit:cover;}
  /* ===== WHY TRUST ===== */
  .trust-row{display:grid;gap:16px;margin-bottom:16px;}
  .trust-row.row1{grid-template-columns:2fr 1fr 1fr;}
  .trust-row.row2{grid-template-columns:1fr 1fr 2fr;}
  .trust-card{
    border-radius:var(--radius-md);background:var(--grey-94);
    overflow:hidden;position:relative;min-height:480px;
    display:flex;flex-direction:column;
  }
  .trust-card .txt{padding:24px 24px 0;}
  .trust-card .txt h3{font-size:15px;margin-bottom:8px;text-transform:uppercase;}
  .trust-card .txt p{font-size:12px;color:var(--grey-27);}
  .trust-card .photo{flex:1;margin-top:16px;position:relative;overflow:hidden;min-height:180px;}
  .trust-card .photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
  .trust-card.text-only{padding:28px;justify-content:center;}
  .trust-card.text-only h3{font-size:15px;margin-bottom:8px;text-transform:uppercase;}
  .trust-card.text-only p{font-size:12px;color:var(--grey-27);max-width:480px;}
  .trust-card.photo-overlay{
    color:#fff;background-size:cover;background-position:center;
    justify-content:flex-start;padding:24px;
  }
  .trust-card.photo-overlay::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45);}
  .trust-card.photo-overlay .content{position:relative;z-index:1;}
  .trust-card.photo-overlay h3{font-size:15px;margin-bottom:8px;text-transform:uppercase;}
  .trust-card.photo-overlay p{font-size:12px;color:rgba(255,255,255,.85);}

  /* ===== SERVICE STEPS ===== */
  .steps-grid{
    display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:32px;
  }
  .step-card{
    background:var(--white);border:1px solid var(--grey-94);border-radius:var(--radius-sm);
    padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.04);
  }
  .step-card .num{color:var(--grey-45);font-weight:700;font-size:14px;margin-bottom:12px;}
  .step-card h4{font-size:13px;text-transform:uppercase;margin-bottom:10px;}
  .step-card p{color:var(--grey-20);font-size:13px;}
  .service-flex{
    display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px;align-items:stretch;
  }
  .service-left{display:flex;flex-direction:column;}
  .service-right{display:flex;flex-direction:column;gap:16px;}
  .service-media{flex:1;border-radius:var(--radius-md);overflow:hidden;min-height:200px;background:var(--grey-94);}
  .service-media img{width:100%;height:100%;object-fit:cover;}
  .service-card{
    flex:1;min-height:220px;background:var(--grey-94);border-radius:var(--radius-md);
    overflow:hidden;display:flex;flex-direction:column;
  }
  .service-card .txt{padding:24px 24px 0;}
  .service-card .txt h4{font-size:15px;text-transform:uppercase;margin-bottom:8px;}
  .service-card .txt p{font-size:12px;color:var(--grey-27);}
  .service-card .photo{flex:1;position:relative;margin-top:12px;min-height:120px;background:var(--grey-94);}
  .service-card .photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
  .cta-red{
    background:var(--red);border-radius:var(--radius-sm);color:var(--white);
    padding:28px;margin-top:16px;
  }
  .cta-red h4{font-size:16px;text-transform:uppercase;margin-bottom:10px;}
  .cta-red p{font-size:13px;margin-bottom:20px;color:rgba(255,255,255,.9);}
  .cta-form{display:flex;flex-wrap:wrap;gap:10px;}
  .cta-form input{
    flex:1;min-width:140px;background:#333;border:1px solid #393a3b;color:#fff;
    padding:14px 16px;border-radius:6px;font-size:13px;
  }
  .cta-form input::placeholder{color:rgba(255,255,255,.5);}
  .cta-form button{
    background:var(--white);color:var(--black);border:none;border-radius:6px;
    padding:14px 24px;font-size:13px;cursor:pointer;white-space:nowrap;
  }
  .cta-fine{font-size:7px;color:rgba(255,255,255,.75);margin-top:12px;}
  .cta-top-row{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px;}
  .contact-icons{display:flex;gap:8px;margin-top:16px;align-items:center;flex-wrap:nowrap;}
  .contact-icons a{
    width:44px;height:44px;border:1px solid rgba(255,255,255,.6);border-radius:6px;
    display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;
    background:rgba(255,255,255,.1);flex-shrink:0;
  }
  .contact-icons a svg{width:18px;height:18px;fill:#fff;}
  .contact-icons a img.viber-icon{width:20px;height:20px;object-fit:contain;display:block;}
  .contact-icons a.header-phone{
    width:auto;height:44px;padding:0 18px;font-size:13px;white-space:nowrap;
    display:inline-flex;align-items:center;justify-content:center;
  }
  /* compact variant used when the icon row sits beside a heading and needs
     to stay on one line without wrapping */
  .contact-icons.compact{gap:6px;}
  .contact-icons.compact a{width:34px;height:34px;}
  .contact-icons.compact a svg{width:14px;height:14px;}
  .contact-icons.compact a img.viber-icon{width:15px;height:15px;}
  .contact-icons.compact a.header-phone{width:auto;height:34px;padding:0 10px;font-size:10.5px;}

  /* ===== SOLUTIONS / PRICING ===== */
  .solutions-hero{
    border-radius:var(--radius-lg);
    background:linear-gradient(to right,var(--grey-87) 0%,var(--grey-94) 100%);
    padding:40px;margin-bottom:0;
    display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start;
    position:relative;z-index:1;
    min-height:420px;
  }
  .solutions-hero h3{font-size:clamp(20px,2.6vw,28px);margin-bottom:14px;}
  .solutions-hero .intro-p{color:var(--grey-20);font-size:13px;max-width:460px;margin-bottom:24px;}
  .solutions-hero .family-title{font-size:clamp(22px,2.6vw,32px);text-transform:none;font-weight:500;margin-top:36px;}
  .solutions-hero .family-col{display:flex;flex-direction:column;justify-content:flex-start;min-width:0;padding-top:8px;}
  .solutions-hero .photo-col{
    position:relative;border-radius:var(--radius-md);overflow:hidden;
    width:100%;align-self:stretch;
    margin-top:-40px;margin-right:-40px;margin-bottom:-40px;
    height:calc(100% + 80px);
  }
  .solutions-hero img{
    position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;
    object-fit:cover;object-position:center 15%;display:block;
    transform:scale(1.12);transform-origin:center 15%;
  }

  /* pricing row breaks out to the right edge of the viewport so it reads
     clearly as a horizontal slider */
  .pricing-wrap{position:relative;z-index:2;margin-top:-114px;}
  .pricing-grid{
    display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x proximity;
    width:100vw;position:relative;left:50%;margin-left:-50vw;
    padding:6px 24px 20px max(20px,calc((100vw - var(--container)) / 2 + 20px));
    -webkit-overflow-scrolling:touch;
  }
  .pricing-grid::-webkit-scrollbar{height:6px;}
  .pricing-grid::-webkit-scrollbar-thumb{background:var(--grey-87);border-radius:3px;}
  .price-card{
    background:var(--white);border:1px solid var(--grey-94);border-radius:var(--radius-md);
    box-shadow:0 8px 28px rgba(0,0,0,.08);
    display:flex;align-items:stretch;gap:20px;
    padding:20px;
    flex:0 0 500px;scroll-snap-align:start;
  }
  .price-card.active{border:2px solid #2f6fed;}
  .price-card .price-photo-side{
    position:relative;width:210px;flex-shrink:0;border-radius:10px;overflow:visible;
    background:#fff;border:1px solid var(--grey-87);
  }
  .price-card .price-photo-side img{
    position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
    width:100%;height:auto;max-height:none;object-fit:contain;
  }
  .price-card .price-info{flex:1;display:flex;flex-direction:column;min-width:0;width:100%;}
  .price-card h4{font-size:16px;margin-bottom:6px;text-transform:none;}
  .price-card>.price-info>p{font-size:12px;color:var(--grey-27);margin-bottom:10px;overflow-wrap:break-word;word-break:break-word;}
  .price-card .includes-label{font-size:12px;font-weight:500;color:var(--black);margin-bottom:6px;}
  .price-card ul{font-size:12px;color:var(--grey-20);line-height:1.6;margin-bottom:12px;overflow-wrap:break-word;word-break:break-word;}
  .price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:14px;}
  .price-row .price-val{font-size:15px;font-weight:500;white-space:nowrap;}
  .card-bottom{margin-top:auto;display:flex;align-items:center;}
  .card-bottom .btn{border-radius:50px;padding:12px 22px;font-size:12px;white-space:nowrap;width:100%;text-align:center;}
  .price-dots{display:none;justify-content:center;gap:8px;margin-top:14px;}
  .price-dots span{width:8px;height:8px;border-radius:50%;background:var(--grey-87);transition:background .2s ease;}
  .price-dots span.active{background:var(--red);}
  @media (max-width:900px){
    .price-dots{display:flex;}
  }
  @media (max-width:480px){
    .price-card{flex:0 0 calc(100vw - 64px);flex-direction:column;gap:14px;}
    .price-card .price-photo-side{width:100%;aspect-ratio:16/9;overflow:hidden;}
    .price-card .price-photo-side img{inset:0;left:0;top:0;width:100%;height:100%;transform:none;object-fit:contain;}
    .card-bottom .btn{width:auto;padding:12px 26px;}
  }

  /* ===== PROJECTS GALLERY ===== */
  .gallery-grid{
    display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x proximity;
    padding-bottom:10px;-webkit-overflow-scrolling:touch;
  }
  .gallery-grid::-webkit-scrollbar{height:6px;}
  .gallery-grid::-webkit-scrollbar-thumb{background:var(--grey-87);border-radius:3px;}
  .gallery-grid img{
    border-radius:var(--radius-md);width:calc(25% - 12px);flex:0 0 calc(25% - 12px);
    height:300px;object-fit:cover;scroll-snap-align:start;
  }

  /* ===== FAQ ===== */
  .faq-layout{
    display:grid;grid-template-columns:1fr 1.6fr;gap:20px;align-items:start;
  }
  .faq-intro{
    background:var(--black);color:var(--white);border-radius:var(--radius-md);
    padding:40px;position:relative;aspect-ratio:1/1;width:100%;overflow:hidden;
  }
  .faq-intro::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.25);border-radius:var(--radius-md);}
  .faq-intro .content{position:relative;z-index:2;max-width:none;white-space:nowrap;}
  .faq-camera-img{
    position:absolute;left:5%;top:30%;
    width:70%;height:auto;z-index:1;pointer-events:none;
  }
  .faq-intro h2{font-size:clamp(22px,2.6vw,30px);margin-bottom:0;}
  .faq-intro p{
    position:absolute;right:8%;top:52%;width:34%;z-index:2;
    font-size:14px;color:rgba(255,255,255,.85);
  }
  .faq-list{display:flex;flex-direction:column;gap:16px;}
  .faq-item{
    background:var(--grey-94);border-radius:var(--radius-md);padding:24px;
  }
  .faq-item .icon{
    width:46px;height:46px;border-radius:10px;background:var(--black);
    display:flex;align-items:center;justify-content:center;margin-bottom:18px;
  }
  .faq-item .icon span{
    width:20px;height:20px;border:1px solid #fff;border-radius:50%;
    display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;
  }
  .faq-item h4{font-size:14px;text-transform:uppercase;margin-bottom:10px;}
  .faq-item p{font-size:13px;color:var(--grey-20);}

  /* ===== CONTACT / MAP ===== */
  .contact-grid{
    display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;
  }
  .contact-info{
    border-radius:var(--radius-md);
    background-size:cover;background-position:center;
    position:relative;min-height:440px;padding:40px;
    display:flex;flex-direction:column;justify-content:space-between;
  }
  .contact-info h3{font-size:clamp(20px,2.4vw,28px);margin-bottom:24px;color:var(--black);}
  .contact-card{
    background:rgba(255,255,255,.85);backdrop-filter:blur(2px);
    border-radius:var(--radius-sm);padding:20px;font-size:13px;color:var(--grey-20);
  }
  .contact-card .label{font-size:11px;color:var(--grey-45);margin-bottom:4px;}
  .contact-card .block{margin-bottom:14px;}
  .contact-card .tg-line{display:flex;align-items:center;gap:12px;margin-top:16px;}
  .contact-card .tg-line .ic{width:36px;height:36px;border-radius:6px;background:var(--black);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
  .contact-card .tg-line span{font-size:11px;color:var(--grey-20);}
  .contact-benefits{list-style:none;margin-bottom:20px;}
  .contact-benefits li{font-size:14px;font-weight:500;color:var(--black);margin-bottom:6px;}
  .contact-form-wrap{
    background:var(--red);border-radius:var(--radius-md);padding:32px;color:var(--white);
  }
  .contact-form-wrap h3{font-size:20px;margin-bottom:16px;}
  .contact-form-wrap>p{font-size:13px;margin-bottom:20px;color:rgba(255,255,255,.9);}
  .contact-top-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:20px;}
  .form-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px;}
  .form-row input, .form-row textarea{
    flex:1;min-width:160px;background:#333;border:1px solid #393a3b;color:#fff;
    padding:14px 16px;border-radius:6px;font-size:13px;font-family:inherit;
  }
  textarea{resize:vertical;min-height:80px;width:100%;}
  .checkbox-row{display:flex;align-items:flex-start;gap:10px;font-size:11px;margin:14px 0;color:rgba(255,255,255,.85);}
  .checkbox-row input{margin-top:3px;}
  .map-wrap{border-radius:var(--radius-md);overflow:hidden;}
  .map-wrap img{width:100%;height:340px;object-fit:cover;}

  /* ===== FOOTER ===== */
  footer{padding:48px 0 24px;}
  .footer-box{
    background:var(--grey-94);border-radius:var(--radius-md);
    padding:32px;margin-bottom:16px;
  }
  .footer-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:24px;}
  .footer-col-info{display:flex;flex-direction:column;gap:14px;min-width:200px;}
  .footer-copyright{font-size:11px;color:var(--grey-45);}
  .footer-logo{display:block;height:64px;width:auto;}
  .footer-logo img{height:100%;width:auto;display:block;}
  .footer-cols{display:flex;gap:60px;flex-wrap:wrap;}
  .footer-col a{display:block;font-size:14px;font-weight:500;margin-bottom:14px;color:var(--black);}
  .footer-col a:hover{color:var(--red);}
  .footer-contact-block{font-size:12px;color:var(--grey-45);line-height:1.7;}
  .footer-contact-block strong{color:var(--black);font-weight:500;}
  .footer-phone-group{display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
  .footer-social-group{display:flex;gap:8px;flex-shrink:0;}
  .footer-phone-group .header-phone{
    background:var(--red);height:44px;padding:0 20px;
    display:inline-flex;align-items:center;justify-content:center;
  }
  .footer-social{
    width:44px;height:44px;background:var(--red);border-radius:6px;
    display:flex;align-items:center;justify-content:center;color:#fff;
  }
  .footer-social svg{width:18px;height:18px;fill:#fff;}
  .footer-social img.viber-icon{width:20px;height:20px;object-fit:contain;display:block;}
  .footer-bottom{
    display:flex;justify-content:space-between;align-items:center;
    font-size:11px;color:var(--grey-45);flex-wrap:wrap;gap:10px;padding-top:8px;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width:1200px){
    .trust-row.row1, .trust-row.row2{grid-template-columns:1fr 1fr;}
    .trust-row.row1 .trust-card:first-child, .trust-row.row2 .trust-card:last-child{grid-column:span 2;}
    .gallery-grid img{width:calc(50% - 8px);flex:0 0 calc(50% - 8px);}
  }

  @media (max-width:900px){
    nav.main-nav{display:none;}
    .burger{display:flex;}
    .header-city{display:none;}
    .hero-grid{grid-template-columns:1fr;}
    .hero-media{aspect-ratio:1/1;max-height:none;}
    .hero-features{grid-template-columns:1fr;}
    .hero-lamp{width:70px;right:20px;}
    .steps-grid{grid-template-columns:1fr;}
    .service-flex{grid-template-columns:1fr;}
    .solutions-hero{grid-template-columns:1fr;padding:28px;}
    .solutions-hero .photo-col{min-height:260px;margin:0;height:260px;}
    .faq-layout{grid-template-columns:1fr;}
    .contact-grid{grid-template-columns:1fr;}
    .footer-cols{gap:32px;}
    .footer-top{flex-direction:column;}
  }

  @media (max-width:600px){
    .section{padding:44px 0;}
    .trust-row.row1, .trust-row.row2{grid-template-columns:1fr;}
    .trust-row.row1 .trust-card:first-child, .trust-row.row2 .trust-card:last-child{grid-column:span 1;}
    .trust-card{min-height:340px;}
    .gallery-grid img{width:82%;flex:0 0 82%;}
    .header-inner{padding:12px 16px;}
    .header-phone{display:none;}
    .contact-top-row .header-phone, .cta-top-row .header-phone{display:inline-flex;}
    .form-row{flex-direction:column;}
    .form-row input{width:100%;}
    .footer-cols{flex-direction:column;gap:16px;}
    .contact-info, .faq-intro{padding:24px;min-height:280px;}
    .hero-text-wrap{padding:32px 22px;}
    .hero-text h1{font-size:22px;overflow-wrap:break-word;word-break:break-word;}
    .solutions-hero img{object-fit:contain;object-position:center bottom;transform:none;}
    .faq-intro p{font-size:12px;}
    .trust-card{min-height:280px;}
    .trust-card .photo{background:var(--grey-94);min-height:140px;}
    .trust-card .photo img{object-fit:contain;}
  }

  /* mobile nav drawer */
  .mobile-nav{
    display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200;
  }
  .mobile-nav.open{display:block;}
  .mobile-nav-panel{
    position:absolute;top:0;right:0;bottom:0;width:78%;max-width:320px;
    background:var(--white);padding:28px 24px;display:flex;flex-direction:column;gap:22px;
  }
  .mobile-nav-panel a{font-size:16px;font-weight:500;}
  .mobile-nav-close{align-self:flex-end;font-size:24px;cursor:pointer;background:none;border:none;}
  .mobile-nav-social{display:flex;gap:8px;margin-top:-8px;}

  /* ===== REVEAL ANIMATION ===== */
  .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;}
  .reveal.is-visible{opacity:1;transform:translateY(0);}
  @media (prefers-reduced-motion:reduce){
    .reveal{opacity:1;transform:none;transition:none;}
  }

  /* ===== ORDER MODAL ===== */
  .modal-overlay{
    display:none;position:fixed;inset:0;z-index:300;
    background:rgba(0,0,0,.6);align-items:center;justify-content:center;padding:20px;
  }
  .modal-overlay.open{display:flex;}
  .modal-box{
    position:relative;background:var(--white);border-radius:var(--radius-md);
    padding:40px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;
    animation:modalIn .25s ease;
  }
  @keyframes modalIn{from{opacity:0;transform:translateY(12px) scale(.98);}to{opacity:1;transform:translateY(0) scale(1);}}
  .modal-close{
    position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;
    border:none;background:var(--grey-98);cursor:pointer;font-size:15px;color:var(--black);
    display:flex;align-items:center;justify-content:center;
  }
  .modal-title{font-size:20px;margin-bottom:10px;padding-right:24px;}
  .modal-sub{font-size:13px;color:var(--grey-27);margin-bottom:22px;}
  #orderForm{display:flex;flex-direction:column;gap:12px;}
  #orderForm input{
    height:46px;border-radius:8px;border:1px solid var(--grey-87);padding:0 16px;
    font-size:14px;font-family:inherit;color:var(--black);background:var(--grey-98);
  }
  #orderForm input::placeholder{color:var(--grey-45);}
  #orderForm .btn{margin-top:6px;width:100%;}
  .modal-fine{font-size:11px;color:var(--grey-45);margin-top:14px;line-height:1.5;}
  .modal-success-view{display:none;text-align:center;padding:12px 0;}
  .modal-success-view.active{display:block;}
  .modal-form-view.hidden{display:none;}
  .modal-success-icon{
    width:60px;height:60px;border-radius:50%;background:rgba(200,20,20,.08);color:var(--red);
    display:flex;align-items:center;justify-content:center;margin:0 auto 18px;
  }
  .modal-success-icon svg{width:30px;height:30px;}
  .modal-success-view .btn{margin-top:8px;}
