/*
Theme Name: Tufan Bouwbedrijf Landing
Theme URI: https://tufanbouw.nl
Author: ChatGPT
Author URI: https://tufanbouw.nl
Description: Minimal, modern one-page landing theme with bottom WhatsApp + Email buttons.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tufanbouw-landing
Tags: one-column, custom-logo, custom-background, custom-menu, featured-images
*/

:root{
  --bg0:#0b1220;
  --bg1:#0f1a2f;
  --card: rgba(255,255,255,.06);
  --card2: rgba(255,255,255,.10);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.72);
  --line: rgba(255,255,255,.12);
  --brand:#1f5f78;
  --brand2:#9aa1a4;
  --shadow: 0 18px 60px rgba(0,0,0,.45);
  --radius: 26px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background: radial-gradient(1200px 800px at 20% 10%, rgba(91,184,255,.25), transparent 60%),
              radial-gradient(900px 700px at 80% 30%, rgba(47,126,219,.18), transparent 55%),
              linear-gradient(180deg, var(--bg0), var(--bg1));
  overflow-x:hidden;
}

/* background texture */
body:before{
  content:"";
  position:fixed; inset:-20%;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.06) 1px, transparent 0);
  background-size: 18px 18px;
  transform: rotate(-6deg);
  pointer-events:none;
  opacity:.35;
}

a{color:inherit; text-decoration:none}
.container{
  width:min(1120px, calc(100% - 40px));
  margin:0 auto;
}

.site{
  min-height:100dvh;
  display:flex;
  flex-direction:column;
}

.header{
  padding: 26px 0 10px;
}
.brand{
  display:flex; align-items:center; gap:12px;
}
.brand-badge{
  width:44px; height:44px;
  border-radius:14px;
  background: linear-gradient(135deg, rgba(47,126,219,.95), rgba(91,184,255,.85));
  box-shadow: 0 14px 40px rgba(47,126,219,.22);
  position:relative;
  overflow:hidden;
}
.brand-badge:after{
  content:"";
  position:absolute; inset:-40%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.75), transparent 55%);
  transform: rotate(15deg);
  opacity:.65;
}
.brand-title{
  font-weight:800;
  letter-spacing:.3px;
  font-size:18px;
  line-height:1.1;
}
.brand-sub{
  font-size:12px;
  color:var(--muted);
  margin-top:2px;
}

.hero{
  padding: 26px 0 90px;
  flex:1;
  display:grid;
  align-items:center;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 34px;
}
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr; gap:22px}
  .hero{padding-bottom:120px}
}

.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  border-radius:999px;
  color:var(--muted);
  font-size:13px;
}
.kicker .dot{
  width:8px; height:8px;
  border-radius:99px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 0 0 6px rgba(47,126,219,.15);
}

.h1{
  margin: 16px 0 10px;
  font-size: clamp(34px, 5vw, 54px);
  line-height:1.02;
  letter-spacing: -.6px;
}
.h1 span{
  background: linear-gradient(135deg, #ffffff, rgba(255,255,255,.72));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 58ch;
}

.pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 18px;
}
.pill{
  border:1px solid var(--line);
  background: rgba(255,255,255,.035);
  padding:10px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: rgba(255,255,255,.78);
}

.card{
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
  position:relative;
  overflow:hidden;
}
.card:before{
  content:"";
  position:absolute; inset:-40%;
  background:
    radial-gradient(500px 260px at 15% 20%, rgba(91,184,255,.22), transparent 60%),
    radial-gradient(520px 280px at 80% 55%, rgba(47,126,219,.18), transparent 55%);
  transform: rotate(8deg);
  opacity:.9;
  pointer-events:none;
}
.card-inner{position:relative}
.hero-illus{
  width:100%;
  aspect-ratio: 1 / 1;
  border-radius: calc(var(--radius) - 8px);
  overflow:
    hidden;
  display:grid;
  place-items:center;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(10,16,28,.35);
}
.hero-illus svg{
  width: 92%;
  height:auto;
  filter: drop-shadow(0 14px 30px rgba(0,0,0,.35));
}

.footer-note{
  margin-top: 14px;
  font-size: 12px;
  color: rgba(255,255,255,.62);
  text-align:center;
}

.bottom-actions{
  position: fixed;
  left: 0; right: 0;
  bottom: 14px;
  z-index: 20;
  padding: 0 14px;
  pointer-events:none;
}
.bottom-actions .wrap{
  width:min(760px, calc(100% - 10px));
  margin: 0 auto;
  display:flex;
  gap: 12px;
  justify-content:center;
  pointer-events:auto;
}
.action-btn{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.92);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .15s ease, background .15s ease;
  font-weight: 700;
}
.action-btn:hover{transform: translateY(-2px); background: rgba(255,255,255,.10)}
.action-btn:active{transform: translateY(0px)}
.action-btn .icon{
  width:20px; height:20px;
  display:inline-block;
}

@media (max-width: 520px){
  .bottom-actions .wrap{gap:10px}
  .action-btn{padding:14px 12px; border-radius:14px; font-size:14px}
}

.skip-link{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:14px; top:14px; width:auto; height:auto; padding:10px 12px;
  border-radius: 10px;
  background: rgba(0,0,0,.7);
  color:#fff;
  z-index: 50;
}



/* Logo alignment */
.brand-logo{
  width: 220px;
  max-width: 52vw;
  display:flex;
  align-items:center;
}
.brand-logo img{
  width:100%;
  height:auto;
  display:block;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.25));
}
.brand .brand-title, .brand .brand-sub{ display:none; }

/* Hero visual with "photo-like" background */
.hero-illus--photo{
  position:relative;
  background: #f7f9fa;
}
.hero-illus__bg{
  position:absolute; inset:0;
  background:
    radial-gradient(800px 480px at 15% 25%, rgba(31,95,120,.18), transparent 60%),
    radial-gradient(820px 520px at 85% 65%, rgba(154,161,164,.22), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.65));
}
.hero-illus__logo{
  position:relative;
  width:min(520px, 86%);
  margin: 0 auto;
  z-index:2;
}
.hero-illus__logo img{
  width:100%;
  height:auto;
  border-radius: 18px;
  background:#fff;
  padding: 10px;
  box-shadow: 0 24px 70px rgba(0,0,0,.20);
}
.hero-illus__mark{
  position:absolute;
  inset:auto -10% -14% -10%;
  opacity:.12;
  z-index:1;
  transform: rotate(-2deg);
}
