/*
Theme Name: Pexyn LLC
Theme URI: https://pexyn.com
Author: Pexyn LLC
Author URI: https://pexyn.com
Description: One-page corporate theme for Pexyn — the software studio behind Domainer Garden, LinkMinify and future products. Editable via the WordPress Customizer.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: pexyn
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   Variables
   ========================================================================== */
:root{
  --cyan:#14C7C4;
  --blue:#1D4ED8;
  --slate:#94A3B8;
  --navy:#0B1220;
  --white:#FFFFFF;
  --body-text:#333333;
  --muted:#5B6472;
  --border:#E6E9EE;
  --bg-soft:#F7F9FC;
  --gradient: linear-gradient(135deg, var(--cyan) 0%, var(--blue) 100%);
  --font-sans: 'Inter','Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --max: 1160px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font-sans);
  color:var(--body-text);
  background:var(--white);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4{ margin:0 0 .5em; font-weight:700; color:var(--navy); letter-spacing:-0.01em; }
p{ margin:0 0 1em; }
.container{ max-width:var(--max); margin:0 auto; padding:0 24px; }
.visually-hidden{ position:absolute !important; width:1px;height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:13px 26px;
  border-radius:8px;
  font-weight:600;
  font-size:15px;
  border:2px solid transparent;
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary{ background:var(--gradient); color:var(--white); box-shadow:0 6px 18px rgba(29,78,216,.25); }
.btn-primary:hover{ transform:translateY(-1px); box-shadow:0 10px 24px rgba(29,78,216,.32); }
.btn-outline{ background:transparent; border-color:var(--border); color:var(--navy); }
.btn-outline:hover{ border-color:var(--blue); color:var(--blue); }
.btn-sm{ padding:9px 18px; font-size:13px; border-radius:6px; }

/* ==========================================================================
   Header / Nav
   ========================================================================== */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.9);
  backdrop-filter:saturate(180%) blur(8px);
  border-bottom:1px solid var(--border);
}
.site-header .container{
  display:flex; align-items:center; justify-content:space-between;
  height:76px;
}
.site-logo{ display:flex; align-items:center; gap:10px; }
.site-logo img{ height:32px; width:auto; }
.site-logo .logo-icon-only{ display:none; height:34px; }
.main-nav ul{ list-style:none; display:flex; gap:32px; margin:0; padding:0; }
.main-nav a{
  font-size:14px; font-weight:600; color:var(--navy);
}
.main-nav a:hover{ color:var(--blue); }
.header-actions{ display:flex; align-items:center; gap:14px; }
.nav-toggle{ display:none; background:none; border:none; cursor:pointer; padding:6px; }
.nav-toggle span{ display:block; width:22px; height:2px; background:var(--navy); margin:5px 0; border-radius:2px; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero{ padding:96px 0 80px; text-align:center; position:relative; overflow:hidden; }
.hero::before{
  content:""; position:absolute; inset:-20% -10% auto -10%; height:520px;
  background: radial-gradient(60% 60% at 30% 20%, rgba(20,199,196,.14), transparent 70%),
              radial-gradient(50% 50% at 80% 10%, rgba(29,78,216,.14), transparent 70%);
  z-index:-1;
}
.hero h1{ font-size:clamp(30px,5vw,50px); max-width:780px; margin:0 auto 20px; line-height:1.15; }
.hero .eyebrow{
  display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  color:var(--blue); background:rgba(29,78,216,.08); padding:7px 14px; border-radius:20px; margin-bottom:22px;
}
.hero p.lead{ max-width:600px; margin:0 auto 32px; font-size:17px; color:var(--muted); }
.hero-ctas{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; margin-bottom:56px; }
.hero-visual{
  max-width:880px; margin:0 auto; border-radius:20px; overflow:hidden;
  border:1px solid var(--border); box-shadow:0 30px 70px -30px rgba(11,18,32,.25);
}
.hero-visual svg{ display:block; width:100%; height:auto; }

/* ==========================================================================
   Mission strip
   ========================================================================== */
.strip{ border-top:1px solid var(--border); border-bottom:1px solid var(--border); background:var(--bg-soft); }
.strip .container{
  display:grid; grid-template-columns:repeat(3,1fr); gap:0; text-align:center; padding:32px 24px;
}
.strip .item{ padding:0 20px; border-left:1px solid var(--border); }
.strip .item:first-child{ border-left:none; }
.strip strong{ display:block; font-size:15px; color:var(--navy); margin-bottom:4px; }
.strip span{ font-size:13.5px; color:var(--muted); }

/* ==========================================================================
   Section shell
   ========================================================================== */
.section{ padding:88px 0; }
.section-head{ text-align:center; max-width:640px; margin:0 auto 48px; }
.section-head .eyebrow{
  display:inline-block; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  color:var(--cyan-dark,#0E9C99); margin-bottom:10px;
}
.section-head h2{ font-size:clamp(24px,3.4vw,34px); }
.section-head p{ color:var(--muted); font-size:15.5px; }
.section-alt{ background:var(--bg-soft); }

/* ==========================================================================
   Portfolio
   ========================================================================== */
.cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.card{
  background:var(--white); border:1px solid var(--border); border-radius:16px; padding:28px;
  display:flex; flex-direction:column; gap:14px;
  transition:box-shadow .2s ease, transform .2s ease;
}
.card:hover{ box-shadow:0 20px 40px -24px rgba(11,18,32,.2); transform:translateY(-2px); }
.card .card-icon{
  width:52px; height:52px; border-radius:12px; display:flex; align-items:center; justify-content:center;
  background:var(--gradient); color:var(--white); font-weight:800; font-size:20px;
}
.card h3{ font-size:19px; margin-bottom:2px; }
.card p{ color:var(--muted); font-size:14.5px; margin-bottom:4px; }
.tag{
  display:inline-block; align-self:flex-start; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.05em;
  padding:4px 11px; border-radius:20px;
}
.tag-live{ background:rgba(20,199,196,.12); color:#0E9C99; }
.tag-dev{ background:rgba(148,163,184,.18); color:#56606E; }
.card-future{ align-items:center; justify-content:center; text-align:center; border-style:dashed; color:var(--muted); }
.card-future .plus{ font-size:28px; color:var(--slate); font-weight:300; }

/* ==========================================================================
   Values
   ========================================================================== */
.values-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.value{ padding:6px; }
.value .icon{
  width:44px; height:44px; border-radius:12px; margin-bottom:16px;
  background:rgba(29,78,216,.08); display:flex; align-items:center; justify-content:center;
  color:var(--blue); font-weight:800;
}
.value h3{ font-size:16px; margin-bottom:6px; }
.value p{ font-size:13.5px; color:var(--muted); margin:0; }

/* ==========================================================================
   About
   ========================================================================== */
.about-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:56px; align-items:center; }
.about-copy p{ color:var(--muted); font-size:15.5px; }
.fact-list{ margin-top:24px; border-top:1px solid var(--border); }
.fact-row{
  display:flex; justify-content:space-between; padding:12px 0; border-bottom:1px solid var(--border); font-size:14px;
}
.fact-row span:first-child{ color:var(--muted); }
.fact-row span:last-child{ font-weight:600; color:var(--navy); }
.about-visual{
  border-radius:20px; padding:40px; background:var(--gradient); color:var(--white);
  display:flex; align-items:center; justify-content:center; min-height:280px;
}
.about-visual .mark{ width:120px; height:auto; opacity:.95; }

/* ==========================================================================
   Pillars
   ========================================================================== */
.pillars{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.pillar{
  text-align:center; padding:28px 20px; border:1px solid var(--border); border-radius:14px; background:var(--white);
}
.pillar .num{
  width:36px; height:36px; margin:0 auto 14px; border-radius:50%; background:var(--bg-soft);
  display:flex; align-items:center; justify-content:center; font-weight:800; color:var(--blue); font-size:15px;
}
.pillar h3{ font-size:14.5px; margin-bottom:6px; }
.pillar p{ font-size:13px; color:var(--muted); margin:0; }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band{
  background:var(--navy); color:var(--white); text-align:center; padding:72px 24px; border-radius:24px;
  margin:0 24px;
}
.cta-band h2{ color:var(--white); font-size:clamp(22px,3vw,30px); }
.cta-band p{ color:#B9C2D0; margin-bottom:26px; }
.cta-band .btn-outline{ border-color:rgba(255,255,255,.3); color:var(--white); }
.cta-band .btn-outline:hover{ border-color:var(--cyan); color:var(--cyan); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer{ padding:64px 0 28px; }
.footer-grid{
  display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:32px; margin-bottom:40px;
}
.footer-brand .site-logo{ margin-bottom:14px; }
.footer-brand p{ color:var(--muted); font-size:13.5px; max-width:260px; }
.footer-col h4{
  font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:var(--muted); margin-bottom:14px; font-weight:700;
}
.footer-col ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.footer-col a{ font-size:13.5px; color:var(--navy); }
.footer-col a:hover{ color:var(--blue); }
.footer-bottom{
  border-top:1px solid var(--border); padding-top:22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;
  font-size:12.5px; color:var(--muted);
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px){
  .cards{ grid-template-columns:1fr; }
  .values-grid{ grid-template-columns:repeat(2,1fr); }
  .about-grid{ grid-template-columns:1fr; }
  .pillars{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .strip .container{ grid-template-columns:1fr; gap:16px; }
  .strip .item{ border-left:none; border-top:1px solid var(--border); padding-top:16px; }
  .strip .item:first-child{ border-top:none; padding-top:0; }
}
@media (max-width: 760px){
  .main-nav{ position:fixed; inset:76px 0 0 0; background:var(--white); padding:24px; transform:translateY(-8px); opacity:0; pointer-events:none; transition:opacity .2s ease, transform .2s ease; }
  .main-nav.is-open{ opacity:1; pointer-events:auto; transform:translateY(0); }
  .main-nav ul{ flex-direction:column; gap:20px; }
  .nav-toggle{ display:block; }
  .header-actions .btn-primary.btn-sm{ display:none; }
  .footer-grid{ grid-template-columns:1fr; }
  .site-logo img{ height:26px; }
}
