:root{
      --primary:#f39c12;
      --accent:#d35400;
      --bg:#fafafa;
      --text:#333333;
      --radius-lg:18px;
      --font-base:'Inter',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      --font-heading:'Poppins','Inter',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    }
    html,body{
      margin:0;
      padding:0;
      background:var(--bg);
      color:var(--text);
      font-family:var(--font-base);
      scroll-behavior:smooth;
    }
    h1,h2,h3,h4,h5{
      font-family:var(--font-heading);
      color:#111;
      letter-spacing:0.02em;
    }
    a{color:var(--accent);}
    a:hover{color:#e67e22;}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:0.9rem 1.7rem;
      border-radius:999px;
      border:0;
      cursor:pointer;
      font-weight:600;
      font-size:0.95rem;
      transition:all .18s ease-out;
      text-decoration:none;
      white-space:nowrap;
    }
    .btn-primary{
      background:var(--primary);
      color:#111;
      box-shadow:0 8px 20px rgba(243,156,18,0.35);
    }
    .btn-primary:hover{
      background:#ffb94a;
      color:#111;
      transform:translateY(-1px);
      box-shadow:0 10px 26px rgba(243,156,18,0.45);
    }
    .btn-outline{
      background:transparent;
      color:#fff;
      border:1px solid rgba(255,255,255,.6);
    }
    .btn-outline:hover{
      background:rgba(255,255,255,0.08);
      border-color:#fff;
      color:#fff;
    }
    header.site-header{
      position:fixed;
      top:0;left:0;right:0;
      z-index:50;
      background:rgba(10,10,10,0.88);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(255,255,255,0.04);
    }
    .site-header-inner{
      padding:0.6rem 1.5rem;
      display:flex;
      align-items:center;
      justify-content:space-between;
      max-width:1140px;
      margin:0 auto;
    }
    .logo-text{
      font-family:var(--font-heading);
      font-weight:600;
      font-size:1.1rem;
      color:#fff;
      letter-spacing:0.06em;
      text-transform:uppercase;
    }
    nav.header-nav a{
      color:#f7f7f7;
      margin-left:1.2rem;
      font-size:0.9rem;
      text-decoration:none;
      opacity:.9;
    }
    nav.header-nav a:hover{
      opacity:1;
      color:#fff;
    }
    .hero{
      min-height:90vh;
      display:flex;
      align-items:stretch;
      padding-top:4.2rem;
      background:#050608 url("img/image_694dcda90603f.png") center/cover no-repeat;
      position:relative;
      color:#fff;
    }
    .hero::before{
      content:'';
      position:absolute;
      inset:0;
      background:radial-gradient(circle at top left,rgba(243,156,18,0.32),transparent 55%),linear-gradient(135deg,rgba(0,0,0,0.82),rgba(0,0,0,0.88));
      mix-blend-mode:multiply;
    }
    .hero-inner{
      position:relative;
      max-width:1140px;
      margin:0 auto;
      padding:3.2rem 1.5rem 3.5rem;
      display:grid;
      grid-template-columns:1.1fr 1.1fr;
      gap:2.5rem;
    }
    .hero-left{display:none;}
    .hero-right{
      align-self:center;
      max-width:540px;
      justify-self:end;
    }
    .hero-kicker{
      text-transform:uppercase;
      font-size:0.8rem;
      letter-spacing:0.2em;
      color:rgba(255,255,255,0.7);
      margin-bottom:0.7rem;
    }
    .hero h1{
      font-size:2.6rem;
      line-height:1.1;
      margin-bottom:0.9rem;
      color:#fff;
    }
    .hero-subtitle{
      font-size:1.1rem;
      color:rgba(255,255,255,0.8);
      margin-bottom:1.1rem;
    }
    .hero-text{
      font-size:0.97rem;
      color:rgba(255,255,255,0.78);
      margin-bottom:1.6rem;
    }
    .hero-actions .btn{margin-right:0.6rem;margin-bottom:0.6rem;}
    .hero-meta{
      margin-top:1.3rem;
      font-size:0.8rem;
      color:rgba(255,255,255,0.6);
    }
    section{
      padding:4.5rem 1.5rem;
    }
    section.bg-light{
      background:#ffffff;
    }
    section.bg-alt{
      background:#fafafa;
    }
    section.bg-gradient{
      background:radial-gradient(circle at top,#ffe0a4 0,#fef2d9 40%,#fafafa 100%);
    }
    section .section-inner{
      max-width:1140px;
      margin:0 auto;
    }
    .section-header{
      max-width:720px;
      margin:0 auto 2.5rem;
      text-align:center;
    }
    .section-header h2{
      font-size:2rem;
      margin-bottom:0.4rem;
    }
    .section-header p{
      color:#555;
      font-size:0.98rem;
    }
    .section-text{
      font-size:0.97rem;
      line-height:1.7;
      color:#444;
    }
    .card{
      background:#fff;
      border-radius:var(--radius-lg);
      padding:1.8rem 1.6rem;
      box-shadow:0 18px 40px rgba(10,10,10,0.08);
      height:100%;
    }
    .card-accent{
      border:1px solid rgba(243,156,18,0.45);
      box-shadow:0 22px 46px rgba(243,156,18,0.25);
      position:relative;
      overflow:hidden;
    }
    .card-accent::before{
      content:'Most Popular';
      position:absolute;
      top:0.9rem;
      right:1.2rem;
      background:var(--accent);
      color:#fff;
      font-size:0.68rem;
      padding:0.25rem 0.55rem;
      border-radius:999px;
      letter-spacing:0.08em;
      text-transform:uppercase;
    }
    .pricing-title{
      font-family:var(--font-heading);
      font-weight:600;
      margin-bottom:0.3rem;
    }
    .pricing-price{
      font-size:1.5rem;
      font-weight:600;
      color:var(--accent);
      margin-bottom:0.4rem;
    }
    .pricing-desc{
      font-size:0.9rem;
      color:#555;
      margin-bottom:0.7rem;
    }
    .pricing-meta{
      font-size:0.8rem;
      color:#777;
      margin-bottom:0.9rem;
    }
    .pricing-features{
      list-style:none;
      padding:0;
      margin:0 0 1.2rem;
      font-size:0.9rem;
    }
    .pricing-features li{
      margin-bottom:0.35rem;
      padding-left:1.3rem;
      position:relative;
    }
    .pricing-features li::before{
      content:'•';
      position:absolute;
      left:0;
      top:0;
      color:var(--accent);
    }
    .portfolio-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:1.5rem;
    }
    .portfolio-card{
      background:rgba(255,255,255,0.9);
      border-radius:var(--radius-lg);
      padding:1.4rem 1.3rem 1.3rem;
      box-shadow:0 14px 34px rgba(15,15,15,0.14);
      backdrop-filter:blur(10px);
    }
    .portfolio-tag{
      display:inline-block;
      font-size:0.7rem;
      text-transform:uppercase;
      letter-spacing:0.12em;
      color:var(--accent);
      margin-bottom:0.3rem;
    }
    .portfolio-title{
      font-weight:600;
      font-size:1rem;
      margin-bottom:0.3rem;
    }
    .portfolio-text{
      font-size:0.9rem;
      color:#555;
      margin-bottom:0.4rem;
    }
    .portfolio-meta{
      font-size:0.78rem;
      color:#777;
    }
    .faq-item{
      border-radius:var(--radius-lg);
      background:#fff;
      padding:1.1rem 1.2rem;
      margin-bottom:0.9rem;
      box-shadow:0 10px 26px rgba(20,20,20,0.06);
    }
    .faq-q{
      font-weight:600;
      margin-bottom:0.3rem;
    }
    .faq-a{
      font-size:0.95rem;
      color:#555;
      white-space:pre-line;
    }
    .contact-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:2.5rem;
    }
    .contact-info{
      font-size:0.95rem;
      color:#444;
      white-space:pre-line;
    }
    .form-card{
      background:#fff;
      border-radius:var(--radius-lg);
      padding:1.8rem 1.6rem;
      box-shadow:0 18px 40px rgba(10,10,10,0.08);
    }
    .form-card h3{
      margin-top:0;
      margin-bottom:0.6rem;
      font-size:1.25rem;
    }
    .form-card p{
      font-size:0.9rem;
      color:#666;
      margin-bottom:1rem;
    }
    .vh-field{
      margin-bottom:0.9rem;
    }
    .vh-field label{
      font-size:0.8rem;
      font-weight:500;
      margin-bottom:0.25rem;
      display:block;
    }
    .vh-field input,
    .vh-field textarea,
    .vh-field select{
      width:100%;
      border-radius:10px;
      border:1px solid #ddd;
      padding:0.55rem 0.7rem;
      font-size:0.9rem;
      font-family:var(--font-base);
      transition:border-color .16s ease,box-shadow .16s ease;
    }
    .vh-field input:focus,
    .vh-field textarea:focus,
    .vh-field select:focus{
      outline:none;
      border-color:var(--accent);
      box-shadow:0 0 0 1px rgba(211,84,0,0.25);
    }
    footer.site-footer{
      background:#111;
      color:#f0f0f0;
      padding:2.6rem 1.5rem 2rem;
    }
    .site-footer-inner{
      max-width:1140px;
      margin:0 auto;
      font-size:0.9rem;
    }
    .site-footer-inner h4{
      color:#fff;
      font-size:1.1rem;
      margin-bottom:0.4rem;
    }
    .site-footer-inner p{
      margin-bottom:0.25rem;
      color:#ccc;
    }
    .site-footer-meta{
      margin-top:1.4rem;
      font-size:0.8rem;
      color:#777;
      display:flex;
      justify-content:space-between;
      align-items:center;
      flex-wrap:wrap;
      gap:0.6rem;
    }
    .site-footer-meta a{
      color:#aaa;
      text-decoration:underline;
      text-decoration-style:dotted;
    }
    .cookie-banner{
      position:fixed;
      left:1rem;
      right:1rem;
      bottom:1rem;
      z-index:60;
      background:#111;
      color:#f2f2f2;
      padding:0.95rem 1.1rem;
      border-radius:999px;
      font-size:0.8rem;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:0.8rem;
      box-shadow:0 14px 28px rgba(0,0,0,0.5);
    }
    .cookie-banner small{
      opacity:0.85;
    }
    .cookie-banner button{
      border-radius:999px;
      border:0;
      padding:0.45rem 1.1rem;
      font-size:0.8rem;
      font-weight:600;
      cursor:pointer;
      background:var(--primary);
      color:#111;
      white-space:nowrap;
    }
    @media (max-width:900px){
      .hero-inner{
        grid-template-columns:1fr;
        padding-top:2.7rem;
      }
      .hero-right{
        justify-self:start;
        max-width:none;
      }
      section{
        padding:3.6rem 1.2rem;
      }
      .portfolio-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }
      .contact-grid{
        grid-template-columns:1fr;
      }
    }
    @media (max-width:640px){
      .site-header-inner{
        padding:0.6rem 1rem;
      }
      nav.header-nav{
        display:none;
      }
      .hero{
        padding-top:4rem;
      }
      .hero h1{
        font-size:2.1rem;
      }
      .portfolio-grid{
        grid-template-columns:1fr;
      }
      .site-footer-meta{
        flex-direction:column;
        align-items:flex-start;
      }
      .cookie-banner{
        flex-direction:column;
        align-items:flex-start;
        border-radius:14px;
      }
    }
