/* Genda Job – Home Portal Pro 2.0.5 */
.genda-home-pro,
.genda-home-pro *{box-sizing:border-box}
.genda-home-pro{
  --gh-primary:#20BDE8;
  --gh-primary-dark:#079BC8;
  --gh-navy:#102A43;
  --gh-text:#17212B;
  --gh-muted:#65717D;
  --gh-bg:#FFFFFF;
  --gh-surface:#F6F8FB;
  --gh-border:#E7EBF0;
  --gh-soft-blue:#EAF8FC;
  --gh-soft-blue-2:#F4FBFD;
  --gh-shadow-sm:0 12px 40px rgba(16,42,67,.08);
  --gh-shadow-md:0 18px 55px rgba(16,42,67,.12);
  --gh-shadow-lg:0 34px 80px rgba(16,42,67,.16);
  --gh-radius-sm:14px;
  --gh-radius:22px;
  --gh-radius-lg:30px;
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--gh-text);
  background:var(--gh-bg);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
@supports (width:100dvw){.genda-home-pro{width:100dvw;max-width:100dvw;margin-left:calc(50% - 50dvw);margin-right:calc(50% - 50dvw)}}
.genda-home-pro img{display:block;max-width:100%}
.genda-home-pro a{color:inherit;text-decoration:none}
.genda-home-pro button,.genda-home-pro a{-webkit-tap-highlight-color:transparent}
.genda-home-pro svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}
.genda-home-pro .gh-container{width:min(1480px,calc(100% - 96px));margin:0 auto}
.genda-home-pro .gh-narrow{width:min(1080px,calc(100% - 96px))}
.genda-home-pro .gh-section{position:relative;padding:104px 0}
.genda-home-pro .gh-heading{max-width:830px;margin:0 0 44px}
.genda-home-pro .gh-heading-center{margin-left:auto;margin-right:auto;text-align:center}
.genda-home-pro .gh-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-bottom:42px}
.genda-home-pro .gh-heading-row .gh-heading{margin:0}
.genda-home-pro .gh-eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 18px;color:var(--gh-primary-dark);font-size:12px;line-height:1;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.genda-home-pro .gh-eyebrow:before{content:"";width:28px;height:2px;border-radius:99px;background:currentColor}
.genda-home-pro .gh-eyebrow-light{color:rgba(255,255,255,.84)}
.genda-home-pro h2,.genda-home-pro h3,.genda-home-pro p{margin-top:0}
.genda-home-pro h2{margin-bottom:20px;color:var(--gh-text);font-size:clamp(40px,3.65vw,56px);line-height:1.04;letter-spacing:-.045em;font-weight:840}
.genda-home-pro h3{margin-bottom:13px;font-size:26px;line-height:1.13;letter-spacing:-.025em;font-weight:800}
.genda-home-pro p{margin-bottom:0;color:var(--gh-muted);font-size:18px;line-height:1.72}
.genda-home-pro .gh-subheading-row{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}
.genda-home-pro .gh-subheading-row h3{margin:0;font-size:24px}
.genda-home-pro .gh-subheading-row>span{font-size:14px;color:var(--gh-muted)}
.genda-home-pro .gh-center{text-align:center;margin-top:34px}

/* Buttons */
.genda-home-pro .gh-btn{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 28px;border:1px solid transparent;border-radius:12px;font-size:15px;line-height:1;font-weight:800;letter-spacing:-.01em;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;cursor:pointer}
.genda-home-pro .gh-btn svg{width:17px;height:17px;transition:transform .22s ease}
.genda-home-pro .gh-btn:hover{transform:translateY(-2px)}
.genda-home-pro .gh-btn:hover svg{transform:translateX(3px)}
.genda-home-pro .gh-btn-primary svg,.genda-home-pro a.gh-btn-primary svg{color:currentColor;fill:none;stroke:currentColor}
.genda-home-pro .gh-btn:focus-visible,.genda-home-pro a:focus-visible{outline:3px solid rgba(32,189,232,.32);outline-offset:3px}
.genda-home-pro .gh-btn-primary,.genda-home-pro a.gh-btn-primary,.genda-home-pro a.gh-btn-primary:visited{background:var(--gh-primary);color:#fff !important;box-shadow:0 8px 24px rgba(32,189,232,.22)}
.genda-home-pro .gh-btn-primary:hover,.genda-home-pro a.gh-btn-primary:hover,.genda-home-pro a.gh-btn-primary:focus{background:var(--gh-primary-dark);color:#fff !important;box-shadow:0 13px 30px rgba(7,155,200,.25)}
.genda-home-pro .gh-btn-secondary{background:#fff;color:var(--gh-text);border-color:#DDE4EA;box-shadow:0 5px 18px rgba(16,42,67,.04)}
.genda-home-pro .gh-btn-secondary:hover,.genda-home-pro .gh-btn-outline:hover{border-color:rgba(32,189,232,.65);color:var(--gh-primary-dark);background:#F7FCFE;box-shadow:0 10px 28px rgba(16,42,67,.07)}
.genda-home-pro .gh-btn-dark{background:var(--gh-navy);color:#fff;box-shadow:0 10px 28px rgba(16,42,67,.18)}
.genda-home-pro .gh-btn-dark:hover{background:#0A2034}
.genda-home-pro .gh-btn-outline{background:#fff;border-color:#DDE4EA;color:var(--gh-text);box-shadow:0 4px 16px rgba(16,42,67,.04)}
.genda-home-pro .gh-btn-white{background:#fff;color:var(--gh-navy);box-shadow:0 12px 28px rgba(0,0,0,.13)}
.genda-home-pro .gh-btn-white:hover{background:#F7FBFD}
.genda-home-pro .gh-btn-glass,.genda-home-pro a.gh-btn-glass,.genda-home-pro a.gh-btn-glass:visited{background:rgba(255,255,255,.08);color:#fff !important;border-color:rgba(255,255,255,.30);backdrop-filter:blur(10px)}
.genda-home-pro .gh-btn-glass svg,.genda-home-pro a.gh-btn-glass svg{color:currentColor;fill:none;stroke:currentColor}
.genda-home-pro .gh-btn-glass:hover,.genda-home-pro a.gh-btn-glass:hover,.genda-home-pro a.gh-btn-glass:focus{background:rgba(255,255,255,.15);color:#fff !important;border-color:rgba(255,255,255,.52)}
.genda-home-pro .gh-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:28px}
.genda-home-pro .gh-text-link{display:inline-flex;align-items:center;min-height:44px;font-size:14px;font-weight:800;color:var(--gh-navy)}

/* Choices */
.genda-home-pro .gh-choices{padding-top:92px;background:linear-gradient(180deg,#fff 0%,#F9FBFD 100%)}
.genda-home-pro .gh-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.genda-home-pro .gh-choice-card{position:relative;min-height:640px;border-radius:30px;overflow:hidden;border:1px solid rgba(16,42,67,.07);display:grid;grid-template-rows:auto 1fr;box-shadow:var(--gh-shadow-sm)}
.genda-home-pro .gh-choice-candidate{background:linear-gradient(145deg,#F6FCFE 0%,#EAF8FC 100%)}
.genda-home-pro .gh-choice-company{background:linear-gradient(145deg,#143856 0%,#0B2237 100%);color:#fff;border-color:rgba(255,255,255,.10)}
.genda-home-pro .gh-choice-copy{padding:44px 44px 32px;position:relative;z-index:2}
.genda-home-pro .gh-choice-company .gh-choice-copy>h3,.genda-home-pro .gh-choice-company .gh-choice-copy>p{color:#fff}
.genda-home-pro .gh-choice-company .gh-choice-copy>p{color:rgba(255,255,255,.72)}
.genda-home-pro .gh-choice-badge{display:inline-flex;align-items:center;padding:8px 11px;border-radius:9px;margin-bottom:18px;background:#fff;color:var(--gh-primary-dark);font-size:11px;line-height:1;font-weight:900;letter-spacing:.09em;box-shadow:0 8px 22px rgba(16,42,67,.06)}
.genda-home-pro .gh-choice-company .gh-choice-badge{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);color:#fff;box-shadow:none}
.genda-home-pro .gh-choice-copy h3{font-size:clamp(28px,2.3vw,38px);margin-bottom:14px}
.genda-home-pro .gh-choice-copy>p{max-width:600px;font-size:16px;line-height:1.68}
.genda-home-pro .gh-checks{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:11px}
.genda-home-pro .gh-checks li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;color:#33495B}
.genda-home-pro .gh-checks li svg{flex:0 0 auto;width:18px;height:18px;margin-top:1px;color:var(--gh-primary-dark);stroke-width:2.7}
.genda-home-pro .gh-choice-company .gh-checks li{color:rgba(255,255,255,.83)}
.genda-home-pro .gh-choice-company .gh-checks li svg{color:#63D8F4}
.genda-home-pro .gh-choice-visual{position:relative;min-height:260px;padding:0 36px 34px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.genda-home-pro .gh-choice-visual:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-120px;bottom:-230px;background:rgba(32,189,232,.14);filter:blur(2px)}
.genda-home-pro .gh-choice-company .gh-choice-visual:before{background:rgba(32,189,232,.10)}
.genda-home-pro .gh-choice-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.22}
.genda-home-pro .gh-choice-company .gh-choice-visual>img{opacity:.16;filter:saturate(.85)}
.genda-home-pro .gh-ui-window{position:relative;z-index:2;width:min(100%,560px);border-radius:18px;background:rgba(255,255,255,.96);border:1px solid rgba(16,42,67,.10);box-shadow:0 24px 55px rgba(16,42,67,.18);overflow:hidden;transform:rotate(-1.2deg)}
.genda-home-pro .gh-ui-window-dark{background:#F8FAFC;transform:rotate(1.2deg)}
.genda-home-pro .gh-ui-bar{height:36px;padding:0 13px;display:flex;align-items:center;gap:5px;background:#F3F6F8;border-bottom:1px solid #E5EAEE}
.genda-home-pro .gh-ui-bar>span{width:7px;height:7px;border-radius:50%;background:#CBD4DA}
.genda-home-pro .gh-ui-bar>b{margin-left:8px;color:#788690;font-size:9px;font-weight:700}
.genda-home-pro .gh-ui-search{display:grid;grid-template-columns:1.15fr 1fr auto;gap:7px;padding:12px;border-bottom:1px solid #EDF1F4}
.genda-home-pro .gh-ui-search>span{height:31px;display:flex;align-items:center;gap:6px;padding:0 9px;border:1px solid #E3E8EC;border-radius:8px;color:#7B8790;font-size:8px;background:#fff}
.genda-home-pro .gh-ui-search>span svg{width:11px;height:11px;color:#18A9D4}
.genda-home-pro .gh-ui-search>i{height:31px;display:grid;place-items:center;padding:0 11px;border-radius:8px;background:var(--gh-primary);color:#fff;font-size:8px;font-style:normal;font-weight:800}
.genda-home-pro .gh-ui-job,.genda-home-pro .gh-ui-candidate{display:flex;align-items:center;gap:10px;padding:10px 13px;border-bottom:1px solid #EEF1F3}
.genda-home-pro .gh-ui-job:last-child,.genda-home-pro .gh-ui-candidate:last-child{border-bottom:0}
.genda-home-pro .gh-ui-logo,.genda-home-pro .gh-ui-candidate>i{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#E8F8FC;color:#0A9BC4;font-size:10px;font-weight:900;font-style:normal;flex:0 0 auto}
.genda-home-pro .gh-ui-job>p,.genda-home-pro .gh-ui-candidate>p{margin:0;min-width:0;flex:1;line-height:1.2}
.genda-home-pro .gh-ui-job strong,.genda-home-pro .gh-ui-candidate strong{display:block;color:#233241;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.genda-home-pro .gh-ui-job small,.genda-home-pro .gh-ui-candidate small{display:block;margin-top:3px;color:#87939C;font-size:7px}
.genda-home-pro .gh-ui-job>em,.genda-home-pro .gh-ui-candidate>em{padding:5px 7px;border-radius:999px;background:#ECF9F0;color:#31935A;font-size:7px;font-style:normal;font-weight:800}
.genda-home-pro .gh-ui-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:12px}
.genda-home-pro .gh-ui-kpis>div{padding:10px;border:1px solid #E7EBEF;border-radius:10px;background:#fff}
.genda-home-pro .gh-ui-kpis small{display:block;font-size:7px;color:#87939C}.genda-home-pro .gh-ui-kpis strong{display:block;margin-top:3px;color:#203142;font-size:16px}
.genda-home-pro .gh-floating-chip{position:absolute;z-index:4;display:grid;grid-template-columns:auto auto;column-gap:8px;align-items:center;padding:11px 14px;border-radius:13px;background:#fff;box-shadow:0 15px 34px rgba(16,42,67,.18);color:var(--gh-text)}
.genda-home-pro .gh-floating-chip>span{grid-row:1/3;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#EAF8FC;color:var(--gh-primary-dark)}
.genda-home-pro .gh-floating-chip b{font-size:14px;line-height:1}.genda-home-pro .gh-floating-chip small{font-size:8px;color:var(--gh-muted)}
.genda-home-pro .gh-floating-chip-a{left:22px;bottom:18px}.genda-home-pro .gh-floating-chip-b{right:22px;bottom:18px}

/* Stats */
.genda-home-pro .gh-stats-wrap{padding:0 0 28px;background:#F9FBFD}
.genda-home-pro .gh-stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--gh-border);border-radius:24px;background:#fff;box-shadow:0 12px 36px rgba(16,42,67,.06);overflow:hidden}
.genda-home-pro .gh-stat{position:relative;padding:36px 28px;text-align:center}
.genda-home-pro .gh-stat:not(:last-child):after{content:"";position:absolute;right:0;top:24%;height:52%;width:1px;background:var(--gh-border)}
.genda-home-pro .gh-stat strong{display:block;color:var(--gh-navy);font-size:clamp(34px,3vw,44px);line-height:1;font-weight:900;letter-spacing:-.045em}
.genda-home-pro .gh-stat span{display:block;margin-top:10px;color:var(--gh-muted);font-size:14px;font-weight:650}

/* Jobs */
.genda-home-pro .gh-jobs{background:#fff}
.genda-home-pro .gh-jobs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.genda-home-pro .gh-job-card{min-width:0;min-height:330px;padding:26px;border:1px solid var(--gh-border);border-radius:20px;background:#fff;display:flex;flex-direction:column;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
.genda-home-pro .gh-job-card:hover{transform:translateY(-4px);border-color:rgba(32,189,232,.40);box-shadow:var(--gh-shadow-md)}
.genda-home-pro .gh-job-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:24px}
.genda-home-pro .gh-job-companymark{width:50px;height:50px;flex:0 0 auto;border:1px solid #E6EBEF;border-radius:14px;background:#fff;display:grid;place-items:center;overflow:hidden;box-shadow:0 6px 20px rgba(16,42,67,.05)}
.genda-home-pro .gh-job-companymark img{width:100%;height:100%;object-fit:contain;padding:5px}
.genda-home-pro .gh-job-companymark>span{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#EBF9FC,#F8FCFD);color:var(--gh-primary-dark)}
.genda-home-pro .gh-job-companymark svg{width:23px;height:23px}
.genda-home-pro .gh-job-tags{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:6px;min-width:0}
.genda-home-pro .gh-pill{max-width:150px;padding:7px 9px;border-radius:8px;background:#F2F5F7;color:#64727D;font-size:10px;line-height:1;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.genda-home-pro .gh-pill-soft{background:#EAF8FC;color:#0A91B9}
.genda-home-pro .gh-job-content{flex:1}
.genda-home-pro .gh-job-card h3{font-size:21px;line-height:1.25;margin-bottom:8px}
.genda-home-pro .gh-job-card h3 a{transition:color .2s ease}
.genda-home-pro .gh-job-card h3 a:hover{color:var(--gh-primary-dark)}
.genda-home-pro .gh-company-name{margin-bottom:18px;color:#657581;font-size:14px;font-weight:650}
.genda-home-pro .gh-job-meta{display:grid;gap:8px}
.genda-home-pro .gh-job-meta span{display:flex;align-items:center;gap:8px;color:#465A6B;font-size:13px}
.genda-home-pro .gh-job-meta svg{width:16px;height:16px;color:var(--gh-primary-dark);flex:0 0 auto}
.genda-home-pro .gh-job-meta .gh-salary{font-weight:800;color:var(--gh-navy)}
.genda-home-pro .gh-job-meta .gh-salary b{width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:#E9F8FC;color:#078FB7;font-size:10px}
.genda-home-pro .gh-job-footer{margin-top:22px;padding-top:17px;border-top:1px solid #EDF0F2;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#7A8791;font-size:11px}
.genda-home-pro .gh-job-link{display:flex;align-items:center;gap:6px;color:var(--gh-primary-dark);font-size:12px;font-weight:850}
.genda-home-pro .gh-job-link svg{width:14px;height:14px;transition:transform .2s ease}.genda-home-pro .gh-job-link:hover svg{transform:translateX(3px)}
.genda-home-pro .gh-empty{padding:48px;border:1px dashed #CDE1E8;border-radius:24px;background:#F8FCFD;text-align:center}
.genda-home-pro .gh-empty-icon{width:64px;height:64px;margin:0 auto 18px;display:grid;place-items:center;border-radius:18px;background:#fff;color:var(--gh-primary-dark);box-shadow:0 10px 24px rgba(16,42,67,.07)}
.genda-home-pro .gh-empty-icon svg{width:28px;height:28px}.genda-home-pro .gh-empty p{max-width:650px;margin:0 auto 24px}

/* ATS showcase */
.genda-home-pro .gh-ats-showcase{margin-top:70px;display:grid;grid-template-columns:minmax(0,.86fr) minmax(560px,1.14fr);gap:58px;align-items:center;padding:64px;border:1px solid var(--gh-border);border-radius:32px;background:linear-gradient(135deg,#F7FBFD 0%,#FFFFFF 52%,#F0FAFD 100%);box-shadow:0 22px 62px rgba(16,42,67,.075);overflow:hidden;position:relative}
.genda-home-pro .gh-ats-showcase:before{content:"";position:absolute;width:390px;height:390px;right:-190px;top:-220px;border-radius:50%;border:64px solid rgba(32,189,232,.06);pointer-events:none}
.genda-home-pro .gh-ats-copy{position:relative;z-index:2}.genda-home-pro .gh-ats-copy>p{max-width:680px;font-size:17px}
.genda-home-pro .gh-ats-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:30px 0 0}
.genda-home-pro .gh-ats-benefits article{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;padding:16px;border:1px solid #E5EBEF;border-radius:16px;background:rgba(255,255,255,.82);box-shadow:0 7px 20px rgba(16,42,67,.035)}
.genda-home-pro .gh-ats-benefits article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#EAF8FC;color:var(--gh-primary-dark)}.genda-home-pro .gh-ats-benefits article>span svg{width:20px;height:20px}
.genda-home-pro .gh-ats-benefits strong{display:block;color:var(--gh-navy);font-size:13px}.genda-home-pro .gh-ats-benefits small{display:block;margin-top:4px;color:#6F7D88;font-size:10px;line-height:1.45}
.genda-home-pro .gh-ats-actions{margin-top:28px}
.genda-home-pro .gh-ats-product{position:relative;z-index:2;padding:24px 10px 28px 20px;perspective:1200px}
.genda-home-pro .gh-ats-browser{overflow:hidden;border:1px solid #DCE5EB;border-radius:22px;background:#fff;box-shadow:0 30px 70px rgba(16,42,67,.16);transform:rotateY(-2deg) rotateX(1deg)}
.genda-home-pro .gh-ats-browserbar{height:46px;padding:0 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border-bottom:1px solid #E8EDF1;background:#F8FAFB;color:#34495A}.genda-home-pro .gh-ats-browserbar strong{font-size:11px}.genda-home-pro .gh-ats-browserbar em{display:flex;align-items:center;gap:6px;color:#5D6B76;font-size:8px;font-style:normal;font-weight:750}.genda-home-pro .gh-ats-browserbar em i{width:7px;height:7px;border-radius:50%;background:#35C56B;box-shadow:0 0 0 3px rgba(53,197,107,.10)}
.genda-home-pro .gh-ats-app{display:grid;grid-template-columns:48px 1fr;min-height:420px;background:#F5F8FA}.genda-home-pro .gh-ats-sidebar{padding:14px 8px;display:flex;flex-direction:column;align-items:center;gap:12px;background:#102A43}.genda-home-pro .gh-ats-logo{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#fff;color:var(--gh-primary-dark);font-size:13px;font-weight:950;margin-bottom:8px}.genda-home-pro .gh-ats-sidebar i{width:23px;height:7px;border-radius:5px;background:rgba(255,255,255,.17)}.genda-home-pro .gh-ats-sidebar i.is-active{background:#4DD5F4}
.genda-home-pro .gh-ats-app main{min-width:0;padding:20px}.genda-home-pro .gh-ats-apphead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:15px}.genda-home-pro .gh-ats-apphead small,.genda-home-pro .gh-ats-apphead strong{display:block}.genda-home-pro .gh-ats-apphead small{color:#81909A;font-size:8px}.genda-home-pro .gh-ats-apphead strong{margin-top:4px;color:#203447;font-size:15px}.genda-home-pro .gh-ats-apphead>span{padding:6px 8px;border-radius:7px;background:#EAF8FC;color:#078FB7;font-size:7px;font-weight:850}
.genda-home-pro .gh-ats-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:15px}.genda-home-pro .gh-ats-kpis article{padding:11px;border:1px solid #E4EAEE;border-radius:12px;background:#fff}.genda-home-pro .gh-ats-kpis small,.genda-home-pro .gh-ats-kpis strong,.genda-home-pro .gh-ats-kpis em{display:block}.genda-home-pro .gh-ats-kpis small{color:#83909A;font-size:7px}.genda-home-pro .gh-ats-kpis strong{margin-top:3px;color:#153047;font-size:18px}.genda-home-pro .gh-ats-kpis em{margin-top:3px;color:#23A061;font-size:6px;font-style:normal;font-weight:750}
.genda-home-pro .gh-ats-pipeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.genda-home-pro .gh-ats-pipeline>section{padding:9px;border:1px solid #E5EAEE;border-radius:12px;background:#EEF3F6}.genda-home-pro .gh-ats-pipeline header{display:flex;align-items:center;justify-content:space-between;padding:1px 2px 8px}.genda-home-pro .gh-ats-pipeline header strong{font-size:8px;color:#4B5C69}.genda-home-pro .gh-ats-pipeline header span{min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:#fff;color:#61717D;font-size:7px;font-weight:850}
.genda-home-pro .gh-ats-pipeline article{min-width:0;margin-top:6px;padding:9px 8px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:7px;border:1px solid #E5EAEE;border-radius:10px;background:#fff;box-shadow:0 4px 10px rgba(16,42,67,.025)}.genda-home-pro .gh-ats-pipeline article>b{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:#EAF8FC;color:#0A98BF;font-size:7px}.genda-home-pro .gh-ats-pipeline article p{margin:0;min-width:0;line-height:1.1}.genda-home-pro .gh-ats-pipeline article p strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#2A3D4D;font-size:7px}.genda-home-pro .gh-ats-pipeline article p small{display:block;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#87949D;font-size:5.5px}.genda-home-pro .gh-ats-pipeline article em{grid-column:2;color:#FFB52E;font-size:5.5px;font-style:normal;letter-spacing:-.06em}
.genda-home-pro .gh-ats-float{position:absolute;z-index:4;display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:center;padding:11px 14px;border:1px solid #E6EBEF;border-radius:14px;background:#fff;box-shadow:0 16px 36px rgba(16,42,67,.15)}.genda-home-pro .gh-ats-float>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#EAF8FC;color:var(--gh-primary-dark)}.genda-home-pro .gh-ats-float svg{width:18px;height:18px}.genda-home-pro .gh-ats-float p{margin:0;line-height:1.15}.genda-home-pro .gh-ats-float strong{display:block;color:#233848;font-size:9px}.genda-home-pro .gh-ats-float small{display:block;margin-top:3px;color:#7A8994;font-size:7px}.genda-home-pro .gh-ats-float-source{left:-8px;bottom:4px}.genda-home-pro .gh-ats-float-interview{right:-5px;top:4px}

/* Locations */
.genda-home-pro .gh-locations{background:var(--gh-surface)}
.genda-home-pro .gh-city-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.genda-home-pro .gh-city-card{position:relative;aspect-ratio:16/11;min-height:230px;border-radius:22px;overflow:hidden;isolation:isolate;background:linear-gradient(145deg,#CBEFF8,#0D82A8);box-shadow:0 12px 34px rgba(16,42,67,.10);transition:transform .35s cubic-bezier(.2,.75,.25,1),box-shadow .35s ease}
.genda-home-pro .gh-city-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(16,42,67,.16)}
.genda-home-pro .gh-city-image{position:absolute;z-index:-3;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.75,.25,1),filter .35s ease}
.genda-home-pro .gh-city-card:hover .gh-city-image{transform:scale(1.045)}
.genda-home-pro .gh-city-overlay{position:absolute;z-index:-2;inset:0;background:linear-gradient(180deg,rgba(5,15,25,.03) 22%,rgba(5,15,25,.18) 55%,rgba(5,15,25,.86) 100%)}
.genda-home-pro .gh-city-card:after{content:"";position:absolute;z-index:-1;inset:0;border:1px solid rgba(255,255,255,.14);border-radius:inherit;pointer-events:none}
.genda-home-pro .gh-city-topline{position:absolute;top:18px;left:18px;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.20);backdrop-filter:blur(10px);opacity:.92}
.genda-home-pro .gh-city-topline svg{width:18px;height:18px}
.genda-home-pro .gh-city-content{position:absolute;left:22px;right:58px;bottom:20px;color:#fff}
.genda-home-pro .gh-city-content strong{display:block;font-size:24px;line-height:1.12;letter-spacing:-.025em;font-weight:850;text-shadow:0 2px 18px rgba(0,0,0,.18)}
.genda-home-pro .gh-city-content small{display:block;margin-top:6px;color:rgba(255,255,255,.84);font-size:13px;font-weight:650}
.genda-home-pro .gh-city-arrow{position:absolute;right:19px;bottom:20px;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.20);backdrop-filter:blur(9px);transition:background .25s ease,transform .25s ease}
.genda-home-pro .gh-city-card:hover .gh-city-arrow{background:#fff;color:var(--gh-navy);transform:translateX(2px)}
.genda-home-pro .gh-city-arrow svg{width:16px;height:16px}
.genda-home-pro .gh-city-madrid .gh-city-image{object-position:center 48%}
.genda-home-pro .gh-city-cadiz .gh-city-image{object-position:center 52%}
.genda-home-pro .gh-city-jerez-de-la-frontera .gh-city-image{object-position:center 48%}
.genda-home-pro .gh-city-sevilla .gh-city-image{object-position:center 48%}
.genda-home-pro .gh-city-valencia .gh-city-image{object-position:center 53%}
.genda-home-pro .gh-city-barcelona .gh-city-image{object-position:center 48%}
.genda-home-pro .gh-city-malaga .gh-city-image{object-position:center 48%}
.genda-home-pro .gh-city-toledo .gh-city-image{object-position:center 46%}
.genda-home-pro .gh-more-locations{margin-top:44px;padding:30px;border:1px solid var(--gh-border);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(16,42,67,.045)}
.genda-home-pro .gh-location-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 14px}
.genda-home-pro .gh-location-links>a{min-width:0;min-height:50px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:11px;color:#2D4151;font-size:13px;font-weight:700;transition:background .2s ease,color .2s ease,transform .2s ease}
.genda-home-pro .gh-location-links>a:hover{background:#EFF9FC;color:var(--gh-primary-dark);transform:translateX(2px)}
.genda-home-pro .gh-location-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.genda-home-pro .gh-location-end{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.genda-home-pro .gh-location-end small{min-width:24px;text-align:right;color:#84919A;font-size:11px}.genda-home-pro .gh-location-end svg{width:13px;height:13px;color:#91A0AA}
.genda-home-pro .gh-native-locations{margin-top:34px;padding:28px;border:1px solid var(--gh-border);border-radius:20px;background:#fff}

/* Companies / Multiposting */
.genda-home-pro .gh-companies{background:#fff}
.genda-home-pro .gh-company-panel{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(520px,.95fr);align-items:center;gap:58px;padding:70px;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,#0C2C45 0%,#0F3C5C 48%,#07567A 100%);color:#fff;box-shadow:0 32px 80px rgba(16,42,67,.18)}
.genda-home-pro .gh-company-panel:before{content:"";position:absolute;width:520px;height:520px;right:-250px;top:-300px;border-radius:50%;background:radial-gradient(circle,rgba(72,211,246,.24),rgba(72,211,246,0) 68%);pointer-events:none}
.genda-home-pro .gh-company-panel:after{content:"";position:absolute;width:420px;height:420px;left:34%;bottom:-390px;border-radius:50%;border:70px solid rgba(255,255,255,.035);pointer-events:none}
.genda-home-pro .gh-company-copy{position:relative;z-index:2}
.genda-home-pro .gh-company-copy h2{color:#fff;max-width:700px}.genda-home-pro .gh-company-copy>p{max-width:690px;color:rgba(255,255,255,.74);font-size:17px}
.genda-home-pro .gh-steps-inline{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:34px}
.genda-home-pro .gh-steps-inline>div{min-height:118px;padding:18px;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:rgba(255,255,255,.055);backdrop-filter:blur(8px)}
.genda-home-pro .gh-steps-inline b{display:block;margin-bottom:14px;color:#5DE0FF;font-size:12px;letter-spacing:.08em}.genda-home-pro .gh-steps-inline span strong{display:block;color:#fff;font-size:13px}.genda-home-pro .gh-steps-inline span small{display:block;margin-top:6px;color:rgba(255,255,255,.58);font-size:10px;line-height:1.35}
.genda-home-pro .gh-company-actions{margin-top:30px}.genda-home-pro .gh-price-note{display:flex;flex-direction:column;gap:2px;color:#fff}.genda-home-pro .gh-price-note b{font-size:15px}.genda-home-pro .gh-price-note small{color:rgba(255,255,255,.55);font-size:10px}
.genda-home-pro .gh-dashboard-shell{position:relative;z-index:3;padding:22px 8px 18px 20px;perspective:1200px}
.genda-home-pro .gh-dashboard{overflow:hidden;border:1px solid rgba(255,255,255,.42);border-radius:22px;background:#F7F9FB;box-shadow:0 34px 80px rgba(0,0,0,.28);transform:rotateY(-2deg) rotateX(1deg)}
.genda-home-pro .gh-dashboard-head{height:48px;padding:0 15px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #E2E8EC;background:#fff;color:#465965;font-size:9px}
.genda-home-pro .gh-window-dots{display:flex;gap:5px}.genda-home-pro .gh-window-dots span{width:7px;height:7px;border-radius:50%;background:#D7DEE3}.genda-home-pro .gh-dashboard-head strong{font-size:9px}.genda-home-pro .gh-dashboard-head em{justify-self:end;display:flex;align-items:center;gap:5px;color:#5B6D79;font-style:normal}.genda-home-pro .gh-dashboard-head em i{width:6px;height:6px;border-radius:50%;background:#30BD73}
.genda-home-pro .gh-dashboard-body{min-height:360px;display:grid;grid-template-columns:54px 1fr}
.genda-home-pro .gh-dashboard-body>aside{padding:13px 10px;display:flex;flex-direction:column;align-items:center;gap:12px;border-right:1px solid #E4E9ED;background:#F0F4F6}
.genda-home-pro .gh-dash-brand{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:var(--gh-primary);color:#fff;font-size:12px;font-weight:900;margin-bottom:7px}.genda-home-pro .gh-dashboard-body>aside i{width:25px;height:7px;border-radius:6px;background:#D5DDE2}.genda-home-pro .gh-dashboard-body>aside i.is-active{background:#79D9F0}
.genda-home-pro .gh-dashboard-body>main{padding:20px;background:#FBFCFD;color:#273B4A}
.genda-home-pro .gh-dash-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:17px}.genda-home-pro .gh-dash-toolbar small{display:block;color:#8A969F;font-size:8px}.genda-home-pro .gh-dash-toolbar strong{display:block;margin-top:3px;font-size:14px}.genda-home-pro .gh-dash-toolbar button{height:28px;padding:0 9px;border:0;border-radius:7px;background:#1BB7E1;color:#fff;font-size:7px;font-weight:800}
.genda-home-pro .gh-dash-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:15px}.genda-home-pro .gh-dash-kpis>div{padding:11px;border:1px solid #E3E9ED;border-radius:10px;background:#fff}.genda-home-pro .gh-dash-kpis small{display:block;color:#8B979F;font-size:7px}.genda-home-pro .gh-dash-kpis b{display:block;margin:3px 0;color:#203748;font-size:19px}.genda-home-pro .gh-dash-kpis span{display:block;color:#87949E;font-size:6px}
.genda-home-pro .gh-dash-table-head{display:grid;grid-template-columns:1fr 74px;padding:0 8px 6px;color:#98A3AA;font-size:7px;text-transform:uppercase;letter-spacing:.06em}.genda-home-pro .gh-dash-table-head span:last-child{text-align:right}
.genda-home-pro .gh-candidate-row{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;padding:9px 8px;border-top:1px solid #E9EDF0;background:#fff}.genda-home-pro .gh-avatar{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:#E7F7FB;color:#0797BE;font-size:8px;font-weight:900}.genda-home-pro .gh-candidate-row div b{display:block;font-size:8px}.genda-home-pro .gh-candidate-row div small{display:block;margin-top:2px;color:#8A979F;font-size:6px}.genda-home-pro .gh-candidate-row em{padding:5px 7px;border-radius:7px;font-size:6px;font-style:normal;font-weight:800}.genda-home-pro .gh-candidate-row em.is-interview{background:#FFF5E6;color:#BB7510}.genda-home-pro .gh-candidate-row em.is-reviewed{background:#EAF7FE;color:#1680B0}.genda-home-pro .gh-candidate-row em.is-new{background:#ECF9F0;color:#328A56}
.genda-home-pro .gh-dashboard-float{position:absolute;z-index:4;border:1px solid rgba(16,42,67,.08);background:#fff;color:#1D3444;border-radius:13px;box-shadow:0 18px 40px rgba(0,0,0,.18)}.genda-home-pro .gh-dashboard-float-one{top:0;right:-10px;padding:11px 14px}.genda-home-pro .gh-dashboard-float-one b{display:block;color:#079AC4;font-size:18px;line-height:1}.genda-home-pro .gh-dashboard-float-one small{display:block;margin-top:4px;color:#6C7B86;font-size:7px}.genda-home-pro .gh-dashboard-float-two{left:-4px;bottom:0;display:flex;align-items:center;gap:8px;padding:10px 12px}.genda-home-pro .gh-dashboard-float-two>svg{width:20px;height:20px;padding:4px;border-radius:6px;background:#E9F9EF;color:#2F9A58}.genda-home-pro .gh-dashboard-float-two b{display:block;font-size:8px}.genda-home-pro .gh-dashboard-float-two small{display:block;color:#83919B;font-size:6px}

/* Plans */
.genda-home-pro .gh-plans{background:#F7F9FB}
.genda-home-pro .gh-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.genda-home-pro .gh-plan-card{position:relative;padding:34px;border:1px solid #E3E8EC;border-radius:22px;background:#fff;display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(16,42,67,.045);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.genda-home-pro .gh-plan-card:hover{transform:translateY(-4px);box-shadow:var(--gh-shadow-md)}
.genda-home-pro .gh-plan-featured{border-color:rgba(32,189,232,.58);box-shadow:0 18px 48px rgba(32,189,232,.12)}
.genda-home-pro .gh-plan-badge{position:absolute;top:18px;right:18px;padding:7px 9px;border-radius:8px;background:#E8F9FD;color:#078FB6;font-size:9px;font-weight:900;letter-spacing:.06em}
.genda-home-pro .gh-plan-card h3{font-size:22px;text-transform:none}.genda-home-pro .gh-plan-price{display:flex;align-items:flex-end;gap:8px;margin:18px 0 10px}.genda-home-pro .gh-plan-price strong{color:var(--gh-navy);font-size:38px;line-height:1;letter-spacing:-.045em}.genda-home-pro .gh-plan-price span{padding-bottom:4px;color:#7B8993;font-size:11px;font-weight:700}
.genda-home-pro .gh-plan-card .gh-checks{margin:26px 0 30px;flex:1}.genda-home-pro .gh-plan-card .gh-btn{width:100%}

/* Agency */
.genda-home-pro .gh-agency{background:#fff}
.genda-home-pro .gh-agency-panel{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(480px,1.05fr);gap:54px;padding:68px;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,#0B2135 0%,#102A43 58%,#123B59 100%);box-shadow:0 30px 76px rgba(16,42,67,.18)}
.genda-home-pro .gh-agency-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 87% 10%,rgba(55,201,236,.17),transparent 32%),radial-gradient(circle at 10% 90%,rgba(255,255,255,.04),transparent 30%);pointer-events:none}
.genda-home-pro .gh-agency-panel.has-agency-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0B2135 0%,rgba(16,42,67,.94) 47%,rgba(16,42,67,.88) 100%),var(--gh-agency-photo) center/cover no-repeat;opacity:.32;pointer-events:none}
.genda-home-pro .gh-agency-copy,.genda-home-pro .gh-agency-process{position:relative;z-index:2}
.genda-home-pro .gh-agency-copy h2{color:#fff}.genda-home-pro .gh-agency-copy>p{color:rgba(255,255,255,.72);font-size:17px}
.genda-home-pro .gh-agency-trustline{display:flex;flex-wrap:wrap;gap:10px 16px;margin:28px 0}.genda-home-pro .gh-agency-trustline span{display:flex;align-items:center;gap:7px;color:rgba(255,255,255,.82);font-size:12px;font-weight:700}.genda-home-pro .gh-agency-trustline svg{width:15px;height:15px;color:#55D5F3;stroke-width:2.5}
.genda-home-pro .gh-agency-seal{margin-top:32px;display:flex;align-items:center;gap:13px;width:max-content;max-width:100%;padding:12px 15px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.055);backdrop-filter:blur(9px)}
.genda-home-pro .gh-seal-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#fff;color:var(--gh-primary-dark);font-size:20px;font-weight:950}.genda-home-pro .gh-agency-seal p{margin:0;line-height:1.15}.genda-home-pro .gh-agency-seal small,.genda-home-pro .gh-agency-seal strong,.genda-home-pro .gh-agency-seal em{display:block}.genda-home-pro .gh-agency-seal small{color:rgba(255,255,255,.58);font-size:8px}.genda-home-pro .gh-agency-seal strong{margin-top:3px;color:#fff;font-size:11px}.genda-home-pro .gh-agency-seal em{margin-top:4px;color:rgba(255,255,255,.48);font-size:7px;font-style:normal}
.genda-home-pro .gh-agency-process{padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(255,255,255,.075);backdrop-filter:blur(12px)}
.genda-home-pro .gh-agency-process-head{display:flex;align-items:center;justify-content:space-between;padding:0 2px 16px;border-bottom:1px solid rgba(255,255,255,.11)}.genda-home-pro .gh-agency-process-head span{color:#fff;font-size:13px;font-weight:800}.genda-home-pro .gh-agency-process-head small{color:rgba(255,255,255,.46);font-size:9px}
.genda-home-pro .gh-agency-steps{display:grid;gap:8px;padding:14px 0 0}
.genda-home-pro .gh-agency-steps article{display:grid;grid-template-columns:42px 1fr 18px;align-items:center;gap:13px;padding:15px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:rgba(255,255,255,.055);transition:background .2s ease,transform .2s ease}.genda-home-pro .gh-agency-steps article:hover{background:rgba(255,255,255,.09);transform:translateX(2px)}
.genda-home-pro .gh-agency-steps article>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:rgba(75,210,242,.12);color:#63DDF8;font-size:10px;font-weight:900}.genda-home-pro .gh-agency-steps strong{display:block;color:#fff;font-size:12px}.genda-home-pro .gh-agency-steps small{display:block;margin-top:4px;color:rgba(255,255,255,.54);font-size:9px;line-height:1.35}.genda-home-pro .gh-agency-steps article>svg{width:15px;height:15px;color:rgba(255,255,255,.42)}
.genda-home-pro .gh-agency-result{margin-top:12px;padding:14px 15px;display:grid;grid-template-columns:36px 1fr 26px;align-items:center;gap:10px;border-radius:15px;background:#fff;color:var(--gh-navy);box-shadow:0 18px 40px rgba(0,0,0,.12)}.genda-home-pro .gh-agency-result>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#EAF8FC;color:var(--gh-primary-dark)}.genda-home-pro .gh-agency-result p{margin:0;line-height:1.15}.genda-home-pro .gh-agency-result strong{display:block;font-size:10px}.genda-home-pro .gh-agency-result small{display:block;margin-top:3px;color:#7B8993;font-size:8px}.genda-home-pro .gh-agency-result em{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#E9F8EF;color:#32935A;font-style:normal;font-size:11px;font-weight:900}

/* Sectors */
.genda-home-pro .gh-sectors{background:#F7F9FB}
.genda-home-pro .gh-sector-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.genda-home-pro .gh-sector-card{min-height:134px;padding:24px;display:grid;grid-template-columns:54px 1fr 24px;align-items:center;gap:16px;border:1px solid #E4E9ED;border-radius:18px;background:#fff;box-shadow:0 8px 25px rgba(16,42,67,.035);transition:transform .23s ease,box-shadow .23s ease,border-color .23s ease}
.genda-home-pro .gh-sector-card:hover{transform:translateY(-3px);border-color:rgba(32,189,232,.38);box-shadow:var(--gh-shadow-sm)}
.genda-home-pro .gh-sector-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:#EAF8FC;color:var(--gh-primary-dark)}.genda-home-pro .gh-sector-icon svg{width:25px;height:25px}
.genda-home-pro .gh-sector-card>span:nth-child(2) strong{display:block;font-size:16px}.genda-home-pro .gh-sector-card>span:nth-child(2) small{display:block;margin-top:5px;color:#72818C;font-size:12px;line-height:1.4}.genda-home-pro .gh-sector-card>svg{width:18px;height:18px;color:#8A99A3;transition:transform .2s ease}.genda-home-pro .gh-sector-card:hover>svg{color:var(--gh-primary-dark);transform:translateX(3px)}

/* SEO */
.genda-home-pro .gh-seo{background:#fff}
.genda-home-pro .gh-seo-layout{display:grid;grid-template-columns:minmax(340px,.78fr) minmax(0,1.22fr);gap:80px;align-items:start;padding:48px 0;border-top:1px solid var(--gh-border);border-bottom:1px solid var(--gh-border)}
.genda-home-pro .gh-seo-heading h2{font-size:clamp(34px,3vw,48px);margin-bottom:0}.genda-home-pro .gh-seo-copy{max-width:760px}.genda-home-pro .gh-seo-copy p{font-size:16px;line-height:1.78}.genda-home-pro .gh-seo-copy p+p{margin-top:20px}.genda-home-pro .gh-seo-copy a{color:var(--gh-primary-dark);font-weight:750;text-decoration:underline;text-decoration-color:rgba(7,155,200,.25);text-underline-offset:3px}

/* Trust */
.genda-home-pro .gh-trust{background:#fff;padding-top:70px}
.genda-home-pro .gh-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.genda-home-pro .gh-trust-item{padding:24px;border:1px solid var(--gh-border);border-radius:18px;background:#fff;display:grid;grid-template-columns:44px 1fr;column-gap:13px;align-items:center}.genda-home-pro .gh-trust-item>span{grid-row:1/3;width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:#EAF8FC;color:var(--gh-primary-dark)}.genda-home-pro .gh-trust-item>span svg{width:21px;height:21px}.genda-home-pro .gh-trust-item strong{font-size:13px;line-height:1.3}.genda-home-pro .gh-trust-item small{margin-top:4px;color:#7B8992;font-size:10px;line-height:1.35}

/* CTA */
.genda-home-pro .gh-cta-section{padding-top:70px;background:#fff}
.genda-home-pro .gh-cta{position:relative;overflow:hidden;min-height:300px;padding:58px 64px;border-radius:32px;background:linear-gradient(120deg,#119FCB 0%,#20BDE8 52%,#2CC9EE 100%);display:flex;align-items:center;justify-content:space-between;gap:40px;color:#fff;box-shadow:0 24px 65px rgba(16,162,201,.20)}
.genda-home-pro .gh-cta-copy{position:relative;z-index:2;max-width:760px}.genda-home-pro .gh-cta h2{color:#fff;margin-bottom:13px}.genda-home-pro .gh-cta p{color:rgba(255,255,255,.85);font-size:17px}.genda-home-pro .gh-cta-actions{position:relative;z-index:2;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.genda-home-pro .gh-cta-orb{position:absolute;border-radius:50%;pointer-events:none}.genda-home-pro .gh-cta-orb-one{width:380px;height:380px;right:-150px;top:-220px;border:64px solid rgba(255,255,255,.09)}.genda-home-pro .gh-cta-orb-two{width:240px;height:240px;left:48%;bottom:-190px;background:rgba(255,255,255,.07)}

/* Reveal */
.genda-home-pro .gh-reveal{opacity:0;transform:translateY(12px);transition:opacity .52s ease,transform .52s cubic-bezier(.2,.75,.25,1)}
.genda-home-pro .gh-reveal.gh-in{opacity:1;transform:none}
.genda-home-pro .gh-jobs-grid .gh-reveal:nth-child(2),.genda-home-pro .gh-city-grid .gh-reveal:nth-child(2),.genda-home-pro .gh-sector-grid .gh-reveal:nth-child(2){transition-delay:.05s}
.genda-home-pro .gh-jobs-grid .gh-reveal:nth-child(3),.genda-home-pro .gh-city-grid .gh-reveal:nth-child(3),.genda-home-pro .gh-sector-grid .gh-reveal:nth-child(3){transition-delay:.10s}
.genda-home-pro .gh-city-grid .gh-reveal:nth-child(4){transition-delay:.15s}
.genda-home-pro .gh-city-grid .gh-reveal:nth-child(5){transition-delay:.02s}.genda-home-pro .gh-city-grid .gh-reveal:nth-child(6){transition-delay:.07s}.genda-home-pro .gh-city-grid .gh-reveal:nth-child(7){transition-delay:.12s}.genda-home-pro .gh-city-grid .gh-reveal:nth-child(8){transition-delay:.17s}

/* Laptop */
@media (max-width:1439px){
  .genda-home-pro .gh-ats-showcase{grid-template-columns:minmax(0,.88fr) minmax(500px,1.12fr);gap:44px;padding:54px}
  .genda-home-pro .gh-container{width:min(1360px,calc(100% - 64px))}
  .genda-home-pro .gh-section{padding:92px 0}
  .genda-home-pro .gh-company-panel{grid-template-columns:minmax(0,1fr) minmax(460px,.92fr);gap:42px;padding:58px}
  .genda-home-pro .gh-agency-panel{padding:58px;gap:40px}
  .genda-home-pro .gh-choice-copy{padding:38px 38px 28px}
  .genda-home-pro .gh-city-grid{gap:20px}
}

/* Tablet landscape / small laptop */
@media (max-width:1199px){
  .genda-home-pro .gh-ats-showcase{grid-template-columns:1fr;padding:50px;gap:38px}.genda-home-pro .gh-ats-copy{max-width:900px}.genda-home-pro .gh-ats-product{max-width:850px;width:100%;margin:0 auto}
  .genda-home-pro .gh-container{width:calc(100% - 56px)}
  .genda-home-pro .gh-section{padding:82px 0}
  .genda-home-pro h2{font-size:clamp(38px,4.4vw,50px)}
  .genda-home-pro .gh-choice-card{min-height:610px}
  .genda-home-pro .gh-choice-copy{padding:34px 32px 24px}.genda-home-pro .gh-choice-visual{padding-inline:26px}
  .genda-home-pro .gh-city-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.genda-home-pro .gh-city-card{min-height:280px}
  .genda-home-pro .gh-location-links{grid-template-columns:repeat(3,minmax(0,1fr))}
  .genda-home-pro .gh-company-panel{grid-template-columns:1fr;padding:54px;gap:46px}.genda-home-pro .gh-company-copy{max-width:850px}.genda-home-pro .gh-dashboard-shell{max-width:780px;margin:0 auto;width:100%}
  .genda-home-pro .gh-agency-panel{grid-template-columns:1fr;padding:54px}.genda-home-pro .gh-agency-copy{max-width:820px}.genda-home-pro .gh-agency-process{max-width:820px}
  .genda-home-pro .gh-sector-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .genda-home-pro .gh-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Tablet */
@media (max-width:991px){
  .genda-home-pro .gh-ats-showcase{padding:42px}.genda-home-pro .gh-ats-benefits{grid-template-columns:1fr 1fr}.genda-home-pro .gh-ats-browser{transform:none}.genda-home-pro .gh-ats-float{display:none}
  .genda-home-pro .gh-container{width:calc(100% - 48px)}
  .genda-home-pro .gh-section{padding:76px 0}
  .genda-home-pro .gh-heading{margin-bottom:36px}
  .genda-home-pro .gh-heading-row{align-items:flex-start;flex-direction:column;margin-bottom:34px}
  .genda-home-pro .gh-choice-grid{grid-template-columns:1fr}.genda-home-pro .gh-choice-card{min-height:0;grid-template-columns:1fr 1fr;grid-template-rows:auto}.genda-home-pro .gh-choice-copy{padding:34px}.genda-home-pro .gh-choice-visual{min-height:100%;padding:26px;align-items:center}.genda-home-pro .gh-ui-window{transform:none}.genda-home-pro .gh-choice-company .gh-ui-window{transform:none}
  .genda-home-pro .gh-stats{grid-template-columns:repeat(2,1fr)}.genda-home-pro .gh-stat:nth-child(2):after{display:none}.genda-home-pro .gh-stat:nth-child(-n+2){border-bottom:1px solid var(--gh-border)}
  .genda-home-pro .gh-jobs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .genda-home-pro .gh-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.genda-home-pro .gh-plan-card:last-child{grid-column:1/-1;max-width:calc(50% - 11px);width:100%;justify-self:center}
  .genda-home-pro .gh-seo-layout{grid-template-columns:1fr;gap:30px;padding:36px 0}.genda-home-pro .gh-seo-copy{max-width:none}
  .genda-home-pro .gh-cta{padding:48px;min-height:280px;align-items:flex-start;flex-direction:column}.genda-home-pro .gh-cta-actions{justify-content:flex-start}
}

/* Mobile */
@media (max-width:767px){
  .genda-home-pro .gh-ats-showcase{margin-top:50px;padding:30px 22px;border-radius:24px;gap:28px}.genda-home-pro .gh-ats-copy h2{font-size:32px}.genda-home-pro .gh-ats-copy>p{font-size:15px}.genda-home-pro .gh-ats-benefits{grid-template-columns:1fr;gap:8px}.genda-home-pro .gh-ats-benefits article{padding:13px}.genda-home-pro .gh-ats-actions{display:grid;grid-template-columns:1fr}.genda-home-pro .gh-ats-product{padding:0}.genda-home-pro .gh-ats-browser{border-radius:16px}.genda-home-pro .gh-ats-browserbar{grid-template-columns:auto 1fr;height:40px}.genda-home-pro .gh-ats-browserbar em{display:none}.genda-home-pro .gh-ats-app{grid-template-columns:36px 1fr;min-height:330px}.genda-home-pro .gh-ats-sidebar{padding:10px 5px;gap:9px}.genda-home-pro .gh-ats-logo{width:26px;height:26px}.genda-home-pro .gh-ats-sidebar i{width:18px}.genda-home-pro .gh-ats-app main{padding:12px}.genda-home-pro .gh-ats-kpis{gap:5px}.genda-home-pro .gh-ats-kpis article{padding:8px}.genda-home-pro .gh-ats-kpis strong{font-size:15px}.genda-home-pro .gh-ats-pipeline{grid-template-columns:1fr 1fr}.genda-home-pro .gh-ats-pipeline>section:nth-child(3){display:none}
  .genda-home-pro .gh-container,.genda-home-pro .gh-narrow{width:calc(100% - 32px)}
  .genda-home-pro .gh-section{padding:62px 0}
  .genda-home-pro .gh-choices{padding-top:58px}
  .genda-home-pro h2{font-size:clamp(30px,9vw,36px);line-height:1.08;letter-spacing:-.038em}.genda-home-pro h3{font-size:23px}.genda-home-pro p{font-size:16px;line-height:1.67}
  .genda-home-pro .gh-heading{margin-bottom:30px}.genda-home-pro .gh-eyebrow{margin-bottom:14px;font-size:10px}.genda-home-pro .gh-eyebrow:before{width:22px}
  .genda-home-pro .gh-btn{min-height:52px;padding:0 20px;width:100%;font-size:14px}.genda-home-pro .gh-actions{display:grid;grid-template-columns:1fr;width:100%;gap:10px;margin-top:24px}
  .genda-home-pro .gh-heading-row .gh-btn{width:100%}
  .genda-home-pro .gh-choice-card{display:block;border-radius:24px}.genda-home-pro .gh-choice-copy{padding:30px 24px 24px}.genda-home-pro .gh-choice-copy h3{font-size:29px}.genda-home-pro .gh-choice-visual{min-height:310px;padding:18px 18px 26px}.genda-home-pro .gh-ui-window{width:100%}.genda-home-pro .gh-floating-chip{display:none}
  .genda-home-pro .gh-stats-wrap{padding-bottom:8px}.genda-home-pro .gh-stats{border-radius:20px}.genda-home-pro .gh-stat{padding:28px 15px}.genda-home-pro .gh-stat strong{font-size:32px}.genda-home-pro .gh-stat span{font-size:11px}
  .genda-home-pro .gh-jobs-grid{grid-template-columns:1fr}.genda-home-pro .gh-job-card{min-height:0;padding:22px;border-radius:18px}.genda-home-pro .gh-job-card h3{font-size:20px}.genda-home-pro .gh-job-footer{align-items:center}
  .genda-home-pro .gh-city-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.genda-home-pro .gh-city-card{min-height:0;aspect-ratio:1.12/1;border-radius:18px}.genda-home-pro .gh-city-content{left:16px;right:45px;bottom:15px}.genda-home-pro .gh-city-content strong{font-size:18px}.genda-home-pro .gh-city-content small{font-size:10px}.genda-home-pro .gh-city-arrow{right:12px;bottom:13px;width:30px;height:30px}.genda-home-pro .gh-city-topline{top:12px;left:12px;width:32px;height:32px}.genda-home-pro .gh-more-locations{margin-top:28px;padding:18px 12px;border-radius:18px}.genda-home-pro .gh-subheading-row{padding:0 6px;margin-bottom:10px;align-items:flex-start;flex-direction:column;gap:3px}.genda-home-pro .gh-subheading-row h3{font-size:20px}.genda-home-pro .gh-location-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px}.genda-home-pro .gh-location-links>a{min-height:46px;padding:0 7px;font-size:11px}.genda-home-pro .gh-location-end{gap:4px}.genda-home-pro .gh-location-end small{min-width:17px;font-size:9px}.genda-home-pro .gh-location-end svg{width:10px}
  .genda-home-pro .gh-company-panel,.genda-home-pro .gh-agency-panel{padding:34px 22px;border-radius:24px}.genda-home-pro .gh-company-panel h2,.genda-home-pro .gh-agency-panel h2{font-size:32px}.genda-home-pro .gh-steps-inline{grid-template-columns:1fr}.genda-home-pro .gh-steps-inline>div{min-height:0;display:grid;grid-template-columns:40px 1fr;gap:8px;align-items:start}.genda-home-pro .gh-steps-inline b{margin:2px 0 0}.genda-home-pro .gh-dashboard-shell{padding:10px 0 12px}.genda-home-pro .gh-dashboard{border-radius:16px}.genda-home-pro .gh-dashboard-body{grid-template-columns:38px 1fr;min-height:300px}.genda-home-pro .gh-dashboard-body>aside{padding-inline:6px}.genda-home-pro .gh-dashboard-body>aside i{width:19px}.genda-home-pro .gh-dashboard-body>main{padding:13px}.genda-home-pro .gh-dash-kpis{gap:5px}.genda-home-pro .gh-dash-kpis>div{padding:8px}.genda-home-pro .gh-dashboard-float{display:none}.genda-home-pro .gh-dash-toolbar button{display:none}
  .genda-home-pro .gh-plan-grid{grid-template-columns:1fr}.genda-home-pro .gh-plan-card:last-child{grid-column:auto;max-width:none}.genda-home-pro .gh-plan-card{padding:28px 24px;border-radius:20px}.genda-home-pro .gh-plan-price strong{font-size:34px}
  .genda-home-pro .gh-agency-process{padding:15px;border-radius:18px}.genda-home-pro .gh-agency-steps article{grid-template-columns:36px 1fr;padding:12px;gap:10px}.genda-home-pro .gh-agency-steps article>svg{display:none}.genda-home-pro .gh-agency-steps article>span{width:34px;height:34px}.genda-home-pro .gh-agency-seal{width:100%}
  .genda-home-pro .gh-sector-grid{grid-template-columns:1fr}.genda-home-pro .gh-sector-card{min-height:108px;padding:18px;grid-template-columns:48px 1fr 18px}.genda-home-pro .gh-sector-icon{width:48px;height:48px;border-radius:14px}
  .genda-home-pro .gh-seo-layout{padding:30px 0}.genda-home-pro .gh-seo-heading h2{font-size:32px}.genda-home-pro .gh-seo-copy p{font-size:15px}
  .genda-home-pro .gh-trust{padding-top:54px}.genda-home-pro .gh-trust-grid{grid-template-columns:1fr}.genda-home-pro .gh-trust-item{padding:18px}
  .genda-home-pro .gh-cta-section{padding-top:54px}.genda-home-pro .gh-cta{min-height:0;padding:38px 24px;border-radius:24px}.genda-home-pro .gh-cta h2{font-size:34px}.genda-home-pro .gh-cta-actions{display:grid;grid-template-columns:1fr;width:100%}
}

@media (max-width:479px){
  .genda-home-pro .gh-ats-showcase{padding:28px 18px}.genda-home-pro .gh-ats-benefits article{grid-template-columns:38px 1fr}.genda-home-pro .gh-ats-benefits article>span{width:38px;height:38px}.genda-home-pro .gh-ats-apphead>span{display:none}
  .genda-home-pro .gh-container,.genda-home-pro .gh-narrow{width:calc(100% - 28px)}
  .genda-home-pro .gh-section{padding:58px 0}
  .genda-home-pro .gh-choice-visual{min-height:285px}
  .genda-home-pro .gh-ui-search{grid-template-columns:1fr 1fr}.genda-home-pro .gh-ui-search>i{grid-column:1/-1}
  .genda-home-pro .gh-location-links{grid-template-columns:1fr 1fr}.genda-home-pro .gh-location-links>a{font-size:10.5px}
  .genda-home-pro .gh-dashboard-head{grid-template-columns:1fr auto}.genda-home-pro .gh-dashboard-head strong{display:none}.genda-home-pro .gh-dash-kpis span{display:none}.genda-home-pro .gh-candidate-row{grid-template-columns:26px 1fr auto}.genda-home-pro .gh-avatar{width:25px;height:25px}.genda-home-pro .gh-candidate-row em{padding:4px 5px}
}

@media (max-width:389px){
  .genda-home-pro .gh-city-grid{grid-template-columns:1fr}.genda-home-pro .gh-city-card{aspect-ratio:1.45/1;min-height:220px}.genda-home-pro .gh-city-content strong{font-size:22px}.genda-home-pro .gh-city-content small{font-size:12px}
  .genda-home-pro .gh-location-links{grid-template-columns:1fr}
  .genda-home-pro .gh-stat{padding:25px 10px}.genda-home-pro .gh-stat strong{font-size:29px}
}

@media (prefers-reduced-motion:reduce){
  .genda-home-pro *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
  .genda-home-pro .gh-reveal{opacity:1;transform:none}
}

/* WP Job Manager connected search */
.genda-home-pro .gh-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.genda-home-pro .gh-job-search-panel{position:relative;overflow:hidden;margin-bottom:76px;padding:68px 66px 62px;border-radius:32px;background:linear-gradient(135deg,#0F2E48 0%,#123D5C 56%,#124B6B 100%);color:#fff;box-shadow:0 26px 70px rgba(16,42,67,.17)}
.genda-home-pro .gh-job-search-panel:before{content:"";position:absolute;width:520px;height:520px;right:-260px;top:-340px;border-radius:50%;background:radial-gradient(circle,rgba(57,205,242,.18),rgba(57,205,242,0) 70%);pointer-events:none}
.genda-home-pro .gh-job-search-panel:after{content:"";position:absolute;width:420px;height:420px;left:-285px;bottom:-350px;border-radius:50%;border:80px solid rgba(255,255,255,.025);pointer-events:none}
.genda-home-pro .gh-job-search-heading{position:relative;z-index:1;max-width:1080px;margin:0 auto 34px;text-align:center}
.genda-home-pro .gh-search-eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:11px;margin-bottom:16px;color:#62DBFA;font-size:11px;line-height:1;font-weight:850;letter-spacing:.14em}
.genda-home-pro .gh-search-eyebrow i{width:32px;height:2px;border-radius:99px;background:#62DBFA}
.genda-home-pro .gh-job-search-heading h2{max-width:980px;margin:0 auto;color:#fff;font-size:clamp(42px,4.2vw,62px);line-height:.98;letter-spacing:-.045em}
.genda-home-pro .gh-job-search-heading p{max-width:960px;margin:18px auto 0;color:rgba(255,255,255,.78);font-size:17px;line-height:1.55}
.genda-home-pro .gh-job-search-form{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr) 240px;gap:14px;max-width:1160px;margin:0 auto}
.genda-home-pro .gh-search-field{position:relative;min-width:0;height:64px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.11);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.genda-home-pro .gh-search-field:focus-within{border-color:#55D8F8;box-shadow:0 0 0 4px rgba(32,189,232,.16),0 12px 30px rgba(0,0,0,.13);transform:translateY(-1px)}
.genda-home-pro .gh-search-field-icon{position:absolute;left:20px;top:50%;width:20px;height:20px;display:grid;place-items:center;transform:translateY(-50%);color:#08A7D7;pointer-events:none}
.genda-home-pro .gh-search-field-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.genda-home-pro .gh-search-field input{width:100%;height:100%;min-width:0;padding:0 18px 0 55px;border:0!important;outline:0!important;border-radius:inherit;background:transparent!important;color:#243746!important;font:inherit;font-size:16px!important;font-weight:550;box-shadow:none!important;appearance:none}
.genda-home-pro .gh-search-field input::placeholder{color:#8E9AA5;opacity:1}
.genda-home-pro .gh-search-field input::-webkit-search-cancel-button{cursor:pointer}
.genda-home-pro .gh-job-search-submit{height:64px;padding:0 25px;display:flex;align-items:center;justify-content:center;gap:15px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--gh-primary),#0DAEDB);color:#fff;font:inherit;font-size:15px;font-weight:850;cursor:pointer;box-shadow:0 12px 30px rgba(32,189,232,.25);transition:transform .22s ease,box-shadow .22s ease,background .22s ease}
.genda-home-pro .gh-job-search-submit:hover{transform:translateY(-2px);background:linear-gradient(135deg,#10AFDC,var(--gh-primary-dark));box-shadow:0 16px 36px rgba(32,189,232,.31)}
.genda-home-pro .gh-job-search-submit:focus-visible{outline:3px solid rgba(255,255,255,.95);outline-offset:3px}
.genda-home-pro .gh-job-search-submit svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}
.genda-home-pro .gh-job-search-submit:hover svg{transform:translateX(3px)}
.genda-home-pro .gh-popular-searches{position:relative;z-index:1;max-width:1160px;margin:17px auto 0;display:flex;align-items:center;flex-wrap:wrap;gap:9px;color:rgba(255,255,255,.72);font-size:12px}
.genda-home-pro .gh-popular-searches>span{margin-right:1px}
.genda-home-pro .gh-popular-searches a{min-height:37px;padding:0 14px;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.20);border-radius:999px;background:rgba(255,255,255,.055);color:#fff;font-weight:750;backdrop-filter:blur(8px);transition:background .2s ease,border-color .2s ease,transform .2s ease}
.genda-home-pro .gh-popular-searches a:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.34);transform:translateY(-1px)}
.genda-home-pro .gh-jobs-latest-heading{margin-bottom:34px}

@media (max-width:1199px){
  .genda-home-pro .gh-ats-showcase{grid-template-columns:1fr;padding:50px;gap:38px}.genda-home-pro .gh-ats-copy{max-width:900px}.genda-home-pro .gh-ats-product{max-width:850px;width:100%;margin:0 auto}
  .genda-home-pro .gh-job-search-panel{padding:58px 50px 54px}
  .genda-home-pro .gh-job-search-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 210px}
  .genda-home-pro .gh-job-search-heading h2{font-size:clamp(40px,5vw,54px)}
}

@media (max-width:991px){
  .genda-home-pro .gh-ats-showcase{padding:42px}.genda-home-pro .gh-ats-benefits{grid-template-columns:1fr 1fr}.genda-home-pro .gh-ats-browser{transform:none}.genda-home-pro .gh-ats-float{display:none}
  .genda-home-pro .gh-job-search-panel{margin-bottom:62px;padding:52px 34px 46px;border-radius:26px}
  .genda-home-pro .gh-job-search-form{grid-template-columns:1fr 1fr}
  .genda-home-pro .gh-job-search-submit{grid-column:1/-1;width:100%}
  .genda-home-pro .gh-job-search-heading h2{font-size:clamp(38px,6vw,50px)}
}

@media (max-width:767px){
  .genda-home-pro .gh-ats-showcase{margin-top:50px;padding:30px 22px;border-radius:24px;gap:28px}.genda-home-pro .gh-ats-copy h2{font-size:32px}.genda-home-pro .gh-ats-copy>p{font-size:15px}.genda-home-pro .gh-ats-benefits{grid-template-columns:1fr;gap:8px}.genda-home-pro .gh-ats-benefits article{padding:13px}.genda-home-pro .gh-ats-actions{display:grid;grid-template-columns:1fr}.genda-home-pro .gh-ats-product{padding:0}.genda-home-pro .gh-ats-browser{border-radius:16px}.genda-home-pro .gh-ats-browserbar{grid-template-columns:auto 1fr;height:40px}.genda-home-pro .gh-ats-browserbar em{display:none}.genda-home-pro .gh-ats-app{grid-template-columns:36px 1fr;min-height:330px}.genda-home-pro .gh-ats-sidebar{padding:10px 5px;gap:9px}.genda-home-pro .gh-ats-logo{width:26px;height:26px}.genda-home-pro .gh-ats-sidebar i{width:18px}.genda-home-pro .gh-ats-app main{padding:12px}.genda-home-pro .gh-ats-kpis{gap:5px}.genda-home-pro .gh-ats-kpis article{padding:8px}.genda-home-pro .gh-ats-kpis strong{font-size:15px}.genda-home-pro .gh-ats-pipeline{grid-template-columns:1fr 1fr}.genda-home-pro .gh-ats-pipeline>section:nth-child(3){display:none}
  .genda-home-pro .gh-job-search-panel{margin-bottom:48px;padding:40px 20px 24px;border-radius:24px}
  .genda-home-pro .gh-job-search-heading{margin-bottom:25px;text-align:left}
  .genda-home-pro .gh-search-eyebrow{justify-content:flex-start;font-size:9px}
  .genda-home-pro .gh-search-eyebrow i{width:24px}
  .genda-home-pro .gh-job-search-heading h2{font-size:clamp(31px,9vw,39px);line-height:1.02}
  .genda-home-pro .gh-job-search-heading p{margin-top:14px;font-size:15px;line-height:1.55}
  .genda-home-pro .gh-job-search-form{grid-template-columns:1fr;gap:10px}
  .genda-home-pro .gh-job-search-submit{grid-column:auto;height:56px;border-radius:13px}
  .genda-home-pro .gh-search-field{height:56px;border-radius:13px}
  .genda-home-pro .gh-search-field-icon{left:17px;width:18px;height:18px}
  .genda-home-pro .gh-search-field-icon svg{width:18px;height:18px}
  .genda-home-pro .gh-search-field input{padding-left:49px;font-size:15px!important}
  .genda-home-pro .gh-popular-searches{margin-top:15px;gap:7px}
  .genda-home-pro .gh-popular-searches>span{flex:0 0 100%;font-size:11px}
  .genda-home-pro .gh-popular-searches a{min-height:34px;padding:0 12px;font-size:11px}
  .genda-home-pro .gh-jobs-latest-heading{margin-bottom:28px}
}

/* =========================================================
   Genda Home Pro 2.0.5 — premium product legibility refresh
   ========================================================= */
.genda-home-pro .gh-container{width:min(1500px,calc(100% - 64px))}
.genda-home-pro .gh-section{padding:112px 0}
.genda-home-pro h2{font-size:clamp(48px,4.5vw,68px);line-height:1.01;letter-spacing:-.052em;font-weight:900}
.genda-home-pro p{font-size:18px;line-height:1.68}
.genda-home-pro .gh-btn{min-height:56px;padding:0 30px;border-radius:13px;font-size:16px;font-weight:800}

/* ATS — larger, simpler, more legible */
.genda-home-pro .gh-ats-showcase{
  margin-top:84px;
  grid-template-columns:minmax(420px,.82fr) minmax(720px,1.18fr);
  gap:72px;
  align-items:center;
  padding:78px 76px;
  border-radius:34px;
  background:linear-gradient(135deg,#F8FCFD 0%,#FFFFFF 46%,#EEF9FC 100%);
  box-shadow:0 28px 78px rgba(16,42,67,.10);
}
.genda-home-pro .gh-ats-copy{max-width:610px}
.genda-home-pro .gh-ats-copy h2{max-width:600px;margin-bottom:26px;font-size:clamp(50px,4vw,64px);line-height:1.01}
.genda-home-pro .gh-ats-copy>p{max-width:590px;color:#586B79;font-size:18px;line-height:1.72}
.genda-home-pro .gh-ats-benefits-v205{display:grid;grid-template-columns:1fr;gap:12px;margin-top:34px}
.genda-home-pro .gh-ats-benefits-v205 article{
  min-height:76px;
  grid-template-columns:50px 1fr;
  gap:15px;
  align-items:center;
  padding:14px 16px;
  border-radius:17px;
  background:#fff;
  border:1px solid #DFE8ED;
  box-shadow:0 8px 24px rgba(16,42,67,.045)
}
.genda-home-pro .gh-ats-benefits-v205 article>span{width:48px;height:48px;border-radius:14px}
.genda-home-pro .gh-ats-benefits-v205 article>span svg{width:22px;height:22px}
.genda-home-pro .gh-ats-benefits-v205 strong{font-size:16px;line-height:1.25}
.genda-home-pro .gh-ats-benefits-v205 small{margin-top:5px;font-size:13px;line-height:1.42;color:#687985}
.genda-home-pro .gh-ats-actions{margin-top:34px}

.genda-home-pro .gh-ats-product-v205{padding:34px 0 42px 12px}
.genda-home-pro .gh-ats-browser-v205{border-radius:26px;box-shadow:0 36px 88px rgba(16,42,67,.18);transform:rotateY(-1deg) rotateX(.4deg)}
.genda-home-pro .gh-ats-browser-v205 .gh-ats-browserbar{height:58px;padding:0 20px;gap:16px}
.genda-home-pro .gh-ats-browser-v205 .gh-ats-browserbar strong{font-size:14px;font-weight:800}
.genda-home-pro .gh-ats-browser-v205 .gh-ats-browserbar em{font-size:12px}
.genda-home-pro .gh-ats-browser-v205 .gh-ats-browserbar em i{width:8px;height:8px}
.genda-home-pro .gh-ats-app-v205{grid-template-columns:64px 1fr;min-height:500px}
.genda-home-pro .gh-ats-app-v205 .gh-ats-sidebar{padding:18px 10px;gap:15px}
.genda-home-pro .gh-ats-app-v205 .gh-ats-logo{width:38px;height:38px;border-radius:11px;font-size:16px}
.genda-home-pro .gh-ats-app-v205 .gh-ats-sidebar i{width:30px;height:8px}
.genda-home-pro .gh-ats-app-v205 main{padding:28px}
.genda-home-pro .gh-ats-apphead-v205{margin-bottom:22px}
.genda-home-pro .gh-ats-apphead-v205 small{font-size:12px;color:#7B8B96}
.genda-home-pro .gh-ats-apphead-v205 strong{margin-top:4px;font-size:21px;color:#163047}
.genda-home-pro .gh-ats-apphead-v205>span{padding:7px 10px;font-size:11px;border-radius:8px}
.genda-home-pro .gh-ats-kpis-v205{gap:12px;margin-bottom:22px}
.genda-home-pro .gh-ats-kpis-v205 article{padding:18px 18px 16px;border-radius:15px}
.genda-home-pro .gh-ats-kpis-v205 small{font-size:12px}
.genda-home-pro .gh-ats-kpis-v205 strong{margin-top:5px;font-size:30px;line-height:1}
.genda-home-pro .gh-ats-kpis-v205 em{margin-top:7px;font-size:11px}
.genda-home-pro .gh-ats-pipeline-v205{gap:12px}
.genda-home-pro .gh-ats-pipeline-v205>section{padding:13px;border-radius:16px}
.genda-home-pro .gh-ats-pipeline-v205 header{padding:0 2px 10px}
.genda-home-pro .gh-ats-pipeline-v205 header strong{font-size:13px}
.genda-home-pro .gh-ats-pipeline-v205 header span{min-width:26px;height:26px;padding:0 7px;display:grid;place-items:center;border-radius:999px;background:#fff;color:#5B6E7A;font-size:11px;font-weight:800}
.genda-home-pro .gh-ats-pipeline-v205>section>article{
  grid-template-columns:38px minmax(0,1fr) auto;
  gap:10px;
  min-height:84px;
  padding:12px;
  margin-top:9px;
  border-radius:13px;
  background:#fff;
  border:1px solid #E2E9ED;
  box-shadow:0 4px 12px rgba(16,42,67,.03)
}
.genda-home-pro .gh-ats-pipeline-v205>section>article>b{width:36px;height:36px;border-radius:10px;font-size:11px}
.genda-home-pro .gh-ats-pipeline-v205>section>article p strong{font-size:13px;line-height:1.15}
.genda-home-pro .gh-ats-pipeline-v205>section>article p small{margin-top:3px;font-size:11px;line-height:1.25;color:#74838E}
.genda-home-pro .gh-ats-pipeline-v205>section>article p i{display:inline-flex;margin-top:7px;padding:4px 7px;border-radius:7px;background:#EAF8FC;color:#078FB7;font-size:10px;font-style:normal;font-weight:800}
.genda-home-pro .gh-ats-pipeline-v205>section>article>em{font-size:10px;letter-spacing:.02em;color:#ECA21C}
.genda-home-pro .gh-ats-float-v205{min-width:210px;padding:14px 16px;border-radius:15px}
.genda-home-pro .gh-ats-float-v205>span{width:38px;height:38px;border-radius:11px}
.genda-home-pro .gh-ats-float-v205>span svg{width:19px;height:19px}
.genda-home-pro .gh-ats-float-v205 p strong{font-size:12px}
.genda-home-pro .gh-ats-float-v205 p small{font-size:11px}
.genda-home-pro .gh-ats-float-source{left:-12px;bottom:2px}
.genda-home-pro .gh-ats-float-interview{right:-8px;top:4px}

/* Multiposting — not another ATS dashboard */
.genda-home-pro .gh-company-panel-v205{
  min-height:690px;
  grid-template-columns:minmax(500px,.92fr) minmax(650px,1.08fr);
  gap:72px;
  padding:78px 76px;
  background:linear-gradient(135deg,#0A2942 0%,#0D3B5A 56%,#075E81 100%)
}
.genda-home-pro .gh-company-panel-v205 .gh-company-copy{max-width:650px}
.genda-home-pro .gh-company-panel-v205 .gh-company-copy h2{max-width:650px;font-size:clamp(52px,4.4vw,68px);line-height:1.01;margin-bottom:26px}
.genda-home-pro .gh-company-panel-v205 .gh-company-copy>p{max-width:620px;color:rgba(255,255,255,.82);font-size:18px;line-height:1.68}
.genda-home-pro .gh-steps-inline-v205{gap:12px;margin-top:36px}
.genda-home-pro .gh-steps-inline-v205>div{min-height:138px;padding:22px;border-radius:18px;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.16)}
.genda-home-pro .gh-steps-inline-v205 b{margin-bottom:17px;font-size:14px}
.genda-home-pro .gh-steps-inline-v205 span strong{font-size:16px}
.genda-home-pro .gh-steps-inline-v205 span small{margin-top:8px;color:rgba(255,255,255,.72);font-size:12px;line-height:1.45}
.genda-home-pro .gh-price-note-v205 b{font-size:20px}
.genda-home-pro .gh-price-note-v205 small{font-size:12px;color:rgba(255,255,255,.72)}

.genda-home-pro .gh-multiposting-visual{position:relative;z-index:3;min-height:510px;display:flex;align-items:center;justify-content:center}
.genda-home-pro .gh-multi-network{position:relative;width:min(100%,680px);height:500px}
.genda-home-pro .gh-multi-source{position:absolute;z-index:4;left:50%;top:50%;width:280px;min-height:170px;padding:26px;transform:translate(-50%,-50%);border-radius:24px;background:#fff;color:var(--gh-navy);box-shadow:0 28px 70px rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.7)}
.genda-home-pro .gh-multi-brand{width:48px;height:48px;display:grid;place-items:center;margin-bottom:17px;border-radius:14px;background:var(--gh-primary);color:#fff;font-size:21px;font-weight:950}
.genda-home-pro .gh-multi-source small{display:block;color:#72818B;font-size:11px;font-weight:850;letter-spacing:.08em}
.genda-home-pro .gh-multi-source strong{display:block;margin-top:7px;font-size:21px;line-height:1.15}
.genda-home-pro .gh-multi-source em{display:block;margin-top:8px;color:#677985;font-size:13px;font-style:normal}
.genda-home-pro .gh-multi-portal{position:absolute;z-index:3;min-width:170px;padding:15px 16px;display:flex;align-items:center;gap:11px;border-radius:16px;background:rgba(255,255,255,.95);color:var(--gh-navy);border:1px solid rgba(255,255,255,.65);box-shadow:0 18px 38px rgba(0,0,0,.16)}
.genda-home-pro .gh-multi-portal span{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;background:#EAF8FC;color:#068FB8;font-size:12px;font-weight:900}
.genda-home-pro .gh-multi-portal strong{font-size:13px;line-height:1.25}
.genda-home-pro .gh-portal-a{left:3%;top:4%}.genda-home-pro .gh-portal-b{right:1%;top:10%}.genda-home-pro .gh-portal-c{left:0;bottom:10%}.genda-home-pro .gh-portal-d{right:0;bottom:7%}
.genda-home-pro .gh-multi-line{position:absolute;z-index:1;height:2px;transform-origin:left center;background:linear-gradient(90deg,rgba(89,219,248,.15),rgba(89,219,248,.85),rgba(89,219,248,.15));box-shadow:0 0 16px rgba(89,219,248,.25)}
.genda-home-pro .gh-multi-line-a{width:210px;left:23%;top:29%;transform:rotate(26deg)}
.genda-home-pro .gh-multi-line-b{width:200px;left:55%;top:32%;transform:rotate(-26deg)}
.genda-home-pro .gh-multi-line-c{width:205px;left:23%;top:66%;transform:rotate(-25deg)}
.genda-home-pro .gh-multi-line-d{width:200px;left:55%;top:65%;transform:rotate(25deg)}
.genda-home-pro .gh-multi-result{position:absolute;z-index:5;left:50%;bottom:-10px;width:380px;min-height:92px;padding:18px 20px;display:grid;grid-template-columns:50px 1fr;gap:14px;align-items:center;transform:translateX(-50%);border-radius:18px;background:#0A2033;color:#fff;border:1px solid rgba(255,255,255,.18);box-shadow:0 22px 50px rgba(0,0,0,.24)}
.genda-home-pro .gh-multi-result>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#1EBDE8;color:#fff}.genda-home-pro .gh-multi-result>span svg{width:23px;height:23px}
.genda-home-pro .gh-multi-result p{margin:0;color:#fff;line-height:1.25}.genda-home-pro .gh-multi-result p small{display:block;color:#64DDF9;font-size:10px;font-weight:900;letter-spacing:.09em}.genda-home-pro .gh-multi-result p strong{display:block;margin-top:4px;font-size:17px}.genda-home-pro .gh-multi-result p em{display:block;margin-top:4px;color:rgba(255,255,255,.72);font-size:12px;font-style:normal}

/* Agency — human service journey, not software */
.genda-home-pro .gh-agency-panel-v205{
  min-height:700px;
  grid-template-columns:minmax(470px,.82fr) minmax(700px,1.18fr);
  gap:76px;
  padding:78px 76px;
  background:linear-gradient(135deg,#081F33 0%,#102F49 58%,#133D5A 100%)
}
.genda-home-pro .gh-agency-copy-v205{max-width:610px}
.genda-home-pro .gh-agency-copy-v205 h2{max-width:600px;font-size:clamp(52px,4.4vw,68px);line-height:1.01;margin-bottom:26px}
.genda-home-pro .gh-agency-copy-v205>p{max-width:590px;color:rgba(255,255,255,.82);font-size:18px;line-height:1.68}
.genda-home-pro .gh-agency-trustline-v205{gap:12px 18px;margin:30px 0 32px}
.genda-home-pro .gh-agency-trustline-v205 span{font-size:13px;color:rgba(255,255,255,.88)}
.genda-home-pro .gh-agency-trustline-v205 svg{width:17px;height:17px}
.genda-home-pro .gh-agency-seal-v205{margin-top:34px;padding:16px 18px;border-radius:17px;gap:15px}
.genda-home-pro .gh-agency-seal-v205 .gh-seal-mark{width:50px;height:50px;border-radius:14px;font-size:22px}
.genda-home-pro .gh-agency-seal-v205 small{font-size:12px;color:rgba(255,255,255,.70)}
.genda-home-pro .gh-agency-seal-v205 strong{margin-top:4px;font-size:15px}
.genda-home-pro .gh-agency-seal-v205 em{margin-top:4px;font-size:11px;color:rgba(255,255,255,.62)}

.genda-home-pro .gh-agency-journey{position:relative;z-index:2;padding:32px;border-radius:28px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(12px)}
.genda-home-pro .gh-agency-journey-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.14)}
.genda-home-pro .gh-agency-journey-head span{color:#fff;font-size:16px;font-weight:850}.genda-home-pro .gh-agency-journey-head small{color:rgba(255,255,255,.62);font-size:12px}
.genda-home-pro .gh-agency-journey-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.genda-home-pro .gh-agency-journey-grid article{position:relative;min-height:160px;padding:22px;display:grid;grid-template-columns:50px 1fr;column-gap:14px;align-items:start;border-radius:18px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.12);transition:transform .22s ease,background .22s ease}
.genda-home-pro .gh-agency-journey-grid article:hover{transform:translateY(-3px);background:rgba(255,255,255,.095)}
.genda-home-pro .gh-agency-journey-grid article>b{position:absolute;right:16px;top:14px;color:rgba(255,255,255,.38);font-size:14px;font-weight:900;letter-spacing:.08em}
.genda-home-pro .gh-agency-journey-grid article>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:rgba(79,215,247,.14);color:#64DFFA}.genda-home-pro .gh-agency-journey-grid article>span svg{width:22px;height:22px}
.genda-home-pro .gh-agency-journey-grid article div strong{display:block;color:#fff;font-size:16px;line-height:1.25}.genda-home-pro .gh-agency-journey-grid article div small{display:block;margin-top:8px;color:rgba(255,255,255,.70);font-size:12px;line-height:1.45}
.genda-home-pro .gh-agency-shortlist{margin-top:16px;padding:20px;border-radius:20px;background:#fff;color:var(--gh-navy);box-shadow:0 22px 50px rgba(0,0,0,.16)}
.genda-home-pro .gh-shortlist-head{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #E7EDF1}
.genda-home-pro .gh-shortlist-head>span{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#EAF8FC;color:#0798C1}.genda-home-pro .gh-shortlist-head>span svg{width:21px;height:21px}
.genda-home-pro .gh-shortlist-head p{margin:0;line-height:1.2}.genda-home-pro .gh-shortlist-head p small{display:block;color:#7C8A94;font-size:11px;font-weight:850;letter-spacing:.08em}.genda-home-pro .gh-shortlist-head p strong{display:block;margin-top:4px;color:var(--gh-navy);font-size:18px}.genda-home-pro .gh-shortlist-head>b{padding:8px 11px;border-radius:9px;background:#EAF8FC;color:#078FB7;font-size:13px}
.genda-home-pro .gh-shortlist-checks{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding-top:16px}.genda-home-pro .gh-shortlist-checks span{display:flex;align-items:center;gap:7px;color:#4B6070;font-size:12px;font-weight:700}.genda-home-pro .gh-shortlist-checks svg{width:16px;height:16px;color:#2BA865;stroke-width:2.6}

/* Responsive — preserve legibility instead of shrinking desktop */
@media (max-width:1439px){
  .genda-home-pro .gh-container{width:min(1400px,calc(100% - 56px))}
  .genda-home-pro .gh-ats-showcase{grid-template-columns:minmax(390px,.8fr) minmax(620px,1.2fr);gap:50px;padding:64px 58px}
  .genda-home-pro .gh-company-panel-v205{grid-template-columns:minmax(430px,.9fr) minmax(560px,1.1fr);gap:50px;padding:64px 58px}
  .genda-home-pro .gh-agency-panel-v205{grid-template-columns:minmax(420px,.84fr) minmax(580px,1.16fr);gap:50px;padding:64px 58px}
}
@media (max-width:1199px){
  .genda-home-pro .gh-section{padding:92px 0}
  .genda-home-pro .gh-container{width:calc(100% - 48px)}
  .genda-home-pro .gh-ats-showcase,.genda-home-pro .gh-company-panel-v205,.genda-home-pro .gh-agency-panel-v205{grid-template-columns:1fr;gap:48px;padding:58px}
  .genda-home-pro .gh-ats-copy,.genda-home-pro .gh-company-panel-v205 .gh-company-copy,.genda-home-pro .gh-agency-copy-v205{max-width:900px}
  .genda-home-pro .gh-ats-copy h2,.genda-home-pro .gh-company-panel-v205 .gh-company-copy h2,.genda-home-pro .gh-agency-copy-v205 h2{max-width:900px;font-size:54px}
  .genda-home-pro .gh-ats-product-v205{max-width:900px;width:100%;margin:0 auto}
  .genda-home-pro .gh-multiposting-visual{max-width:850px;width:100%;margin:0 auto}
  .genda-home-pro .gh-agency-journey{max-width:900px;width:100%}
}
@media (max-width:991px){
  .genda-home-pro .gh-container{width:calc(100% - 40px)}
  .genda-home-pro .gh-ats-showcase,.genda-home-pro .gh-company-panel-v205,.genda-home-pro .gh-agency-panel-v205{padding:46px;border-radius:28px}
  .genda-home-pro .gh-ats-copy h2,.genda-home-pro .gh-company-panel-v205 .gh-company-copy h2,.genda-home-pro .gh-agency-copy-v205 h2{font-size:48px}
  .genda-home-pro .gh-ats-browser-v205{transform:none}
  .genda-home-pro .gh-ats-float-v205{display:none}
  .genda-home-pro .gh-multi-network{height:480px}
  .genda-home-pro .gh-agency-journey-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:767px){
  .genda-home-pro .gh-section{padding:66px 0}
  .genda-home-pro .gh-container{width:calc(100% - 32px)}
  .genda-home-pro h2{font-size:clamp(34px,10vw,42px);line-height:1.03}
  .genda-home-pro p{font-size:16px}
  .genda-home-pro .gh-btn{width:100%;min-height:54px;padding:0 20px;font-size:15px}

  .genda-home-pro .gh-ats-showcase,.genda-home-pro .gh-company-panel-v205,.genda-home-pro .gh-agency-panel-v205{margin-top:52px;padding:32px 20px;border-radius:24px;gap:34px;min-height:0}
  .genda-home-pro .gh-ats-copy h2,.genda-home-pro .gh-company-panel-v205 .gh-company-copy h2,.genda-home-pro .gh-agency-copy-v205 h2{font-size:clamp(34px,10vw,41px);max-width:none}
  .genda-home-pro .gh-ats-copy>p,.genda-home-pro .gh-company-panel-v205 .gh-company-copy>p,.genda-home-pro .gh-agency-copy-v205>p{font-size:16px}

  .genda-home-pro .gh-ats-benefits-v205 article{min-height:0;padding:14px;grid-template-columns:46px 1fr}
  .genda-home-pro .gh-ats-benefits-v205 article>span{width:44px;height:44px}
  .genda-home-pro .gh-ats-benefits-v205 strong{font-size:15px}.genda-home-pro .gh-ats-benefits-v205 small{font-size:12px}
  .genda-home-pro .gh-ats-product-v205{padding:0}
  .genda-home-pro .gh-ats-browser-v205{border-radius:18px}
  .genda-home-pro .gh-ats-browser-v205 .gh-ats-browserbar{height:48px;padding:0 13px}.genda-home-pro .gh-ats-browser-v205 .gh-ats-browserbar strong{font-size:12px}.genda-home-pro .gh-ats-browser-v205 .gh-ats-browserbar em{display:none}
  .genda-home-pro .gh-ats-app-v205{display:block;min-height:0}.genda-home-pro .gh-ats-app-v205 .gh-ats-sidebar{display:none}.genda-home-pro .gh-ats-app-v205 main{padding:14px}
  .genda-home-pro .gh-ats-apphead-v205 small{font-size:11px}.genda-home-pro .gh-ats-apphead-v205 strong{font-size:18px}.genda-home-pro .gh-ats-apphead-v205>span{display:none}
  .genda-home-pro .gh-ats-kpis-v205{gap:7px}.genda-home-pro .gh-ats-kpis-v205 article{padding:12px 9px}.genda-home-pro .gh-ats-kpis-v205 small{font-size:10px}.genda-home-pro .gh-ats-kpis-v205 strong{font-size:24px}.genda-home-pro .gh-ats-kpis-v205 em{font-size:10px}
  .genda-home-pro .gh-ats-pipeline-v205{grid-template-columns:1fr}.genda-home-pro .gh-ats-pipeline-v205>section:nth-child(2),.genda-home-pro .gh-ats-pipeline-v205>section:nth-child(3){display:none}.genda-home-pro .gh-ats-pipeline-v205>section>article{min-height:76px}.genda-home-pro .gh-ats-pipeline-v205>section>article p strong{font-size:13px}.genda-home-pro .gh-ats-pipeline-v205>section>article p small{font-size:11px}.genda-home-pro .gh-ats-pipeline-v205>section>article p i{font-size:10px}

  .genda-home-pro .gh-steps-inline-v205{grid-template-columns:1fr}.genda-home-pro .gh-steps-inline-v205>div{min-height:0;padding:18px;display:grid;grid-template-columns:42px 1fr;gap:10px}.genda-home-pro .gh-steps-inline-v205 b{margin:3px 0 0;font-size:13px}.genda-home-pro .gh-steps-inline-v205 span strong{font-size:15px}.genda-home-pro .gh-steps-inline-v205 span small{font-size:12px}
  .genda-home-pro .gh-company-actions{display:grid;grid-template-columns:1fr}.genda-home-pro .gh-price-note-v205{align-items:flex-start;padding-left:2px}.genda-home-pro .gh-price-note-v205 b{font-size:19px}
  .genda-home-pro .gh-multiposting-visual{min-height:560px;overflow:visible}
  .genda-home-pro .gh-multi-network{height:550px;width:100%}
  .genda-home-pro .gh-multi-source{top:39%;width:min(100%,300px);padding:20px}.genda-home-pro .gh-multi-source strong{font-size:19px}
  .genda-home-pro .gh-multi-portal{min-width:0;width:47%;padding:12px 10px;gap:8px}.genda-home-pro .gh-multi-portal span{width:34px;height:34px;font-size:11px}.genda-home-pro .gh-multi-portal strong{font-size:11px}
  .genda-home-pro .gh-portal-a{left:0;top:0}.genda-home-pro .gh-portal-b{right:0;top:0}.genda-home-pro .gh-portal-c{left:0;bottom:12%}.genda-home-pro .gh-portal-d{right:0;bottom:12%}
  .genda-home-pro .gh-multi-line{display:none}
  .genda-home-pro .gh-multi-result{bottom:-2px;width:100%;min-height:88px;padding:15px;grid-template-columns:44px 1fr}.genda-home-pro .gh-multi-result>span{width:42px;height:42px}.genda-home-pro .gh-multi-result p small{font-size:9px}.genda-home-pro .gh-multi-result p strong{font-size:15px}.genda-home-pro .gh-multi-result p em{font-size:11px}

  .genda-home-pro .gh-agency-trustline-v205{display:grid;grid-template-columns:1fr;gap:9px}.genda-home-pro .gh-agency-trustline-v205 span{font-size:13px}
  .genda-home-pro .gh-agency-seal-v205{width:100%}.genda-home-pro .gh-agency-seal-v205 small{font-size:11px}.genda-home-pro .gh-agency-seal-v205 strong{font-size:14px}.genda-home-pro .gh-agency-seal-v205 em{font-size:11px}
  .genda-home-pro .gh-agency-journey{padding:18px;border-radius:20px}.genda-home-pro .gh-agency-journey-head{align-items:flex-start;flex-direction:column;gap:4px}.genda-home-pro .gh-agency-journey-head span{font-size:15px}.genda-home-pro .gh-agency-journey-head small{font-size:11px}
  .genda-home-pro .gh-agency-journey-grid{grid-template-columns:1fr;gap:10px}.genda-home-pro .gh-agency-journey-grid article{min-height:0;padding:17px;grid-template-columns:46px 1fr}.genda-home-pro .gh-agency-journey-grid article>span{width:44px;height:44px}.genda-home-pro .gh-agency-journey-grid article div strong{font-size:15px}.genda-home-pro .gh-agency-journey-grid article div small{font-size:12px}
  .genda-home-pro .gh-shortlist-head{grid-template-columns:42px 1fr;gap:10px}.genda-home-pro .gh-shortlist-head>b{grid-column:1/-1;width:max-content}.genda-home-pro .gh-shortlist-head p small{font-size:10px}.genda-home-pro .gh-shortlist-head p strong{font-size:17px}.genda-home-pro .gh-shortlist-checks{grid-template-columns:1fr;gap:8px}.genda-home-pro .gh-shortlist-checks span{font-size:12px}
}
@media (max-width:389px){
  .genda-home-pro .gh-container{width:calc(100% - 28px)}
  .genda-home-pro .gh-ats-showcase,.genda-home-pro .gh-company-panel-v205,.genda-home-pro .gh-agency-panel-v205{padding:28px 17px}
  .genda-home-pro .gh-multiposting-visual{min-height:600px}.genda-home-pro .gh-multi-network{height:590px}.genda-home-pro .gh-multi-portal{width:48%}.genda-home-pro .gh-multi-portal strong{font-size:10px}
}


/* =========================================================
   CLIENT TESTIMONIALS — v2.0.6
   ========================================================= */
.genda-home-pro .gh-testimonials{position:relative;background:linear-gradient(180deg,#fff 0%,#F7FAFC 100%);overflow:hidden}
.genda-home-pro .gh-testimonials:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-210px;top:-220px;background:radial-gradient(circle,rgba(32,189,232,.10),rgba(32,189,232,0) 70%);pointer-events:none}
.genda-home-pro .gh-testimonials-heading{position:relative;z-index:1;max-width:900px;margin-inline:auto;margin-bottom:48px}
.genda-home-pro .gh-testimonials-heading h2{max-width:900px;margin-inline:auto}
.genda-home-pro .gh-testimonials-heading p{max-width:760px;margin-inline:auto}
.genda-home-pro .gh-testimonials-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.genda-home-pro .gh-testimonial-card{position:relative;display:flex;flex-direction:column;min-height:360px;padding:28px;border:1px solid rgba(16,42,67,.08);border-radius:24px;background:#fff;box-shadow:0 14px 42px rgba(16,42,67,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.genda-home-pro .gh-testimonial-card:hover{transform:translateY(-4px);border-color:rgba(32,189,232,.28);box-shadow:0 22px 58px rgba(16,42,67,.10)}
.genda-home-pro .gh-testimonial-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.genda-home-pro .gh-testimonial-identity{display:flex;align-items:center;gap:13px;min-width:0}
.genda-home-pro .gh-testimonial-icon{flex:0 0 auto;width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#EAF8FC;color:#079BC8;border:1px solid rgba(32,189,232,.10)}
.genda-home-pro .gh-testimonial-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}
.genda-home-pro .gh-testimonial-identity h3{margin:0;color:var(--gh-navy);font-size:18px;line-height:1.15;font-weight:850;letter-spacing:-.02em}
.genda-home-pro .gh-testimonial-identity div>span{display:flex;align-items:center;gap:5px;margin-top:6px;color:#788691;font-size:12px;font-weight:650}
.genda-home-pro .gh-testimonial-identity div>span svg{width:13px;height:13px;color:#12A9D4;stroke:currentColor;fill:none}
.genda-home-pro .gh-quote-mark{flex:0 0 auto;margin-top:-8px;color:rgba(32,189,232,.18);font-family:Georgia,serif;font-size:58px;line-height:1;font-weight:800}
.genda-home-pro .gh-testimonial-rating{display:flex;align-items:center;gap:10px;margin:20px 0 18px;padding-bottom:18px;border-bottom:1px solid #EDF1F4;color:#64727E;font-size:12px;font-weight:700}
.genda-home-pro .gh-stars{display:inline-flex;gap:2px;letter-spacing:0}
.genda-home-pro .gh-stars i{font-style:normal;color:#D7DFE5;font-size:15px;line-height:1}.genda-home-pro .gh-stars i.is-filled{color:#F4AF27}
.genda-home-pro .gh-testimonial-card blockquote{margin:0;color:#2D3D49;font-size:16px;line-height:1.68;font-weight:500;letter-spacing:-.006em}
.genda-home-pro .gh-testimonial-card blockquote strong{font-weight:800}

@media (max-width:1199px){
  .genda-home-pro .gh-testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
  .genda-home-pro .gh-testimonial-card{min-height:330px}
}
@media (max-width:767px){
  .genda-home-pro .gh-testimonials-heading{margin-bottom:32px;text-align:left}
  .genda-home-pro .gh-testimonials-heading h2,.genda-home-pro .gh-testimonials-heading p{margin-inline:0}
  .genda-home-pro .gh-testimonials-grid{grid-template-columns:1fr;gap:14px}
  .genda-home-pro .gh-testimonial-card{min-height:0;padding:22px;border-radius:20px}
  .genda-home-pro .gh-testimonial-icon{width:44px;height:44px;border-radius:13px}
  .genda-home-pro .gh-testimonial-identity h3{font-size:17px}
  .genda-home-pro .gh-testimonial-rating{margin:17px 0 15px;padding-bottom:15px;flex-wrap:wrap;gap:8px}
  .genda-home-pro .gh-testimonial-card blockquote{font-size:15px;line-height:1.64}
  .genda-home-pro .gh-quote-mark{font-size:48px}
}
