
/* Trusted Pro LLC – base theme */
/* Extracted & generalized from index.html inline styles */

/* ====================
   Theme Variables
   ==================== */
:root{
  --bg:#0b0f14;           /* deep slate */
  --panel:#111723;        /* card background */
  --panel-2:#0e1420;      /* alt panel */
  --text:#ffffff;
  --muted:#b8c0cc;
  --orange:#F56600;       /* Clemson Orange */
  --purple:#522D80;       /* Clemson Purple */
  --ring:rgba(245,102,0,.35);
  --shadow:0 15px 35px rgba(0,0,0,.45);
  --radius:18px;
}

/* ====================
   Base / Reset
   ==================== */
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 700px at 80% -10%, rgba(82,45,128,.35), transparent 55%),
    radial-gradient(900px 600px at -10% 10%, rgba(245,102,0,.18), transparent 50%),
    var(--bg);
  line-height:1.6;
  letter-spacing:.2px;
}

/* Helpful defaults: remove browser-default blue/underlines on links */
/* Keep button styles and explicit link colors via .btn/.pill/.brand as needed */
a, a:link, a:visited, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}
img{max-width:100%;height:auto;border:0}
h1,h2,h3,h4{line-height:1.2;margin:0 0 .4em}
p{margin:.25rem 0 1rem}

/* Layout */
.wrap{max-width:1120px;margin:0 auto;padding:28px 18px 64px}
.grid{display:grid;gap:16px}
@media (min-width:860px){
  .grid.cols-3{grid-template-columns:repeat(3,1fr)}
  .grid.cols-2{grid-template-columns:repeat(2,1fr)}
}

/* Header / Brand */
header{display:flex;align-items:center;gap:18px;justify-content:space-between;margin-bottom:18px}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--text)}
.logo{
  width:44px;height:44px;border-radius:12px;background:
    linear-gradient(120deg, var(--orange), #ff9c4d);
  box-shadow:0 10px 25px rgba(245,102,0,.35);
  display:grid;place-items:center;font-weight:800;color:#0b0f14
}
.brand h1{font-size:1.15rem;margin:0;line-height:1.1}
.tag{color:var(--muted);font-size:.85rem}
.actions{display:flex;gap:10px;align-items:center}

/* Buttons */
.btn{appearance:none;border:0;border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:transform .05s ease, box-shadow .2s ease}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--orange);color:#0b0f14;box-shadow:0 8px 20px var(--ring)}
.btn-outline{border:1px solid rgba(255,255,255,.18);color:var(--text);background:transparent}

/* Hero */
.hero{margin-top:14px;background:linear-gradient(180deg, rgba(82,45,128,.25), rgba(82,45,128,.06));border:1px solid rgba(255,255,255,.06);box-shadow:var(--shadow);border-radius:var(--radius);padding:28px}
.hero h2{font-size:2.2rem;margin:0 0 8px 0;line-height:1.15}
.hero .cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}

/* Cards & UI */
.card{background:linear-gradient(180deg, var(--panel), var(--panel-2));border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}
.kicker{color:#ffd9bf;background:rgba(245,102,0,.12);display:inline-block;padding:4px 10px;border-radius:999px;font-weight:700;letter-spacing:.3px;margin-bottom:8px}
.price{font-size:2rem;font-weight:800;margin:8px 0}
.hr{height:1px;background:linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);margin:14px 0}

/* Lists */
ul.clean{list-style:none;padding:0;margin:0;display:grid;gap:8px}
ul.clean li{display:flex;gap:10px;align-items:flex-start}
.dot{width:9px;height:9px;border-radius:50%;background:var(--orange);margin-top:8px;box-shadow:0 0 0 4px rgba(245,102,0,.12)}
.equipment li::marker{color:var(--orange)}

/* Notices / Details */
.notice{border-left:4px solid var(--orange);background:rgba(82,45,128,.12);padding:12px 14px;border-radius:12px}
details{background:linear-gradient(180deg, rgba(82,45,128,.14), rgba(82,45,128,.06));border:1px solid rgba(255,255,255,.09);border-radius:12px;padding:14px}
summary{cursor:pointer;font-weight:700}

/* Footer */
footer{margin-top:36px;border-top:1px solid rgba(255,255,255,.08);padding-top:18px;color:var(--muted);display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}
footer a{color:#ffd9bf}

/* Pills & Stacks */
.pill{display:inline-flex;align-items:center;gap:8px;background:rgba(82,45,128,.22);border:1px solid rgba(255,255,255,.08);padding:8px 12px;border-radius:999px;color:var(--muted)}
.stack{display:flex;flex-wrap:wrap;gap:10px}

/* ===== TRUST & RELIABILITY FORM COLOR PALETTE ===== */
/* Based on psychological studies showing blue/green tones increase trust and completion rates */

:root {
  /* PRIMARY COLORS */
  --color-bg-primary: #F4F7FB;      /* Soft blue-gray background – calm, secure */
  --color-primary: #2B6CB0;         /* Deep blue – stability, confidence */
  --color-secondary: #6CA870;       /* Sage green – honesty, balance */

  /* TEXT & INTERFACE */
  --color-text-primary: #333333;    /* Charcoal gray – clarity and professionalism */
  --color-border: #5DA9A6;          /* Soft teal – trust and comfort for input focus */
  --color-bg-card: #FFFFFF;         /* Clean white card/form container */

  /* STATUS COLORS */
  --color-error: #E07A5F;           /* Warm terracotta – alert without alarm */
  --color-success: #38A169;         /* Emerald – positive feedback and success */

  /* SHADOWS & MISC */
  --color-shadow: rgba(0, 0, 0, 0.08);
}

/* ===== FORM BASE STYLES ===== */

body {
  background-color: var(--color-bg-primary);
  color: var(--color-text-primary);
  font-family: 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
}

form {
  background-color: var(--color-bg-card);
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 10px var(--color-shadow);
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--color-border);
  box-shadow: 0 0 4px var(--color-border);
}

button {
  background-color: var(--color-primary);
  color: white;
  border: none;
  padding: 0.9rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

button:hover {
  background-color: var(--color-secondary);
  transform: translateY(-1px);
}

/* ===== STATUS MESSAGES ===== */
.success-message {
  background-color: var(--color-success);
  color: white;
  padding: 0.75rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.error-message {
  background-color: var(--color-error);
  color: white;
  padding: 0.75rem;
  border-radius: 6px;
  margin-top: 1rem;
}

