/*
Theme Name: Muhammad Jawad
Theme URI: https://muhammadjawad.com
Author: Muhammad Jawad
Description: A clean, editorial personal-brand theme for visa consultancy and digital services.
Version: 1.0.0
Text Domain: muhammad-jawad
*/

:root { --ink:#12263a; --muted:#667789; --paper:#f6f1e8; --surface:#fffdf8; --line:#dcd7ce; --green:#1f5260; --lime:#e3b35a; --display:Georgia, 'Times New Roman', serif; --sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font:16px/1.65 var(--sans); }
a { color:inherit; text-decoration:none; }
.wrap { width:min(1180px, calc(100% - 48px)); margin:auto; }
.site-header { padding:22px 0; border-bottom:1px solid var(--line); }
.bar { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; width:clamp(155px, 20vw, 210px); max-width:210px; flex:0 1 auto; }
.brand img { display:block; width:100%; height:auto; }
.nav { display:flex; align-items:center; gap:26px; font-size:.9rem; }
.nav a:hover { color:var(--green); }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 21px; background:var(--green); color:#fff; border:1px solid var(--green); border-radius:999px; font-size:.91rem; font-weight:700; transition:.2s ease; }
.button:hover { transform:translateY(-2px); background:#153b47; }
.button.light { background:transparent; color:var(--ink); border-color:var(--ink); }
.eyebrow { display:flex; align-items:center; gap:9px; color:var(--green); font-size:.74rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.eyebrow:before { content:''; width:25px; height:1px; background:currentColor; }
.hero { padding:104px 0 88px; overflow:hidden; }
.hero-grid { display:grid; grid-template-columns:1.35fr .65fr; gap:64px; align-items:end; }
h1,h2,h3 { font-family:var(--display); font-weight:400; letter-spacing:-.052em; line-height:.99; margin:0; }
h1 { max-width:790px; margin:18px 0 27px; font-size:clamp(3.15rem,7vw,6.75rem); }
h1 em { color:var(--green); font-style:italic; }
.lead { max-width:580px; color:var(--muted); font-size:1.17rem; }
.hero-actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:34px; }
.hero-note { padding:25px; background:var(--lime); border-radius:18px; transform:rotate(2.5deg); }
.hero-note p { margin:0 0 12px; font-family:var(--display); font-size:1.7rem; line-height:1.1; letter-spacing:-.04em; }
.hero-note small { display:block; color:#5a4a29; }
.trusted { padding:22px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); color:var(--muted); font-size:.82rem; letter-spacing:.08em; text-transform:uppercase; }
.trusted .wrap { display:flex; gap:32px; justify-content:space-between; flex-wrap:wrap; }
.section { padding:104px 0; }
.section.dark { color:#fff; background:var(--ink); }
.section-head { display:grid; grid-template-columns:.72fr 1.28fr; gap:40px; margin-bottom:46px; }
h2 { font-size:clamp(2.5rem,4.3vw,4.65rem); }
.section-copy { max-width:520px; color:var(--muted); margin:10px 0 0; }
.dark .section-copy { color:#b8c7d1; }
.services { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.card { padding:29px; min-height:285px; background:var(--surface); border:1px solid var(--line); border-radius:18px; display:flex; flex-direction:column; }
.card-number { color:var(--green); font:italic 1.1rem var(--display); }
.card h3 { margin:35px 0 14px; font-size:2rem; }
.card p { margin:0; color:var(--muted); }
.card-link { margin-top:auto; padding-top:22px; color:var(--green); font-weight:750; font-size:.9rem; }
.process { display:grid; grid-template-columns:repeat(3,1fr); gap:35px; }
.process-item { padding-top:20px; border-top:1px solid #4f6572; }
.process-item b { color:var(--lime); font-size:.78rem; letter-spacing:.12em; }
.process-item h3 { margin:21px 0 13px; font-size:2rem; }
.process-item p { margin:0; color:#b8c7d1; }
.statement { max-width:850px; }
.statement h2 { font-size:clamp(2.8rem,5.5vw,5.55rem); }
.statement p { max-width:580px; margin:28px 0 0; color:var(--muted); font-size:1.1rem; }
.contact { padding:82px 0; background:var(--green); color:#fff; }
.contact-inner { display:flex; align-items:end; justify-content:space-between; gap:38px; }
.contact h2 { max-width:660px; font-size:clamp(2.7rem,5vw,5rem); }
.contact p { color:#d7e2e8; max-width:390px; }
.contact .button { background:#fff; border-color:#fff; color:var(--green); }
.site-footer { padding:32px 0; background:var(--ink); color:#b8c7d1; font-size:.85rem; }
.footer-row { display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.page-intro { padding:90px 0 48px; }
.page-intro h1 { font-size:clamp(3rem,6vw,5.7rem); }
.content { max-width:760px; padding-bottom:95px; }
.content h2 { margin:2em 0 .5em; font-size:2.4rem; }.content p,.content li { color:var(--muted); }
.booking-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:60px; align-items:start; }.booking-form { padding:34px; background:var(--surface); border:1px solid var(--line); border-radius:20px; }.form-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }.field { display:flex; flex-direction:column; gap:7px; margin-bottom:19px; }.field label { font-size:.8rem; font-weight:750; letter-spacing:.06em; text-transform:uppercase; }.field input,.field select,.field textarea { width:100%; border:1px solid var(--line); border-radius:9px; background:var(--surface); color:var(--ink); padding:13px 14px; font:inherit; }.field textarea { min-height:125px; resize:vertical; }.form-note { color:var(--muted); font-size:.84rem; }.notice { margin-bottom:22px; padding:13px 16px; border-radius:8px; background:var(--lime); }.signature-hero { max-width:710px; }.signature-hero h1 { margin-bottom:20px; }
@media (max-width:760px) { .brand,.brand img{width:clamp(150px, 48vw, 175px);max-width:175px}.booking-layout,.form-row{grid-template-columns:1fr} .booking-form{padding:22px} }
@media (max-width:760px) { .wrap{width:min(100% - 34px,1180px)} .nav a:not(.button){display:none}.hero{padding:73px 0 58px}.hero-grid,.section-head{grid-template-columns:1fr;gap:27px}.hero-note{max-width:270px;justify-self:end}.section{padding:72px 0}.services,.process{grid-template-columns:1fr}.card{min-height:225px}.contact-inner{align-items:start;flex-direction:column}.trusted .wrap{gap:14px;justify-content:flex-start} }
