/* ColorSpoon App Studio - Extended */

:root{
  --bg:#020817;
  --panel:rgba(8,19,39,.84);
  --panel-2:rgba(8,25,49,.82);
  --line:rgba(96,165,250,.28);
  --line-strong:rgba(34,211,238,.42);
  --text:#f8fafc;
  --muted:#cbd5e1;
  --soft:#94a3b8;
  --blue:#2563eb;
  --cyan:#22d3ee;
  --green:#22c55e;
  --shadow:0 26px 90px rgba(0,0,0,.42);
}

*{ box-sizing:border-box; scroll-behavior:smooth; }

body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(34,211,238,.16), transparent 28%),
    radial-gradient(circle at 85% 8%, rgba(37,99,235,.15), transparent 26%),
    linear-gradient(180deg,#020817 0%,#041225 48%,#020817 100%);
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
.container{ width:min(1500px, 90%); margin:0 auto; }

.bg-glow{
  position:fixed; z-index:-1; width:520px; height:520px; border-radius:50%;
  filter:blur(70px); opacity:.22; pointer-events:none;
}
.glow-left{ left:-180px; top:100px; background:#2563eb; }
.glow-right{ right:-180px; top:120px; background:#22d3ee; }

.site-header{
  position:sticky; top:0; z-index:30; background:rgba(2,8,23,.78);
  backdrop-filter:blur(18px); border-bottom:1px solid rgba(96,165,250,.14);
}
.nav{ height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand{ display:inline-flex; align-items:center; }
.brand img{
  width:280px; max-height:54px; object-fit:contain; object-position:left center;
  filter:drop-shadow(0 8px 24px rgba(34,211,238,.16));
}
.nav-links{
  display:flex; align-items:center; gap:40px; color:#e7eef9; font-size:15px; font-weight:800;
}
.nav-links a{ position:relative; padding:24px 0; }
.nav-links a::after{
  content:""; position:absolute; left:0; right:0; bottom:14px; height:2px; transform:scaleX(0);
  transform-origin:left; transition:.2s ease; background:linear-gradient(90deg, var(--blue), var(--cyan));
}
.nav-links a:hover::after{ transform:scaleX(1); }

.menu-button{
  display:none; width:46px; height:46px; border-radius:14px;
  border:1px solid var(--line); background:rgba(255,255,255,.04);
}
.menu-button span{
  display:block; width:19px; height:2px; margin:5px auto; background:#fff; border-radius:99px;
}

.hero{
  padding:48px 0 36px; position:relative; overflow:hidden;
}
.hero::before{
  content:""; position:absolute; right:-6%; bottom:-120px; width:62%; height:380px;
  background:
    radial-gradient(ellipse at center, rgba(34,211,238,.18), transparent 58%),
    linear-gradient(100deg, transparent 10%, rgba(37,99,235,.18), transparent 76%);
  transform:rotate(-8deg); border-radius:50%;
}
.hero-grid{
  position:relative; z-index:1; display:grid; grid-template-columns: 1.04fr .96fr; align-items:center; gap:54px;
}
.hero-copy{ padding-top:12px; }
.hero-title{
  margin:0; font-size:clamp(38px, 4.2vw, 64px); line-height:1.08; letter-spacing:-2px; font-weight:950;
}
.brand-gradient{
  background:linear-gradient(92deg,#2f7cff,#22d3ee);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero-subtitle{
  margin:18px 0 0; font-size:clamp(28px, 3.2vw, 46px); line-height:1.06; font-weight:950;
  letter-spacing:-1.2px;
}
.hero-lead{
  margin:18px 0 0; font-size:22px; line-height:1.5; color:#d7e7fb; font-weight:800; word-break:keep-all;
}
.hero-desc{
  margin:18px 0 0; max-width:760px; color:var(--muted); font-size:17px; line-height:1.75; word-break:keep-all;
}
.hero-actions{ display:flex; flex-wrap:wrap; gap:18px; margin-top:34px; }

.btn{
  min-width:220px; min-height:52px; display:inline-flex; align-items:center; justify-content:center;
  border-radius:16px; font-weight:900; font-size:16px; transition:transform .18s ease, box-shadow .18s ease;
}
.btn:hover{ transform:translateY(-2px); }
.btn-primary{ background:linear-gradient(135deg,#1496ff,#2563eb); box-shadow:0 18px 36px rgba(37,99,235,.34); }
.btn-secondary{ background:rgba(5,16,33,.74); border:1px solid rgba(34,211,238,.44); }

.hero-panel-wrap{ position:relative; min-height:460px; }
.phone-scene{
  position:absolute; inset:0;
  animation: floatPhone 6s ease-in-out infinite;
}
@keyframes floatPhone{
  0%,100%{ transform: translateY(0px); }
  50%{ transform: translateY(-8px); }
}
.phone{
  position:absolute; left:10%; top:8%; width:220px; height:400px; border-radius:38px; transform:rotate(14deg);
  background:linear-gradient(145deg, rgba(7,18,36,.96), rgba(15,23,42,.24));
  border:2px solid rgba(148,163,184,.30);
  box-shadow:inset 0 0 40px rgba(34,211,238,.06), 0 34px 80px rgba(0,0,0,.44); z-index:3;
}
.phone-notch{
  position:absolute; top:12px; left:50%; transform:translateX(-50%); width:76px; height:16px;
  background:#020817; border-radius:0 0 12px 12px;
}
.android-symbol{
  position:absolute; inset:0; display:grid; place-items:center; font-size:120px; opacity:.12;
}
.orbit{
  position:absolute; left:0; top:50%; width:470px; height:86px; border-radius:50%;
  border:3px solid rgba(34,211,238,.52); border-left-color:transparent; border-bottom-color:rgba(37,99,235,.12);
  transform:rotate(-14deg); filter:drop-shadow(0 0 18px rgba(34,211,238,.72));
}
.orbit-2{ top:56%; left:-4%; width:520px; border-color:rgba(37,99,235,.52); border-left-color:transparent; opacity:.54; }

.summary-card{
  position:absolute; right:0; top:26px; width:min(420px,100%); padding:22px 28px; border-radius:24px;
  border:1px solid rgba(96,165,250,.34);
  background:linear-gradient(145deg, rgba(10,26,51,.90), rgba(6,16,33,.72));
  box-shadow:var(--shadow); backdrop-filter:blur(10px);
}
.summary-row{
  display:grid; grid-template-columns:66px 1fr; gap:16px; align-items:center; padding:18px 0;
  border-bottom:1px solid rgba(96,165,250,.14);
}
.summary-row:last-child{ border-bottom:none; }
.summary-icon{
  width:54px; height:54px; display:grid; place-items:center; border-radius:999px; font-size:24px;
  color:#22d3ee; background:rgba(14,165,233,.12); border:1px solid rgba(34,211,238,.26);
}
.summary-text strong{ display:block; font-size:27px; line-height:1.1; }
.summary-text span{ display:block; margin-top:5px; color:var(--muted); font-weight:800; }

.strip{ padding:8px 0 30px; }
.strip-box{
  min-height:49px; display:flex; align-items:center; justify-content:space-around; flex-wrap:wrap; gap:16px; padding:0 18px;
  border-radius:16px; border:1px solid rgba(96,165,250,.30);
  background:linear-gradient(90deg, rgba(7,18,36,.86), rgba(8,28,55,.60));
}
.strip-box span{ color:#e2e8f0; font-weight:800; }
.strip-box b{ color:#22d3ee; margin-right:7px; }

.section{ padding:12px 0 40px; }
.section-title{
  display:flex; align-items:center; justify-content:center; gap:18px; margin-bottom:18px; text-align:center;
}
.section-title h2{ margin:0; font-size:clamp(28px,3vw,38px); font-weight:950; letter-spacing:-1px; }
.tiny-dot{
  width:7px; height:7px; border-radius:999px; background:#22d3ee; box-shadow:0 0 16px rgba(34,211,238,.82);
}
.apps-note{
  margin:-2px auto 18px; max-width:720px; text-align:center; color:var(--muted); font-size:16px; line-height:1.6;
}
.app-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:stretch;
}
.app-card{
  position:relative; display:flex; flex-direction:column; padding:18px 20px 18px; border-radius:22px;
  border:1px solid rgba(96,165,250,.30); background:linear-gradient(145deg, rgba(10,26,51,.88), rgba(4,15,32,.78));
  box-shadow:0 20px 60px rgba(0,0,0,.30); transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  min-height:100%;
}
.app-card:hover{
  transform:translateY(-6px); border-color:rgba(34,211,238,.56); box-shadow:0 24px 70px rgba(37,99,235,.18);
}
.status-badge{
  position:absolute; top:16px; right:16px; padding:7px 11px; border-radius:10px; font-size:12px; font-weight:950;
  color:#dbeafe; background:linear-gradient(135deg,#1d4ed8,#0ea5e9); box-shadow:0 8px 24px rgba(37,99,235,.30);
}
.preview-box{
  position:relative; overflow:hidden; min-height:176px; border-radius:18px; border:1px solid rgba(96,165,250,.24);
  background:linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  margin-bottom:18px; box-shadow:inset 0 0 30px rgba(34,211,238,.04);
}
.preview-top{
  height:34px; display:flex; align-items:center; gap:7px; padding:0 14px;
  border-bottom:1px solid rgba(96,165,250,.14); background:rgba(255,255,255,.025);
}
.preview-top span{ width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,.45); }
.preview-body{ display:grid; grid-template-columns:88px 1fr; gap:14px; align-items:center; padding:16px; }
.preview-icon{ width:74px; height:74px; border-radius:18px; box-shadow:0 12px 30px rgba(37,99,235,.22); }
.preview-screen{
  min-height:100px; border-radius:16px; border:1px solid rgba(96,165,250,.16);
  background:rgba(2,8,23,.55); padding:12px;
}
.screen-chip{
  display:inline-flex; align-items:center; justify-content:center; min-width:56px; height:24px; padding:0 10px;
  border-radius:999px; font-size:11px; font-weight:900; letter-spacing:.4px; color:#e0f2fe;
  background:linear-gradient(135deg, rgba(37,99,235,.88), rgba(34,211,238,.68));
}
.screen-row,.metric-row,.money-row{
  height:10px; border-radius:999px; background:linear-gradient(90deg, rgba(56,189,248,.55), rgba(255,255,255,.1));
  margin-top:12px;
}
.screen-row.short,.metric-row.short,.money-row.short{ width:62%; }
.screen-grid{ display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:14px; }
.screen-grid div{
  height:28px; border-radius:10px; background:rgba(59,130,246,.22); border:1px solid rgba(96,165,250,.16);
}
.switch-row{ display:flex; gap:8px; margin-top:14px; }
.switch-row span{
  flex:1; height:28px; border-radius:10px; background:linear-gradient(180deg, rgba(125,211,252,.42), rgba(37,99,235,.2));
  border:1px solid rgba(96,165,250,.16);
}
.result-card{
  height:36px; border-radius:12px; margin-top:14px; background:linear-gradient(135deg, rgba(37,99,235,.36), rgba(34,211,238,.18));
  border:1px solid rgba(96,165,250,.18);
}
.preview-good{
  background:radial-gradient(circle at 88% 18%, rgba(253,230,138,.18), transparent 18%),
    linear-gradient(145deg, rgba(125,211,252,.08), rgba(37,99,235,.05));
}
.preview-dip{
  background:radial-gradient(circle at 90% 18%, rgba(125,211,252,.16), transparent 22%),
    linear-gradient(145deg, rgba(51,65,85,.18), rgba(2,6,23,.12));
}
.preview-loan{
  background:radial-gradient(circle at 88% 18%, rgba(34,211,238,.16), transparent 20%),
    linear-gradient(145deg, rgba(125,211,252,.08), rgba(99,102,241,.05));
}
.app-top{ display:grid; grid-template-columns:90px 1fr; gap:16px; padding-right:0; }
.app-icon{ width:82px; height:82px; border-radius:20px; box-shadow:0 18px 40px rgba(37,99,235,.26); }
.app-content{ display:flex; flex-direction:column; min-height:100%; }
.app-content h3{ margin:0; font-size:24px; line-height:1.25; letter-spacing:-.7px; }
.category{ margin:5px 0 12px; color:#dbeafe; font-weight:900; }
.desc{ margin:0; color:#d3deee; font-size:15px; word-break:keep-all; min-height:72px; }
.tag-row{ display:flex; flex-wrap:wrap; gap:7px; margin-top:14px; }
.tag-row span{
  padding:5px 10px; border-radius:999px; font-size:12px; font-weight:850; color:#dbeafe;
  border:1px solid rgba(148,163,184,.16); background:rgba(148,163,184,.12);
}
.card-actions{ display:grid; grid-template-columns: 1fr 1fr; gap:10px; margin-top:auto; }
.download-btn,.detail-btn{
  min-height:48px; display:flex; align-items:center; justify-content:center; gap:9px; border-radius:14px;
  font-weight:950; transition:.2s ease; width:100%;
}
.download-btn{
  background:linear-gradient(135deg, rgba(37,99,235,.96), rgba(14,165,233,.92));
  border:1px solid rgba(125,211,252,.30);
  box-shadow:0 14px 26px rgba(37,99,235,.26), inset 0 1px 0 rgba(255,255,255,.18);
}
.download-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(37,99,235,.30), inset 0 1px 0 rgba(255,255,255,.18);
  background:linear-gradient(135deg, rgba(14,165,233,.98), rgba(37,99,235,.98));
}
.detail-btn{
  border:1px solid rgba(96,165,250,.30);
  background:rgba(6,16,32,.72);
  color:#e2e8f0;
}
.detail-btn:hover{
  transform:translateY(-2px);
  border-color:rgba(34,211,238,.44);
  background:rgba(14,165,233,.12);
}
.play{ color:#bbf7d0; text-shadow:0 0 12px rgba(34,197,94,.6); }

.value-grid{
  display:grid; grid-template-columns:repeat(3,1fr); border-radius:18px; border:1px solid rgba(96,165,250,.28);
  background:linear-gradient(145deg, rgba(10,26,51,.84), rgba(4,15,32,.74)); overflow:hidden;
}
.value-card{
  display:grid; grid-template-columns:96px 1fr; gap:18px; align-items:center; padding:28px 30px;
  border-right:1px solid rgba(96,165,250,.18);
}
.value-card:last-child{ border-right:none; }
.value-icon{
  width:72px; height:72px; display:grid; place-items:center; border-radius:999px;
  border:1px solid rgba(34,211,238,.34); background:rgba(29,78,216,.20); color:#38bdf8; font-size:32px; font-weight:950;
}
.value-card h3{ margin:0 0 6px; font-size:23px; }
.value-card p{ margin:0; color:var(--muted); word-break:keep-all; }

.process-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.process-card{
  position:relative; min-height:190px; padding:26px 20px 20px; border-radius:18px;
  border:1px solid rgba(96,165,250,.28);
  background:linear-gradient(145deg, rgba(10,26,51,.84), rgba(4,15,32,.74)); text-align:center;
}
.step-badge{
  display:inline-grid; place-items:center; min-width:50px; height:32px; padding:0 10px; border-radius:999px;
  background:linear-gradient(135deg,#1d4ed8,#0f58d8); border:1px solid rgba(34,211,238,.42);
  box-shadow:0 0 18px rgba(37,99,235,.45); font-size:14px; font-weight:950; margin-bottom:16px;
}
.process-card h3{ margin:0 0 10px; font-size:18px; }
.process-card p{ margin:0; color:var(--muted); font-size:14px; word-break:keep-all; }

.contact-section{ padding:8px 0 18px; }
.contact-card{
  min-height:84px; display:flex; align-items:center; justify-content:space-between; gap:26px; padding:16px 28px;
  border-radius:17px; border:1px solid rgba(96,165,250,.28);
  background:linear-gradient(145deg, rgba(10,26,51,.86), rgba(4,15,32,.74));
}
.contact-left{ display:flex; align-items:center; gap:20px; }
.contact-icon{
  width:58px; height:58px; display:grid; place-items:center; border-radius:999px;
  background:linear-gradient(135deg,#1d4ed8,#0ea5e9); font-size:28px;
}
.contact-card h2{ margin:0; font-size:23px; letter-spacing:-.5px; }
.contact-card p{ margin:4px 0 0; color:var(--muted); }
.mail-btn{
  min-width:405px; min-height:52px; display:inline-flex; align-items:center; justify-content:center; border-radius:13px;
  background:linear-gradient(135deg,#2563eb,#0f58d8); box-shadow:0 15px 34px rgba(37,99,235,.32); font-size:18px; font-weight:950;
}

.site-footer{
  padding:16px 0; border-top:1px solid rgba(96,165,250,.16); background:rgba(2,8,23,.86);
}
.footer-inner{
  display:grid; grid-template-columns:300px 1fr 180px; align-items:center; gap:20px;
}
.footer-logo{ width:280px; max-height:58px; object-fit:contain; object-position:left center; }
.footer-inner p{ margin:0; text-align:center; color:#94a3b8; }
.footer-icons{ display:flex; justify-content:flex-end; gap:22px; color:#cbd5e1; font-size:20px; }

/* Detail pages */
.detail-page{ padding:36px 0 56px; }
.detail-hero{
  display:grid; grid-template-columns: 1.05fr .95fr; gap:26px; align-items:center;
  margin-bottom:30px;
}
.detail-panel, .gallery-panel, .feature-panel{
  border:1px solid rgba(96,165,250,.28);
  background:linear-gradient(145deg, rgba(10,26,51,.88), rgba(4,15,32,.78));
  border-radius:24px; box-shadow:0 20px 60px rgba(0,0,0,.26);
}
.detail-panel{ padding:28px; }
.detail-head{ display:grid; grid-template-columns:110px 1fr; gap:18px; align-items:center; }
.detail-app-icon{ width:100px; height:100px; border-radius:24px; box-shadow:0 18px 40px rgba(37,99,235,.26); }
.crumb{
  display:inline-flex; padding:7px 12px; border-radius:999px; font-size:12px; font-weight:900;
  background:rgba(37,99,235,.18); color:#dbeafe; margin-bottom:10px;
}
.detail-panel h1{ margin:0; font-size:42px; letter-spacing:-1px; line-height:1.15; }
.detail-panel .detail-category{ margin:8px 0 0; color:#dbeafe; font-weight:900; font-size:18px; }
.detail-summary{ margin:18px 0 0; color:var(--muted); font-size:17px; line-height:1.75; word-break:keep-all; }
.detail-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top:24px; }
.ghost-btn{
  min-height:48px; padding:0 18px; border-radius:14px; display:inline-flex; align-items:center; justify-content:center;
  border:1px solid rgba(96,165,250,.30); background:rgba(6,16,32,.72); color:#e2e8f0; font-weight:900;
}
.gallery-panel{ padding:22px; }
.gallery-title{ margin:0 0 14px; font-size:24px; }
.screen-grid-detail{
  display:grid; grid-template-columns: repeat(3, 1fr); gap:14px;
}
.screen-card{
  border-radius:18px; overflow:hidden; border:1px solid rgba(96,165,250,.18); background:rgba(255,255,255,.03);
  transform:translateY(0); transition:.25s ease;
}
.screen-card:hover{ transform:translateY(-4px); }
.screen-card img{ width:100%; aspect-ratio: 10 / 18; object-fit:cover; background:#fff; }
.screen-caption{
  padding:12px; color:#e2e8f0; font-size:14px; font-weight:800; border-top:1px solid rgba(96,165,250,.14);
}
.detail-body-grid{
  display:grid; grid-template-columns: 1fr 1fr; gap:20px; margin-top:20px;
}
.feature-panel{ padding:24px; }
.feature-panel h2{ margin:0 0 14px; font-size:24px; }
.feature-list{ display:grid; gap:12px; }
.feature-item{
  display:grid; grid-template-columns:42px 1fr; gap:12px; align-items:start;
  padding:14px; border-radius:16px; border:1px solid rgba(96,165,250,.14); background:rgba(255,255,255,.03);
}
.feature-badge{
  width:42px; height:42px; border-radius:999px; display:grid; place-items:center; font-weight:950;
  color:#22d3ee; background:rgba(14,165,233,.12); border:1px solid rgba(34,211,238,.24);
}
.feature-item strong{ display:block; margin-bottom:4px; }
.feature-item p{ margin:0; color:var(--muted); line-height:1.65; }

.info-panel{
  padding:24px; border:1px solid rgba(96,165,250,.28); border-radius:24px;
  background:linear-gradient(145deg, rgba(10,26,51,.88), rgba(4,15,32,.78));
  box-shadow:0 20px 60px rgba(0,0,0,.26);
}
.info-panel h2{ margin:0 0 14px; font-size:24px; }
.info-list{ display:grid; gap:12px; }
.info-row{
  display:flex; align-items:center; justify-content:space-between; gap:16px; padding:13px 14px;
  border-radius:14px; background:rgba(255,255,255,.03); border:1px solid rgba(96,165,250,.12);
}
.info-key{ color:#cbd5e1; font-weight:800; }
.info-value{ color:#e0f2fe; font-weight:900; text-align:right; }

/* Scroll reveal */
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .65s ease, transform .65s ease;
}
.reveal.show{
  opacity:1;
  transform:translateY(0);
}

/* responsive */
@media (max-width: 1200px){
  .hero-grid{ grid-template-columns:1fr; }
  .hero-panel-wrap{ min-height:360px; }
  .app-grid{ grid-template-columns:1fr; }
  .preview-body{ grid-template-columns:74px 1fr; }
  .preview-icon{ width:64px; height:64px; }
  .value-grid{ grid-template-columns:1fr; }
  .value-card{ border-right:none; border-bottom:1px solid rgba(96,165,250,.18); }
  .value-card:last-child{ border-bottom:none; }
  .process-grid{ grid-template-columns:repeat(2,1fr); }
  .detail-hero{ grid-template-columns:1fr; }
  .screen-grid-detail{ grid-template-columns: repeat(2, 1fr); }
  .detail-body-grid{ grid-template-columns:1fr; }
}
@media (max-width: 760px){
  .nav{ height:70px; }
  .brand img{ width:205px; max-height:42px; }
  .menu-button{ display:block; }
  .nav-links{
    display:none; position:absolute; left:0; right:0; top:70px; flex-direction:column; align-items:flex-start;
    gap:14px; padding:16px 5%; background:rgba(2,8,23,.97); border-bottom:1px solid rgba(96,165,250,.18);
  }
  .nav-links.open{ display:flex; }
  .nav-links a{ padding:8px 0; }
  .hero{ padding-top:34px; }
  .hero-copy{ padding-top:0; }
  .hero-title{ font-size:34px; line-height:1.12; letter-spacing:-1.3px; }
  .hero-subtitle{ font-size:28px; line-height:1.12; margin-top:14px; }
  .hero-lead{ font-size:18px; line-height:1.55; margin-top:14px; }
  .hero-desc{ font-size:15px; line-height:1.7; margin-top:14px; }
  .hero-actions{ flex-direction:column; }
  .btn{ width:100%; }
  .hero-panel-wrap{ min-height:auto; }
  .phone-scene{ display:none; }
  .summary-card{ position:relative; top:auto; width:100%; margin-top:24px; }
  .strip-box{ justify-content:flex-start; padding:12px 16px; }
  .apps-note{ font-size:14px; margin-bottom:14px; }
  .preview-box{ min-height:154px; margin-bottom:16px; }
  .preview-body{ grid-template-columns:62px 1fr; gap:12px; padding:14px; }
  .preview-icon{ width:56px; height:56px; border-radius:14px; }
  .preview-screen{ min-height:84px; padding:10px; }
  .app-top{ grid-template-columns:72px 1fr; }
  .app-icon{ width:66px; height:66px; border-radius:16px; }
  .desc{ min-height:auto; }
  .card-actions{ grid-template-columns:1fr; }
  .value-card{ grid-template-columns:1fr; text-align:center; }
  .value-icon{ margin:0 auto; }
  .process-grid{ grid-template-columns:1fr; }
  .contact-card{ flex-direction:column; align-items:stretch; }
  .contact-left{ align-items:flex-start; }
  .mail-btn{ min-width:auto; width:100%; }
  .footer-inner{ grid-template-columns:1fr; text-align:center; }
  .footer-logo{ margin:0 auto; object-position:center; }
  .footer-icons{ justify-content:center; }
  .detail-head{ grid-template-columns:1fr; }
  .detail-app-icon{ width:88px; height:88px; }
  .detail-panel h1{ font-size:32px; }
  .screen-grid-detail{ grid-template-columns: 1fr; }
}


/* remove duplicated app icon in main cards */
.app-card .app-top{
  display:block !important;
  padding-right:0 !important;
}

.app-card .app-content h3{
  padding-right:95px;
}

.app-card .app-content{
  min-height:auto;
}

.app-card .desc{
  min-height:72px;
}

@media (max-width:760px){
  .app-card .app-content h3{
    padding-right:90px;
  }

  .app-card .desc{
    min-height:auto;
  }
}
